aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp1/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Retire print/gimp-print, graphics/gimp1, and graphics/gimp-pmosaicMichael Johnson2007-09-161-107/+0
| | | | Notes: svn path=/head/; revision=199568
* - Set for removal in one monthPav Lucistnik2007-08-011-0/+1
| | | | Notes: svn path=/head/; revision=196880
* - 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
* 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-141-2/+2
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Add USE_GETTEXT to appease portlint.Jeremy Messenger2006-05-151-0/+1
| | | | Notes: svn path=/head/; revision=162498
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Conversion to a single libtool environment.Ade Lovett2006-02-231-3/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Add CONFLICTS for gimpshop.Joe Marcus Clarke2006-02-221-1/+1
| | | | Notes: svn path=/head/; revision=156645
* - Fixed MASTER_SITES to fix fetch problem on mpeg_lib.Erwin Lansing2005-12-211-4/+3
| | | | | | | | | | - Removed unfetchable sites to download gimp tarball and replaced by new site. PR: 90753 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=151779
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* - Define NO_LATEST_LINK in favour of graphics/gimpPav Lucistnik2004-03-291-0/+2
| | | | | | | Spotted by: krion Notes: svn path=/head/; revision=105602
* - Mark DEPRECATED and point users to 2.0 release in graphics/gimp portPav Lucistnik2004-03-271-0/+2
| | | | | | | | I haven't set an expiration date because there are still some ports that require old GIMP, most notably xsane. Notes: svn path=/head/; revision=105440
* After GIMP 2.0 release both versions can not be longer installedAlexander Nedotsukov2004-03-241-0/+2
| | | | | | | at the same time. Notes: svn path=/head/; revision=105111
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* 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
* Correct some obsolete MASTER_SITESJoe Marcus Clarke2003-10-061-1/+0
| | | | | | | | PR: 57557 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=90336
* Update to 1.2.5.Joe Marcus Clarke2003-06-201-1/+1
| | | | Notes: svn path=/head/; revision=83374
* Make the print plug-in conditional on whether or not WITHOUT_PRINT isJoe Marcus Clarke2003-06-091-0/+2
| | | | | | | | | specified. PR: 53071 Notes: svn path=/head/; revision=82561
* Update to 1.2.4.Joe Marcus Clarke2003-06-011-6/+18
| | | | Notes: svn path=/head/; revision=81848
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Roll mpeg-lib into the two gimp ports. mpeg-lib is now abandoned ware, and willJoe Marcus Clarke2002-08-121-4/+39
| | | | | | | | | | | | | | | be removed from the ports tree soon. mpeg-lib will now be built solely for the purpose of gimp, and no libmpeg.* will be installed on the system. This will avoid a namespace conflict with KDE which also installs a libmpeg.so. These two libraries are incompatible. Submitted by: alane and myself Not reviewed by: alane Inspired by: mail/evolution Notes: svn path=/head/; revision=64435
* Use USE_GNOMENG.Maxim Sobolev2002-07-201-1/+2
| | | | Notes: svn path=/head/; revision=63265
* - Use USE_LIBTOOL properly;Maxim Sobolev2002-05-201-4/+4
| | | | | | | | - add dozen missed files into pkg-plist; - bump PORTREVISION. Notes: svn path=/head/; revision=59519
* pass maintainerbit to gnome@Vanilla I. Shu2002-05-181-1/+1
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=59379
* set PORTEPOCH back.Vanilla I. Shu2002-04-111-1/+1
| | | | | | | PR: Christopher Masto <chris@netmonger.net> Notes: svn path=/head/; revision=57582
* Upgrade to 1.2.3.Vanilla I. Shu2002-04-111-4/+6
| | | | Notes: svn path=/head/; revision=57552
* add missing entries to pkg-plist.FUJISHIMA Satsuki2001-09-221-0/+1
| | | | | | | | PR: 30727 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=48067
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47625
* Resurrect PORTEPOCH which has been removed in the last commit byAkinori MUSHA2001-08-211-0/+1
| | | | | | | mistake. Notes: svn path=/head/; revision=46598
* Upgrade to 1.2.2Clive Lin2001-08-181-3/+1
| | | | | | | | | Done by : vanilla Fix vinum for several days before bad scsi cable got fixed (Arrrgh !), and finally lost all his /home and ssh key : vanilla Notes: svn path=/head/; revision=46408
* Undo 1.2.2 upgrade.Maxim Sobolev2001-08-141-2/+4
| | | | | | | Requested by: vanilla (maintainer) Notes: svn path=/head/; revision=46239
* Update to 1.2.2.Maxim Sobolev2001-08-131-3/+2
| | | | Notes: svn path=/head/; revision=46203
* Add MASTER_SITE_RINGSERVER to MASTER_SITES.Akinori MUSHA2001-03-261-3/+5
| | | | | | | Approved by: vanilla (MAINTAINER) Notes: svn path=/head/; revision=40409
* Gimp is 1.2 now, not 1.1.Vanilla I. Shu2001-03-151-1/+1
| | | | | | | Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> Notes: svn path=/head/; revision=39885
* Dont strip script when use --install-admin-bin,Vanilla I. Shu2001-03-141-0/+1
| | | | | | | It will broken p5-Gimp installation. Notes: svn path=/head/; revision=39858
* Upgrade to 1.2.1.Vanilla I. Shu2001-01-241-1/+1
| | | | Notes: svn path=/head/; revision=37513
* Upgrade to 1.2.0, add a patch for print plug-ins (by mistral@imasy.or.jp ↵Vanilla I. Shu2000-12-261-6/+5
| | | | | | | (Yoshihiko SARUMARU). Notes: svn path=/head/; revision=36381
* Upgrade to 1.1.30.Vanilla I. Shu2000-12-101-1/+1
| | | | Notes: svn path=/head/; revision=35816
* Upgrade to 1.1.29, split gimp-perl to p5-Gimp (coming soon).Vanilla I. Shu2000-11-131-26/+4
| | | | Notes: svn path=/head/; revision=35050
* Upgrade to 1.1.27.Vanilla I. Shu2000-10-131-5/+5
| | | | | | | | PR: ports/21945 Submitted by: trevor Notes: svn path=/head/; revision=33761
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Implement WANT_GNOME.Jeremy Lea2000-10-051-20/+12
| | | | Notes: svn path=/head/; revision=33430
* Update to 1.1.26.Maxim Sobolev2000-09-261-5/+6
| | | | | | | | PR: 21560 (very incomplete) Actual work done by: sobomax Notes: svn path=/head/; revision=33149
* Update to 1.1.25.Maxim Sobolev2000-08-231-2/+2
| | | | Notes: svn path=/head/; revision=31907
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Update 1.1.24.Maxim Sobolev2000-06-261-25/+18
| | | | | | | | | | | | | | Also provide following enhancements: - Remove PLIST.perl and merge its contents into main PLIST using Satoshi's %%PORTDOCS:%% hack; - the same as previous for Gnome bits; - automatically generate and substitute shared libraries version; - slightly reorder Makefile to be more organised; - remove mailformed pieces from configure patch (it is appears that somebody did diff after USE_LIBTOOL hack has been applied). Notes: svn path=/head/; revision=29885