Commit Graph

20 Commits

Author SHA1 Message Date
Volker Stolz
4fa80380b0 Fix mispelings of PTHREAD_{CFLAGS,LIBS}. 2005-03-10 12:05:24 +00:00
Norikatsu Shigemura
7d85d14fdb Utilize USE_GNOME=pkgconfig.
Bump PORTREVISION,

Submitted by:	pav
2004-12-23 13:06:27 +00:00
Norikatsu Shigemura
81889029e6 Add rmdir libdata/pkgconfig. But I don't bump PORTREVISION.
Pointed out by:	pointyhat via kris
2004-12-23 12:09:22 +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
Norikatsu Shigemura
bac54ee062 Fix broken patch.
Pointed out by:	bento via kris, lofi
2004-06-14 13:33:52 +00:00
Norikatsu Shigemura
219c92a689 Fix linkage problem (tring to link installed library).
Noticed by:	portupgrade
2004-06-13 17:03:58 +00:00
Norikatsu Shigemura
2c35d214c7 Update to 1.2.1.
PR:		ports/67743
Submitted by:	ijliao
2004-06-09 15:43:51 +00:00
Norikatsu Shigemura
93c4cebc63 Add size data.
Submitted by:	trevor
Committed at:	CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
2004-03-20 09:56:44 +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
Norikatsu Shigemura
3267bf0a95 o no need USE_GCC.
o bump PORTREVISION acordingly.

Submitted by:	David Yeske <dyeske@yahoo.com>
2004-02-02 17:17:08 +00:00
Norikatsu Shigemura
5e5ee8d643 Update to 1.0.7. 2004-01-17 21:44:43 +00:00
Edwin Groothuis
07f1d50cbc Chase up new MASTER_SITE_SAVANNAH.
PR:		ports/56970
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-10-03 11:04:59 +00:00
Norikatsu Shigemura
74fa6837ce o Remove dependency on x11-toolkits/fltk-xunicode by retire.
o Bump PORTREVISION accordingly.
2003-05-11 19:45:59 +00:00
Norikatsu Shigemura
db20e3c91a Remove invalid keyword line, and Bump PORTREVISION accordingly. 2003-04-14 01:37:13 +00:00
Norikatsu Shigemura
5debe5bc20 Fix pkg-plist. 2003-03-24 16:25:36 +00:00
Norikatsu Shigemura
0baa1edf33 Update to 1.0.5 and fix conditions for fltk dependency. 2003-03-24 11:57:41 +00:00
Norikatsu Shigemura
d29d24a0ad Change USE_GCC=3.1 to USE_GCC=3.1+. This modification has temporary
sample code in.

Reported by:	David Yeske <dyeske@yahoo.com>
		NINOMIYA Hideyuki <nin@jp.FreeBSD.org>
2003-02-25 07:36:42 +00:00
Norikatsu Shigemura
f859a1e809 De-pkg-comment. 2003-02-22 16:16:12 +00:00
Norikatsu Shigemura
9222584b28 make more clean Makefile and CFLAGS.
Bump PORTREVISION for *_DEPENDS.

PR:		ports/47378
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2003-01-27 16:48:17 +00:00
Norikatsu Shigemura
d9f76ba721 Add OpenEXR(1.0.4), a high dynamic-range (HDR) image file format
(manipulator) developed by Industrial Light & Magic, a division
of Lucas Digital Ltd. LLC.  It was used in the movies Harry Potter,
Men in Black II, and Signs.

Submitted by:		NINOMIYA Hideyuki <nin@Jp.FreeBSD.org>
2003-01-26 12:39:22 +00:00