aboutsummaryrefslogtreecommitdiff
path: root/graphics/svg2png
Commit message (Collapse)AuthorAgeFilesLines
* graphics/svg2png: Unbreak by adding libm.so explicitlyYuri Victorovich2020-02-161-4/+2
| | | | | | | | /usr/local/lib/libsvg-cairo.so does link to libm.so but /usr/bin/ld.lld for some reason complains about atan2. Explicitly set libm.so fixes this error. Notes: svn path=/head/; revision=526318
* Mark BROKEN with lldAntoine Brodin2019-09-141-0/+4
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q3 Notes: svn path=/head/; revision=512042
* Remove libjpeg.so.11 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428135
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361728
* - Stage supportMartin Wilke2014-02-191-3/+2
| | | | Notes: svn path=/head/; revision=345034
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-5/+2
| | | | Notes: svn path=/head/; revision=326122
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Update to 0.1.3.Joe Marcus Clarke2005-11-052-3/+5
| | | | Notes: svn path=/head/; revision=147308
* MAINTAINER -> gnomeMichael Johnson2005-09-051-1/+1
| | | | Notes: svn path=/head/; revision=141960
* Add graphics/svg2pngMichael Johnson2005-03-114-0/+42
Render an SVG image to a PNG image (using cairo) Notes: svn path=/head/; revision=130848