aboutsummaryrefslogtreecommitdiff
path: root/graphics/gd
Commit message (Collapse)AuthorAgeFilesLines
* - fix order in USESDirk Meyer2014-08-031-1/+1
| | | | Notes: svn path=/head/; revision=363922
* - Fix MASTER_SITES to resolve fetch issue.Ryan Steinmetz2014-07-181-1/+2
| | | | Notes: svn path=/head/; revision=362221
* Add USES=libtool:keepla pathfix.Tijl Coosemans2014-06-222-10/+4
| | | | Notes: svn path=/head/; revision=358835
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Add shebangfix so bdftogdDirk Meyer2014-04-151-2/+4
| | | | | | | | | - Strip libgd PR: 188581 Submitted by: Steve Wills Notes: svn path=/head/; revision=351313
* - add USES=tar:xzDirk Meyer2014-03-301-4/+1
| | | | | | | - cleanup GNU_CONFIGURE_ARGS for iconv Notes: svn path=/head/; revision=349673
* - use OPT_CONFIGURE_*Dirk Meyer2013-12-281-10/+3
| | | | Notes: svn path=/head/; revision=337838
* - 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