aboutsummaryrefslogtreecommitdiffstats
path: root/print/gimp-print
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 4.2.7krion2004-07-187-60/+860
| | | | | PR: ports/69189 Submitted by: Ports Fury
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* - Correct minor linuxism in cups module: make different language modulespav2004-06-051-0/+11
| | | | | | | actually different. PR: ports/67551 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
* SIZEify.trevor2004-03-181-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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 resolvemarcus2004-02-052-1/+12
| | | | some gettext symbols.
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Prevent /usr/local/lib/gimp from being created. CONFIGURE_ARGS prevents the gimpadamw2004-01-131-0/+23
| | | | plugin from being compiled anyway.
* - Update to version 4.2.6krion2004-01-123-131/+749
| | | | | PR: 61250 Submitted by: Ports Fury
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* Fix include path order so headers from a previously installed versionnaddy2003-02-181-0/+16
| | | | | | are not picked up. PR: 48354
* Update to version 1.2.5.naddy2003-02-164-7/+8
| | | | | | | PR: 47493 Submitted by: Ports Fury Additional regex fixes by Simon Schubert <corecode@corecode.ath.cx>.
* upgrade to 4.2.4ijliao2003-01-033-6/+176
| | | | | PR: 45865 Submitted by: Ports Fury
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-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.adamw2002-11-072-1/+2
| | | | Approved by: pat
* upgrade to 4.2.3ijliao2002-10-225-14/+684
| | | | | PR: 44352 Submitted by: Ports Fury
* Actually add patchfile for rastertoprinter.c this time.dannyboy2002-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.dannyboy2002-10-153-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 =kris2002-10-061-4/+2
| | | | instead of += and so some of the dependencies were not being added.
* BROKEN: Configure failskris2002-09-211-0/+2
|
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* upgrade to 4.2.1ijliao2002-06-184-1038/+1514
| | | | | | PR: 39121 Submitted by: Ports Fury No Response from: maintainer
* add gimp-print 4.2.0ijliao2002-04-035-0/+1081
GIMP Print Printer Driver PR: 33482 Submitted by: David Gilbert <dgilbert@canoe.velocet.net>