Commit graph

30 commits

Author SHA1 Message Date
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
Alexander Nedotsukov
1d7cd04816 - Update to 1.3.9
- Use lthack
2004-05-19 06:13:51 +00:00
Alexander Nedotsukov
06cabcae35 Add support for sequences of TypeCode's to unbreak libbonobomm
build.

Obtained from:	GNOME CVS
2004-04-19 06:23:23 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Pav Lucistnik
55a7e57766 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 13:47:05 +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
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Alexander Nedotsukov
22bda7dc67 Update to 1.3.8 2003-11-18 15:09:17 +00:00
Alexander Nedotsukov
c644da13d2 Update to 1.3.7
Approved by: marcus (mentor)
2003-08-25 23:33:45 +00:00
Joe Marcus Clarke
4f92d86b77 Fix some other build problems with GCC 3.3.1. Since these patches affect
headers used by dependents, bump PORTREVISION.

Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-07-23 03:51:42 +00:00
Joe Marcus Clarke
14a61ff9ad Fix build with GCC 3.3.1.
Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-07-23 01:40:59 +00:00
Joe Marcus Clarke
f40bc84752 Fix problems with g++-2.9x and virtual interfaces.
Submitted by:	Alexander Nedotsukov <bland@mail.ru>
Obtained from:	Bowie Owens <bowie@owens.csiro.au>
2003-06-20 15:48:49 +00:00
Joe Marcus Clarke
098af8d37e * Remove the need for X, and instal this port in ${LOCALBASE}
* Correct the plist to include the ORBit backends

Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-06-19 15:53:01 +00:00
Adam Weinberger
fad19d1dfe Update to 1.3.6, shlib bump, utilize USE_GNOME, and make gnome@
the maintainer.
2003-06-16 19:16:46 +00:00
Christian Weisgerber
54eb40c54a Update to version 1.3.5
PR:		51050
Submitted by:	Ports Fury
2003-04-25 18:50:38 +00:00
Joe Marcus Clarke
e28f0247c9 Remove USE_GNOMENG. 2003-04-20 03:03:05 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Patrick Li
8290a90bda Fix build in -current and unmark broken.
PR:		ports/46081
Submitted by:	Juha Liukkonen <jml@cubical.fi>
2002-12-15 04:22:39 +00:00
Adam Weinberger
c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +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
David W. Chapman Jr.
534fffca27 ${PERL} -> ${REINPLACE_CMD}
PR:		40784
Submitted by:	corecode@corecode.ath.cx
Reviewed by:	flynn@energyhq.homeip.net
2002-09-01 16:07:59 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Kris Kennaway
f0fdebb721 BROKEN: Does not build 2002-05-18 03:28:59 +00:00
Ade Lovett
25c7b32910 Update to 0.30.4
PR:		35787
Submitted by:	Ports Fury
2002-03-12 01:18:37 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Maxim Sobolev
d0fba3e0f1 Backout previous change - it seems that new revision of the patch doesn't
apply everywhere.

Submitted by:	Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Maxim Sobolev
41c22e9c76 Don't filter libc_r on 5-CURRENT. 2001-12-19 20:20:23 +00:00
Johann Visagie
c0ebbd3943 - Add patch-Makefile.buildvars to add ${LOCALBASE}/include to INCLUDEDIRS
(port did not build with ORBit ports >= 0.5.10).
- GNU_CONFIGURE -> USE_AUTOMAKE, in order to incorporate variables from
  Makefile.buildvars in Makefiles.
- Move removal of "test" directory from Makefile.in to Makefile.am, to
  accommodate the fact that we're now using automake:  Remove
  patch-Makefile.in and add patch-Makefile.am.
- Expand pkg-descr a bit.
- Alphabetise pkg-plist and add directories.
- Bump PORTREVISION.
2001-11-15 09:36:17 +00:00
Maxim Sobolev
b0790e4238 Don't link in libc - FreeBSD doesn't need this.
Submitted by:	Ports Fury
2001-10-31 08:20:45 +00:00
Pete Fritchman
1b4f516e45 Add orbitcpp-0.30.1, C++ bindings for ORBit, a CORBA 2.2-compliant ORB
PR:		30232
Submitted by:	Thomas Hentschel <bsd@hentschel.net>
2001-10-29 08:57:07 +00:00