Commit graph

29 commits

Author SHA1 Message Date
Maxim Sobolev
2c1c36f5b0 Update to 0.5.2. 2005-11-09 20:25:32 +00:00
Maxim Sobolev
a5ac90db23 Update to 0.5.1. 2005-07-07 20:16:22 +00:00
Maxim Sobolev
88593080e4 Update to 0.4.9. 2005-06-19 13:09:49 +00:00
Maxim Sobolev
109b205179 Update to 0.4.7. 2004-11-26 16:40:30 +00:00
Ade Lovett
fd7ffd7e3e Fix bogons:
- binaries were being installed with a host-specific prefix in sbin/
  - missing entry in pkg-plist

Both of which caused endless fun and games.
2004-10-18 21:34:53 +00:00
Maxim Sobolev
5db6fe3f0f Add file missed in the previous commit. 2004-10-17 19:13:49 +00:00
Maxim Sobolev
b854a92a05 Update to 0.4.5. 2004-10-17 19:13:00 +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
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
Mark Linimon
8288fd04a5 Per redirect response when sending mail to maintainer, update maintainer's
email address.
2003-12-07 06:08:36 +00:00
Edwin Groothuis
c386036ffa Fix directory layout, but the file isn't there (yet) 2003-11-03 01:11:58 +00:00
Maxim Sobolev
7c5032287c Fix aout-ism. 2003-05-19 17:34:04 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Maxim Sobolev
0f1e2b9739 Update 0.3.2 and provide support for SIP-specific attributes, which is
necessary for SER port to be added later on.

Sponsored by:	Porta Software Ltd.
2003-01-20 20:12:52 +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
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00
Dirk Froemberg
a6b5d15c7e Upgrade to 0.3.1.
OK'ed by:	maintainer
2000-02-01 21:20:20 +00:00
Peter Wemm
a6c3f62331 $Id$ -> $FreeBSD$ 1999-08-30 14:24:37 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Steve Price
c7389411b1 Update for new MASTER_SITE.
PR:		12074
Submitted by:	maintainer
1999-06-08 23:17:00 +00:00
Steve Price
898dd65bc9 USE_LIBTOOL=yes and misc. cleanup.
PR:		11855
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 04:38:22 +00:00
Steve Price
5af2dded5c libtool has been updated to version 1.3 so fixup where we look for it. 1999-05-04 22:36:19 +00:00
Michael Haro
5b9355a3b1 WWW: This is definately the daemon's work. In Chuck we trust. 1999-05-03 05:26:53 +00:00
Dirk Froemberg
06dd0c6707 Build a shared version of the library, too.
(maintainer didn't respond within a week, aka maintainer timeout)
1999-01-12 23:37:51 +00:00
Joseph Koshy
0398ec0251 Import of `radiusclient', a client library and basic utilities for
Radius authenticated login.

PR:		7942
Submitted by:	Maurice Castro <maurice@serc.rmit.edu.au>
1998-11-04 03:17:53 +00:00