Commit Graph

35 Commits

Author SHA1 Message Date
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54: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
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
7c0753983e Update to 2.0.5. 2004-03-21 02:19:46 +00:00
Pav Lucistnik
db249059e4 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:33:42 +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
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Joe Marcus Clarke
7f32b1aabe Update to 2.0.4. 2003-07-30 02:10:21 +00:00
Joe Marcus Clarke
4a17c6bd5a Add gnet2 after a repo copy from gnet-glib2. gnet2 is the stable Glib-2
based version of the simple network library, GNet.
2003-07-12 05:30:42 +00:00
Joe Marcus Clarke
05b633dc85 Update to 1.1.9. 2003-07-04 21:17:27 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
0874a46409 Convert to new GNOME infrastructure. 2003-04-22 04:46:36 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Joe Marcus Clarke
7506a21743 Remove some redundant -p arguments to MKDIR. 2003-02-23 17:35:10 +00:00
Joe Marcus Clarke
6e1b91408b Add a patch missed in the last commit. 2003-02-23 17:34:31 +00:00
Joe Marcus Clarke
5f6b9c279a Add gnet-glib2 after a repo copy from gnet. gnet-glib2 provides the Gnet
API built on Glib 2.
2003-02-23 17:34:03 +00:00
Maxim Sobolev
e8b0068241 Use USE_LIBTOOL. 2002-07-20 11:45:53 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Yukihiro Nakai
a04a779698 Update to 1.1.4
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
2002-06-27 05:57:24 +00:00
Vanilla I. Shu
c89a2ecf90 Upgrade to 1.1.0, change MASTER_SITE to new site. 2001-05-26 07:13:56 +00:00
Maxim Sobolev
48f74b129b Update to 1.0.4. 2000-11-25 13:44:09 +00:00
Maxim Sobolev
49a888ed6d Capitalize first letter and put period at the end of sentence. 2000-11-25 12:55:23 +00:00
Jeremy Lea
d0cdca8bc3 Implement USE_GLIB. 2000-10-05 06:23:01 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Ade Lovett
f0679cfe33 Fix another figure out GLIB_CONFIG but use hardcoded glib-config
in the configure file pilot botch
2000-06-15 18:56:12 +00:00
Yukihiro Nakai
b70c986b47 Update to 1.0.3 2000-04-19 05:02:30 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00
Ade Lovett
ee60f9db19 Update to 1.0.1
Approved by:	maintainer
2000-03-24 19:12:06 +00:00
Yukihiro Nakai
074ea1453a Update to 1.0.0 2000-02-29 07:58:58 +00:00
Yukihiro Nakai
8cf8bfceef Fix around libtool.
PR:		ports/16876
Submitted by:	Kato Tsuguru<tkato@prontomail.ne.jp>, Ade Lovett<ade@FreeBSD.org>
2000-02-28 10:01:09 +00:00
Steve Price
bf58fdcdd4 - This port LIB_DEPENDS on the glib12 port.
- Use ifr_flags instead of ifr_ifru.ifru_flags so this build again on
  current.
2000-02-27 14:53:42 +00:00
Yukihiro Nakai
a03e16bee0 Initial import.
a simple network library built upon glib.
2000-02-16 12:01:25 +00:00