aboutsummaryrefslogtreecommitdiff
path: root/graphics/gd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* graphics/gd: Update from 2.2.4 to 2.2.5Torsten Zuehlsdorff2018-07-271-3/+3
| | | | | | | | | | | | | | | | | | | This update fixes 2 security issues: - Double-free in gdImagePngPtr(). (CVE-2017-6362) - Buffer over-read into uninitialized memory. (CVE-2017-7890) Full Changelog: https://github.com/libgd/libgd/blob/gd-2.2.5/CHANGELOG.md PR: 229707 Submitted by: Mikhail Teterin <mi@FreeBSD.org> Approved by: maintainer timeout (dinoex, 2 weeks) MFH: 2018Q3 Security: CVE-2017-6362 Security: CVE-2017-7890 Notes: svn path=/head/; revision=475415
* - Add LICENSE_FILEDmitry Marakasov2018-04-111-2/+3
| | | | | | | | | | - Switch to options helpers - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=467040
* Update to 0.6.0Sunpoet Po-Chuan Hsieh2017-04-301-0/+1
| | | | | | | | | - Bump PORTREVISION for dependent ports Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Notes: svn path=/head/; revision=439814
* - update to 2.2.4Dirk Meyer2017-01-281-3/+2
| | | | | | | | | PR: 216507 Submitted by: Piotr Kubaj MFH: 2017Q1 Notes: svn path=/head/; revision=432648
* - fix option WEBPDirk Meyer2016-10-161-3/+2
| | | | | | | | | | | | | | - make option WEBP default PR: 211368 - Security patch, port was not vulnerable Security: https://github.com/libgd/libgd/issues/308 Security: http://seclists.org/oss-sec/2016/q3/626 Security: CVE-2016-7568 PR: 213020 Notes: svn path=/head/; revision=424078
* - update to 2.2.3Dirk Meyer2016-08-281-17/+4
| | | | | | | | | | | | | - remove option VPX Security: CVE-2016-6207 Security: CVE-2016-6214 Security: CVE-2016-6132 Security: CVE-2016-5766 PR: 211562 MFH: 2016Q3 Notes: svn path=/head/; revision=421029
* - update libgd to 2.2.2Dirk Meyer2016-07-201-6/+10
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* - update to 2.1.1Dirk Meyer2016-07-091-3/+3
| | | | Notes: svn path=/head/; revision=418294
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* multimedia/libvpx: update 1.5.0Jan Beich2015-11-141-1/+1
| | | | | | | | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html PR: 204478 Exp-run by: antoine Approved by: ashish (maintainer) Notes: svn path=/head/; revision=401587
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* multimedia/libvpx: update to 1.4.0Jan Beich2015-06-091-1/+1
| | | | | | | | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0 Differential Revision: https://reviews.freebsd.org/D2570 Exp-run by: antoine Approved by: ashish, multimedia (kwm) Approved by: maintainer timeout (ale, dinoex; 2 weeks) Notes: svn path=/head/; revision=388940
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* - 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-221-10/+3
| | | | 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-151-1/+1
| | | | | | | | - fix bdftogd and bump PORTREVISION PR: 181250 Notes: svn path=/head/; revision=324782
* - update libdg to 2.1.0Dirk Meyer2013-08-091-52/+78
| | | | Notes: svn path=/head/; revision=324437
* - fix to support interlaced gifDirk Meyer2013-06-151-1/+1
| | | | | | | | | PR: 179537 Submitted by: Sergey Kandaurov Obtained from: libgd repo Notes: svn path=/head/; revision=320987
* - 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
* - 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
* - add CONFLICTSDirk Meyer2010-06-031-0/+2
| | | | | | | PR: 147418 Notes: svn path=/head/; revision=255647
* - fix check, so png is detected.Dirk Meyer2010-03-281-1/+1
| | | | | | | Submitted by: tron@freenode Notes: svn path=/head/; revision=251615
* - fix breakage with png-1.4.1Dirk Meyer2010-03-281-1/+1
| | | | 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-061-1/+1
| | | | | | | | | | | 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