1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

36 Commits

Author SHA1 Message Date
Michael Johnson
6ee3ee2696 Update to 5.1.3 2007-06-26 15:07:46 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Michael Johnson
975866a281 - Add gimp-devel-gutenprint [1]
- Make gimp-devel depend on gimp-devel-gutenprint instead of gimp-gutenprint [2]

Repocopied by:	marcus [1]
Reported by:	kris mail [2]
2007-04-28 06:05:35 +00:00
Michael Johnson
29337374b5 - Make gimp-gutenprint depend on gutenprint-base instead of gutenprint
PR:		ports/111332
		ports/111569
Submitted by:	Brian <knightbg@yahoo.com>
		Mats Dufberg <mats@dufberg.se>
2007-04-16 12:20:24 +00:00
Michael Johnson
d94cfc1fe3 Only install escputil.1 in gutenprint-base port
Reported by:	kris via pointyhat
2007-04-09 12:26:33 +00:00
Michael Johnson
d6b6169f8a don't create cups dirs if port is not gutenprint-cups 2007-04-06 12:45:56 +00:00
Michael Johnson
3af2f04dd4 Make gimp and gimp-devel friendly
PR:		111241
Reported by:	Jonathan Lennox <lennox@cs.columbia.edu>
2007-04-04 21:48:46 +00:00
Michael Johnson
f44cbd3190 - Update to 5.1.0
- Split up gutenprint

You must upgrade gutenprint with one of the following examples

portmaster -o print/gutenprint-base gutenprint
portmaster -u print/gutenprint

or

portupgrade -o print/gutenprint-base gutenprint
portupgrade -u print/gutenprint

Repocopied by:	marcus
2007-04-04 15:05:33 +00:00
Jeremy Messenger
9abd21c3e3 -Update to final 5.0.0.
-Fix plist for cups.
-Do not create empty directories of gimp.
-Remove locale dir that aren't in mtree.

Approved by:	ahze
2006-12-24 20:37:52 +00:00
Michael Johnson
5d73c7fae0 - Add gutenprint (successor to gimp-print)
High quality drivers for Canon, Epson, Lexmark, and PCL printers
for use with Ghostscript, CUPS, Foomatic, and the Gimp

WWW: http://gimp-print.sourceforge.net

Repocopied by:	marcus
2006-06-09 14:48:50 +00:00
Edwin Groothuis
a80969d36e Remove USE_REINPLACE from all categories starting with P 2006-05-13 01:03:17 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
31547964e9 - Finish what adamw started: bump PORTREVISION and update pre-everything:: 2004-12-04 22:08:18 +00:00
Adam Weinberger
ce7d36f4ee Disable CUPS support by default.
This brings gimp-print in-line with the other GNOME-related
apps and libs, which only enable CUPS support if explicitly
requested.
2004-12-04 00:35:12 +00:00
Kirill Ponomarev
28973b2a0d Update to version 4.2.7
PR:		ports/69189
Submitted by:	Ports Fury
2004-07-17 18:46:27 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
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
2004-07-09 17:43:11 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
986ee5f45f Make sure the libgimpprint.so library is linked against libintl to resolve
some gettext symbols.
2004-02-05 07:55:59 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Kirill Ponomarev
584fa45064 - Update to version 4.2.6
PR:		61250
Submitted by:	Ports Fury
2004-01-12 14:07:16 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Christian Weisgerber
d06d377b91 Update to version 1.2.5.
PR:		47493
Submitted by:	Ports Fury

Additional regex fixes by Simon Schubert <corecode@corecode.ath.cx>.
2003-02-16 15:28:49 +00:00
Ying-Chieh Liao
5f9c3e5fd9 upgrade to 4.2.4
PR:		45865
Submitted by:	Ports Fury
2003-01-02 17:55:19 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
1fad8ad261 upgrade to 4.2.3
PR:		44352
Submitted by:	Ports Fury
2002-10-22 06:19:40 +00:00
Daniel Harris
7aacf7a37e Actually add patchfile for rastertoprinter.c this time.
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>
2002-10-16 01:34:01 +00:00
Daniel Harris
bd08c08fbf o Update to 4.2.2.
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)
2002-10-14 18:21:03 +00:00
Kris Kennaway
ac5d8b5259 Fix port and remove BROKEN tag. The LIB_DEPENDS were being set with =
instead of += and so some of the dependencies were not being added.
2002-10-05 21:38:10 +00:00
Kris Kennaway
eb43887f2f BROKEN: Configure fails 2002-09-20 21:07:26 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Ying-Chieh Liao
bcb431a65d upgrade to 4.2.1
PR:		39121
Submitted by:	Ports Fury
No Response from:	maintainer
2002-06-18 09:51:16 +00:00
Ying-Chieh Liao
ce0eeb918f add gimp-print 4.2.0
GIMP Print Printer Driver

PR:		33482
Submitted by:	David Gilbert <dgilbert@canoe.velocet.net>
2002-04-02 16:03:19 +00:00