Version: 3.6.1, Package name: povray-3.6.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description The Persistence of Vision Raytracer (POV-Ray) is a high-quality, tool for creating stunning three-dimensional graphics. |
Filesize: 8007.969 KB |
Version History (View Complete History) |
|
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-07-13 18:39:40 by Christian Weisgerber | Files touched by this commit (118) |
Log message: Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-12-31 10:52:13 by Christian Weisgerber | Files touched by this commit (2) |
Log message: update private libpng to 1.2.57: fix for null pointer dereference bug |
2016-11-01 11:46:09 by Christian Weisgerber | Files touched by this commit (2) |
Log message: use the latest release from the png 1.2 branch, 1.2.56 |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2015-11-16 03:33:19 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - Update embedded copy of libpng to 1.2.54 (fixes CVE-2015-8126 and possibly earlier problems). - Fix master site. |
2015-11-14 15:53:26 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Update embedded copy of libpng to 1.2.54 (fixes CVE-2015-8126 and possibly earlier problems). Fix master site. |
2015-10-08 06:02:04 by Jasper Lievisse Adriaanse | Files touched by this commit (24) |
Log message: sed -i |
2011-07-17 07:32:37 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Replace the included ancient copy of libpng-1.2 with a newer one that has another decade worth of security fixes. ok sthen@ |
2011-07-07 11:46:11 by Christian Weisgerber | Files touched by this commit (1) |
Log message: POV-Ray 3.6 is incompatible with libpng 1.5. Use the included libpng 1.2 instead. |
2011-07-07 08:45:22 by Jasper Lievisse Adriaanse | Files touched by this commit (16) |
Log message: - major update of povray to 3.6.1 |
2011-07-07 07:45:15 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: wow...someone really loved his Tab-key. |
2010-11-17 01:05:18 by Marc Espie | Files touched by this commit (317) |
Log message: new depends |
2010-11-09 11:22:27 by Marc Espie | Files touched by this commit (63) |
Log message: WANTLIB conversion |
2010-10-24 15:21:02 by Antoine Jacoutot | Files touched by this commit (91) |
Log message: Remove USE_X11. |
2010-10-18 12:13:15 by Marc Espie | Files touched by this commit (150) |
Log message: USE_GROFF=Yes |
2009-08-10 00:31:45 by Matthias Kilian | Files touched by this commit (221) |
Log message: WANTLIB changes after xcb addition and bump. |
2007-09-15 14:09:43 by Simon Bertrang | Files touched by this commit (142) |
Log message: remove surrounding quotes from COMMENT/BROKEN/PERMIT_* |
2007-04-06 16:21:30 by Marc Espie | Files touched by this commit (7) |
Log message: remove MAINTAINER, at his request, and bump pkgnames. |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2006-11-04 12:19:15 by Matthias Kilian | Files touched by this commit (25) |
Log message: Avoid references to PKGNAME. Remove noops like WRKDIST=${WRKDIR}/${DISTNAME}. Drop DIST_SUBDIR where appropriate. Problem mentioned by naddy. Some simplifications and ok, steven. |
2006-08-03 06:53:18 by Marc Espie | Files touched by this commit (37) |
Log message: new lib specs |
2006-02-07 21:54:51 by David Krause | Files touched by this commit (53) |
Log message: move any perl or sed substitutions from post-patch to pre-configure (fixes make update-patches) ok sturm@; "looks reasonable" steven@ |
2005-01-05 09:50:39 by Christian Weisgerber | Files touched by this commit (106) |
Log message: SIZE |
2004-11-29 18:06:40 by Marc Espie | Files touched by this commit (60) |
Log message: WANTLIB markers |
2004-09-14 18:50:12 by Marc Espie | Files touched by this commit (121) |
Log message: new plists |
2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (507) |
Log message: remove WWW lines |
2002-12-18 15:45:13 by Bruno Rohee | Files touched by this commit (1) |
Log message: distfiles moved, adjust |
2002-10-26 18:03:17 by Christian Weisgerber | Files touched by this commit (21) |
Log message: No regression tests available. |