aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf
Commit message (Collapse)AuthorAgeFilesLines
* 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 LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Add another PORTSCOUT=ignore to gdk-pixbuf because it won't be updated anymore.Koop Mast2015-08-081-0/+2
| | | | Notes: svn path=/head/; revision=393733
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Add CPE infoDmitry Marakasov2015-05-132-3/+7
| | | | | | | | | | - Add LICENSE - Add missing file to plist Approved by: portmgr blanket Notes: svn path=/head/; revision=386215
* 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
* Cleanup plistBaptiste Daroussin2014-12-091-5/+0
| | | | Notes: svn path=/head/; revision=374373
* devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-131-1/+1
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 Notes: svn path=/head/; revision=368108
* Rename german/ and graphics/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-282-0/+0
| | | | Notes: svn path=/head/; revision=363261
* - Remove remnants of the gnomecanvas slave port that has been removedTijl Coosemans2014-04-126-226/+9
| | | | | | | | | | several months ago. - Set LDFLAGS instead of LIBS and search STAGEDIR before LOCALBASE. - Replace a patch with REINPLACE_CMD. - Remove unneeded patches. Notes: svn path=/head/; revision=351108
* Fix build system not able to link to itself when staged (thanks usage of ↵Baptiste Daroussin2014-04-111-2/+2
| | | | | | | ancient autotools...) Notes: svn path=/head/; revision=351025
* Support stageBaptiste Daroussin2014-04-112-9/+9
| | | | Notes: svn path=/head/; revision=350993
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - update png to 1.5.10Dirk Meyer2012-06-012-2/+31
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - 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
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removeMarcelo Araujo2009-02-021-1/+1
| | | | | | | | | | | | MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav) Notes: svn path=/head/; revision=227416
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - 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 after objformat removalPav Lucistnik2007-02-021-1/+3
| | | | Notes: svn path=/head/; revision=183953
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-144-13/+3
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* portlint:Jeremy Messenger2006-05-161-24/+24
| | | | | | | -Use DOCSDIR in plist. Notes: svn path=/head/; revision=162524
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* - Update or add WWW: linesMichael Johnson2005-06-101-0/+2
| | | | Notes: svn path=/head/; revision=137139
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Correct the path to io-xpm.c.Joe Marcus Clarke2004-10-181-2/+2
| | | | | | | Submitted by: Christian Hiris <4711@chello.at> Notes: svn path=/head/; revision=119698
* Glib 1.2 did not have a g_try_malloc() function, so use g_malloc() instead.Joe Marcus Clarke2004-10-172-18/+6
| | | | | | | | | | Since a g_malloc() failure will abort the running application, we no longer need to check the result. PR: 72775 Notes: svn path=/head/; revision=119691
* Fix the security issues with ICO and XPM loading as detailed at:Joe Marcus Clarke2004-10-112-1/+54
| | | | | | | | | | http://www.freebsd.org/ports/portaudit/3d1e9267-073f-11d9-b45d-000c41e2cdad.html Adapted from: gtk+ CVS Approved by: portmgr (implicit) Notes: svn path=/head/; revision=118612
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104462
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Destroy pkg-comment for some of the stranger uses in the tree,Ade Lovett2003-03-062-1/+1
| | | | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77037
* Do not use ${PORTNAME} for MASTER_SITE_SUBDIR as this breaksJoe Marcus Clarke2003-01-201-1/+1
| | | | | | | | | gnomecanvas. Submitted by: Pav Lucistnik <pav_cz@volny.cz> Notes: svn path=/head/; revision=73666
* Update to 0.22.0.Joe Marcus Clarke2003-01-192-3/+3
| | | | Notes: svn path=/head/; revision=73524
* Update to 0.21.0.Joe Marcus Clarke2002-10-182-3/+3
| | | | Notes: svn path=/head/; revision=68237
* Update to 0.20.0.Joe Marcus Clarke2002-10-055-59/+41
| | | | Notes: svn path=/head/; revision=67328
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* USE_REINPLACE isn't needed after sobomax's latest updates to the portsJoe Marcus Clarke2002-07-091-1/+0
| | | | | | | infrastructure. Notes: svn path=/head/; revision=62703
* Add USE_REINPLACE temporarily so to get this port building until portmgrJoe Marcus Clarke2002-07-061-0/+1
| | | | | | | | | | blesses the real fix to bsd.port.mk. PR: 40267 Reported by: many Notes: svn path=/head/; revision=62531
* Allow USE_GNOME be defined in slave port.Maxim Sobolev2002-07-051-1/+1
| | | | Notes: svn path=/head/; revision=62475