aboutsummaryrefslogtreecommitdiff
path: root/graphics/gd
Commit message (Collapse)AuthorAgeFilesLines
* - use STAGEDIRDirk Meyer2013-11-151-26/+13
| | | | | | | - use OPT_CONFIGURE_* Notes: svn path=/head/; revision=333909
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+1
| | | | Notes: svn path=/head/; revision=327804
* 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
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327419
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-1/+1
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* - fix option GD_FONTSDirk Meyer2013-08-152-6/+17
| | | | | | | | - fix bdftogd and bump PORTREVISION PR: 181250 Notes: svn path=/head/; revision=324782
* - update libdg to 2.1.0Dirk Meyer2013-08-0911-242/+156
| | | | Notes: svn path=/head/; revision=324437
* - fix to support interlaced gifDirk Meyer2013-06-152-1/+25
| | | | | | | | | PR: 179537 Submitted by: Sergey Kandaurov Obtained from: libgd repo Notes: svn path=/head/; revision=320987
* Fix build with bmakeBaptiste Daroussin2013-05-031-2/+2
| | | | Notes: svn path=/head/; revision=317292
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - fix build for 10-CURRENTDirk Meyer2013-01-261-1/+1
| | | | | | | | PR: 175528 Submitted by: Matthias Andree Notes: svn path=/head/; revision=311011
* - strip shlib versions in dependecyDirk Meyer2013-01-261-8/+4
| | | | | | | - cleanup header Notes: svn path=/head/; revision=311010
* - fix option FONTCONFIGDirk Meyer2012-06-271-1/+1
| | | | | | | | PR: 169453 Submitted by: Dmitry Notes: svn path=/head/; revision=300063
* - use OPTIONS_DEFINEDirk Meyer2012-06-141-20/+21
| | | | Notes: svn path=/head/; revision=299263
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - add MASTER_SITE_RINGSERVERDirk Meyer2011-08-071-1/+2
| | | | Notes: svn path=/head/; revision=279106
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - add CONFLICTSDirk Meyer2010-06-031-0/+2
| | | | | | | PR: 147418 Notes: svn path=/head/; revision=255647
* - fix check, so png is detected.Dirk Meyer2010-03-282-2/+2
| | | | | | | Submitted by: tron@freenode Notes: svn path=/head/; revision=251615
* - fix breakage with png-1.4.1Dirk Meyer2010-03-282-4/+13
| | | | Notes: svn path=/head/; revision=251612
* - use fontconfig by defaultDirk Meyer2010-03-281-3/+3
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=251606
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - allow option WITH_FONTCONFIG with WITHOUT_X11Dirk Meyer2010-03-091-3/+1
| | | | | | | | PR: 144567 Submitted by: Benjamin Lee Notes: svn path=/head/; revision=250769
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Security patchDirk Meyer2009-11-062-1/+16
| | | | | | | | | | | Security: CVE-2009-3546 Security: http://portaudit.freebsd.org/4e8344a3-ca52-11de-8ee8-00215c6a37bb.html PR: 140335 Submitted by: Eygene Ryabinkin Obtained from: PHP project Notes: svn path=/head/; revision=243907
* - fix build when an old gd with different shlibs is still installedDirk Meyer2009-08-011-0/+1
| | | | Notes: svn path=/head/; revision=238719
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - clean X11BASEDirk Meyer2008-03-301-7/+7
| | | | Notes: svn path=/head/; revision=210160
* - set USE_XORGDirk Meyer2008-03-171-1/+1
| | | | Notes: svn path=/head/; revision=209235
* - use the OPTION infrastructureDirk Meyer2007-09-301-5/+6
| | | | | | | | PR: 115688 Submitted by: Xin LI Notes: svn path=/head/; revision=200407
* Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.Mark Linimon2007-09-291-0/+1
| | | | Notes: svn path=/head/; revision=200381
* - update to 2.0.35Dirk Meyer2007-06-262-5/+10
| | | | | | | reported by: shaun (portscout) Notes: svn path=/head/; revision=194313
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - fix option WITH_FONTCONFIGDirk Meyer2007-02-231-2/+2
| | | | | | | | PR: 109476 Submitted by: Radim Kolar Notes: svn path=/head/; revision=185774
* - update to 2.0.34Dirk Meyer2007-02-2210-1740/+129
| | | | | | | | | | | | | | | | | | | - new MASTER_SITES - use smaller distfile (.bz2) - new option WITH_FONTCONFIG - new option WITH_ICONV - removed gdImageCreateFromGifSource this breaks old version of php*-gd PR: 109149 Submitted by: Phil Oleson - fix gdtest - remove gdImageLzw*, gdImageBigGif* this breaks old version of perl5-GD - extend feature info Notes: svn path=/head/; revision=185710
* - use USE_LDCONFIGDirk Meyer2007-01-131-1/+1
| | | | Notes: svn path=/head/; revision=182293
* - extend functions for use with newer perl-GDDirk Meyer2005-12-182-2/+2
| | | | | | | Submitted by: Tim Baur Notes: svn path=/head/; revision=151470
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - extends feature list for gdlib-configDirk Meyer2005-11-011-2/+2
| | | | | | | | PR: 88272 Submitted by: Helge Oldach Notes: svn path=/head/; revision=146879
* Install missing header (bump PORTREV)Volker Stolz2005-10-143-2/+3
| | | | | | | Approved by: dinoex (maintainer) Notes: svn path=/head/; revision=145383
* - add gdlib-configDirk Meyer2005-09-272-1/+21
| | | | | | | PR: 86574 Notes: svn path=/head/; revision=143615
* http://people.freebsd.org/~josef/stuff/patch-gd_png.cDirk Meyer2004-11-212-0/+19
| | | | | | | | - fixes allocation bug for webpng (RT Ticket #159) Submitted by: josef Notes: svn path=/head/; revision=122071
* - update to 2.0.33Dirk Meyer2004-11-063-17/+10
| | | | Notes: svn path=/head/; revision=120940
* - Security patches to match 2.0.33Dirk Meyer2004-11-059-817/+10
| | | | | | | | - drop X-less Xpm support (no longer supported by the distribution) Notes: svn path=/head/; revision=120917
* - Restore PORTEPOCHSergei Kolobov2004-10-121-0/+1
| | | | | | | Poiny hat to: dinoex Notes: svn path=/head/; revision=118873
* - update to 2.0.28Dirk Meyer2004-10-125-178/+9
| | | | | | | drop patch-gdft.c, as it won't apply after 2.0.25 Notes: svn path=/head/; revision=118802
* - update to 2.0.24Dirk Meyer2004-05-263-34/+33
| | | | | | | | | | 67144 Dan Lukes - update to 2.0.25 Notes: svn path=/head/; revision=110030
* - quote CC in MAKE_ARGSDirk Meyer2004-04-031-1/+1
| | | | | | | | PR: 65103 Submitted by: Michael Johnson Notes: svn path=/head/; revision=106001