aboutsummaryrefslogtreecommitdiff
path: root/graphics/flam3
Commit message (Collapse)AuthorAgeFilesLines
* graphics/flam3: Update 2.7.18 -> 3.1.1-5Yuri Victorovich2018-07-165-87/+33
| | | | | | | | | | | | | | | | Port changes: * Use DISTVERSION * Change to github * Update COMMENT * Add LICENSE/LICENSE_FILE * Change to shared library * Add the ad-hoc implemantation for sincos linuxism PR: 229193 Approved by: maintainer's timeout (john.c.prather@gmail.com; 25 days) Notes: svn path=/head/; revision=474753
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-5/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Properly support png 1.5Antoine Brodin2014-12-252-12/+78
| | | | Notes: svn path=/head/; revision=375529
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371283
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-032-5/+4
| | | | | | | | | - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Notes: svn path=/head/; revision=360400
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Stage supportMartin Wilke2014-02-032-4/+4
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=342397
* graphics/flam3: Unbreak on F10John Marino2013-11-181-1/+1
| | | | | | | | PR: ports/183575 Approved by: maintainer timeout Notes: svn path=/head/; revision=334162
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Eradicate USE_GNOME=pkgconfig from graphicsBaptiste Daroussin2013-09-011-7/+2
| | | | | | | | | | | | While here: - trim headers - convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_GMAKE=yes -> USES=gmake * USE_PERL5 -> USES=perl5 Notes: svn path=/head/; revision=325928
* - update png to 1.5.10Dirk Meyer2012-06-012-2/+13
| | | | Notes: svn path=/head/; revision=297915
* - Remove USE_GZIP=yes since it is defaultWen Heping2011-07-071-1/+0
| | | | | | | | | PR: ports/157174 Submitted by: Alex kozlov <spam@rm-rf.kiev.ua> Approved by: pav@(portmgr) Notes: svn path=/head/; revision=277219
* - Fix plist for NOPORTDATA casePav Lucistnik2010-12-083-3/+2
| | | | | | | | PR: ports/152872 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=265851
* - update to 1.4.1Dirk Meyer2010-03-281-1/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - New port: graphics/flam3 -- A Fractal Flames rendererPietro Cerutti2010-03-224-0/+60
Fractal Flames are algorithmically generated images and animations. The shape of each image is specified by a long string of numbers - a genetic code of sorts. WWW: http://flam3.com PR: 144946 Submitted by: John Prather <john.c.prather@gmail.com> (new maintainer) Notes: svn path=/head/; revision=251383