Commit Graph

29 Commits

Author SHA1 Message Date
Tilman Keskinoz
be5355beec GC unused file. 2004-05-11 13:59:28 +00:00
Tilman Keskinoz
ebfc6e8877 Move autogen from post-patch to pre-configure to fix dependency problems
Reported by:	dosirak (via kris)
2004-04-09 08:44:36 +00:00
Tilman Keskinoz
c5066876e0 Add SIZE
Submitted by:	trevor
2004-03-18 15:17:40 +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
Tilman Keskinoz
212b9bbdc3 Fix a compile problem with recent gcc versions. 2004-01-16 22:03:32 +00:00
Tilman Keskinoz
87cb7051d5 Fix build on 5.x
Reported by:	bento
2003-10-13 12:53:58 +00:00
Tilman Keskinoz
5aa869585b Use new INFO macros 2003-08-04 18:51:28 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Tilman Keskinoz
79671f3f8a Update to 1.12.10 2003-04-27 21:43:18 +00:00
Tilman Keskinoz
e07e5b8c77 Update to 1.12.9
Grab Maintainership.
2003-04-06 15:45:34 +00:00
Tilman Keskinoz
da69133c72 Update to 1.12.8
Approved by:	maintainer timeout
2003-03-23 16:23:42 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Tilman Keskinoz
2d773ffe61 Unbreak on -CURRENT by updating to 1.12.7 2002-11-29 11:12:42 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +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
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Satoshi Asami
641d036461 Add lib/libsocket++_p.a (now that's one hard filename to type!) and
lib/libsocket++.so.

Submitted by:	bento
2000-06-07 07:59:23 +00:00
Steve Price
eb8ca8b29c Don't build any profiled libraries and use CXXFLAGS to specify -I. so this
port actually builds.
2000-05-28 04:07:29 +00:00
Kris Kennaway
135883b714 Mark BROKEN: compiler error
Noticed by:	bento
2000-04-29 21:53:59 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00
R. Imura
3649ada3e3 Fix compiler error in -current.
PR:		16443
Submitted by:	Alexander Langer <alex@cichlids.com>
2000-01-30 16:21:32 +00:00
Peter Wemm
a6c3f62331 $Id$ -> $FreeBSD$ 1999-08-30 14:24:37 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Jun Kuriyama
f79458cfe7 Add section and entry into ${PREFIX}/info/dir and portlint.
PR:		ports/8135
Submitted by:	Gregory D. Moncreaff <moncrg@ma.ultranet.com>
Portlint by:	myself
1998-11-22 02:01:55 +00:00
Steve Price
f044dea560 Convert to ELF. 1998-10-10 03:23:44 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
David E. O'Brien
2e0134082d Update MASTER_SITES.
Pointed out by:	Max
1998-01-07 11:11:48 +00:00
Masafumi Max NAKANE
5e5eddfc60 ldconfig -> ${LDCONFIG}. 1997-07-17 15:13:02 +00:00
David E. O'Brien
f82486aae5 Socket++ is a iostream like C++ class library for the UNIX and INET
domains of sockets and protocols.

Submitted by:	Narvi <narvi@haldjas.folklore.ee>
Closes-PR:	ports/2532
1997-02-07 23:54:07 +00:00