summaryrefslogtreecommitdiff
path: root/print/gimp-print (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify.Trevor Johnson2004-03-171-0/+1
|
* 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.
* Make sure the libgimpprint.so library is linked against libintl to resolveJoe Marcus Clarke2004-02-052-1/+12
| | | | some gettext symbols.
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
|
* Prevent /usr/local/lib/gimp from being created. CONFIGURE_ARGS prevents the gimpAdam Weinberger2004-01-131-0/+23
| | | | plugin from being compiled anyway.
* - Update to version 4.2.6Kirill Ponomarev2004-01-123-131/+749
| | | | | PR: 61250 Submitted by: Ports Fury
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
|
* Fix include path order so headers from a previously installed versionChristian Weisgerber2003-02-181-0/+16
| | | | | | are not picked up. PR: 48354
* Update to version 1.2.5.Christian Weisgerber2003-02-164-7/+8
| | | | | | | PR: 47493 Submitted by: Ports Fury Additional regex fixes by Simon Schubert <corecode@corecode.ath.cx>.
* upgrade to 4.2.4Ying-Chieh Liao2003-01-023-6/+176
| | | | | PR: 45865 Submitted by: Ports Fury
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* upgrade to 4.2.3Ying-Chieh Liao2002-10-225-14/+684
| | | | | PR: 44352 Submitted by: Ports Fury
* Actually add patchfile for rastertoprinter.c this time.Daniel Harris2002-10-162-1/+11
| | | | | | | While I'm here, fix BUILD_DEPENDS to look for an executable, it is not LIB_DEPENDS. Submitted in part by: Jeremy Prior <jez@netcraft.com>
* o Update to 4.2.2.Daniel Harris2002-10-143-8/+622
| | | | | | | | o Add cups-base to BUILD_DEPENDS in with-cups case. o Set maintainer to ports@, maintainer timeout on past two updates. PR: 42095, 44031 Submitted by: Ports Fury (42095), Edwin Groothuis <edwin@mavetju.org> (44031)
* Fix port and remove BROKEN tag. The LIB_DEPENDS were being set with =Kris Kennaway2002-10-051-4/+2
| | | | instead of += and so some of the dependencies were not being added.
* BROKEN: Configure failsKris Kennaway2002-09-201-0/+2
|
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* upgrade to 4.2.1Ying-Chieh Liao2002-06-184-1038/+1514
| | | | | | PR: 39121 Submitted by: Ports Fury No Response from: maintainer
* add gimp-print 4.2.0Ying-Chieh Liao2002-04-025-0/+1081
GIMP Print Printer Driver PR: 33482 Submitted by: David Gilbert <dgilbert@canoe.velocet.net>