aboutsummaryrefslogtreecommitdiff
path: root/print/gimp-print
Commit message (Collapse)AuthorAgeFilesLines
* - Finish what adamw started: bump PORTREVISION and update pre-everything::Pav Lucistnik2004-12-041-1/+2
| | | | Notes: svn path=/head/; revision=123144
* Disable CUPS support by default.Adam Weinberger2004-12-041-3/+4
| | | | | | | | | This brings gimp-print in-line with the other GNOME-related apps and libs, which only enable CUPS support if explicitly requested. Notes: svn path=/head/; revision=123061
* Update to version 4.2.7Kirill Ponomarev2004-07-177-60/+860
| | | | | | | | PR: ports/69189 Submitted by: Ports Fury Notes: svn path=/head/; revision=113857
* 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
* - Correct minor linuxism in cups module: make different language modulesPav Lucistnik2004-06-041-0/+11
| | | | | | | | | | actually different. PR: ports/67551 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es> Notes: svn path=/head/; revision=110836
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* 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
* Make sure the libgimpprint.so library is linked against libintl to resolveJoe Marcus Clarke2004-02-052-1/+12
| | | | | | | some gettext symbols. Notes: svn path=/head/; revision=100033
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Prevent /usr/local/lib/gimp from being created. CONFIGURE_ARGS prevents the gimpAdam Weinberger2004-01-131-0/+23
| | | | | | | plugin from being compiled anyway. Notes: svn path=/head/; revision=98078
* - Update to version 4.2.6Kirill Ponomarev2004-01-123-131/+749
| | | | | | | | PR: 61250 Submitted by: Ports Fury Notes: svn path=/head/; revision=97999
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Fix include path order so headers from a previously installed versionChristian Weisgerber2003-02-181-0/+16
| | | | | | | | | are not picked up. PR: 48354 Notes: svn path=/head/; revision=75762
* 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>. Notes: svn path=/head/; revision=75656
* upgrade to 4.2.4Ying-Chieh Liao2003-01-023-6/+176
| | | | | | | | PR: 45865 Submitted by: Ports Fury Notes: svn path=/head/; revision=72245
* 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) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 4.2.3Ying-Chieh Liao2002-10-225-14/+684
| | | | | | | | PR: 44352 Submitted by: Ports Fury Notes: svn path=/head/; revision=68576
* 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> Notes: svn path=/head/; revision=68130
* 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) Notes: svn path=/head/; revision=68050
* 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. Notes: svn path=/head/; revision=67402
* BROKEN: Configure failsKris Kennaway2002-09-201-0/+2
| | | | Notes: svn path=/head/; revision=66913
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* upgrade to 4.2.1Ying-Chieh Liao2002-06-184-1038/+1514
| | | | | | | | | PR: 39121 Submitted by: Ports Fury No Response from: maintainer Notes: svn path=/head/; revision=61502
* 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> Notes: svn path=/head/; revision=57208