Commit Graph

39 Commits

Author SHA1 Message Date
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Florent Thoumie
b34a004c77 - Fix packing list issues. [1]
- Add new PORT_REPLACES_BASE_LPR knob. [2]
- Preserve original files when replacing base lpr. [1]
- Global cleanup. [1]

PR:		ports/76945 [1], ports/65824 [2]
Submitted by:	flz [1], Linh Pham <question+freebsdpr@closedsrc.org> [2]
Approved by:	maintainer timeout (1 month [1], 10 months [2])
2005-04-04 12:32:57 +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
Pav Lucistnik
1b94dddf81 - Update to 3.8.26
PR:		ports/64943
Submitted by:	Kevin Oberman <oberman@es.net>
Approved by:	maintainer timeout (2 weeks)
2004-04-12 22:34:32 +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
Pav Lucistnik
cdbbc4b9b5 - Update to 3.8.23
PR:		ports/59862
Submitted by:	Rong-En Fan <rafan@infor.rog>
Approved by:	maintainer timeout (almost 3 months)
2004-02-28 16:14:55 +00:00
Trevor Johnson
06acd13c21 Use LS macro. 2004-01-23 05:28:50 +00:00
Pav Lucistnik
1a4690caec - Unbreak on 5.x
PR:		ports/60371
Submitted by:	Seva Gluschenko <gvs@rinet.ru>
2003-12-19 00:28:18 +00:00
Kris Kennaway
efd3830f38 BROKEN on 5.x: does not compile 2003-10-16 01:31:58 +00:00
Sergey A. Osokin
e99da717ba Use NOPORTDOCS instead of NOPORTSDOCS [1]
Also fix pkg-plist (use %%PORTDOCS%%%%DOCSDIR%%
instead of hardcoded share/doc/...).

Maintainer timeout after 1 week.

Spotted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
PR:		53911
2003-07-10 13:31:18 +00:00
Foxfair Hu
e825882a36 PR: 51010
MAINTAINER update: Fixes security problem from Debian Security Advisory
DSA 285-1
2003-04-21 13:33:51 +00:00
Foxfair Hu
713ff33f3f PR: 47778
Submitted by:	David Magda <dmagda+fbugs@ee.ryerson.ca>
Update to 3.8.20 . also mention about we have a MAINTAINER timeout in
this port.
2003-03-23 16:32:36 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Ying-Chieh Liao
27ebc7aa15 chase gdbm lib version 2003-01-03 08:26:35 +00:00
Christian Weisgerber
ca7dcb9ee5 Fix build on 64-bit platforms.
Reported by:	bento
2002-12-30 20:14:32 +00:00
Kris Kennaway
f5fe0f912b USE_LIBTOOL and add missing plist entries 2002-09-14 22:29:46 +00:00
Cy Schubert
7dbb15efd1 Upgrade 3.7.6 --> 3.8.10
Patrick Powell <papowell@astart.com> author of LPRng requested to become
maintainer of this port.  Assigned maintainership to Mr. Powell.

PR:		37546
Submitted by:	Eric Schnoebelen <eric@mr-bill.cirr.com>
Approved by:	maintainer timeout
2002-05-05 22:16:28 +00:00
Mario Sergio Fujikawa Ferreira
932f27376d Update to 3.7.6
PR:		30786
Submitted by:	Gerald Pfeifer <admin@dbai.tuwien.ac.at>
Approved by:	MAINTAINER (3 weeks timeout and port has been broken far longer)
2001-10-17 19:14:21 +00:00
Mario Sergio Fujikawa Ferreira
46737ce94d o Update to version 3.7.5
o LIB_DEPENDS on gdbm
o Better deinstall handling
o Several port style changes
o Add both WWW and Author tags

PR:		28799
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
Approved by:	maintainer
2001-07-30 18:18:38 +00:00
Peter Pentchev
66c8ec0f01 Update to 3.6.26, which contains an important security fix (unsetting
environment variables).

Silence from:	maintainer (for more than a week)
2000-12-11 14:56:43 +00:00
Will Andrews
51702f37f4 Add USE_GMAKE.
Submitted by:	bento
2000-10-24 16:29:16 +00:00
Kris Kennaway
688c0e12c4 Upgrade to LPRng 3.6.25 to fix remote root vulnerability. 2000-10-13 06:24:16 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Steve Price
2fa5f89c0e Update to version 3.6.23.
PR:		20702
Submitted by:	Peter Pentchev <roam@orbitel.bg>
2000-09-05 02:14:38 +00:00
Satoshi Asami
29dc55ee87 Add two manpages. Add two files (symlinks actually). @dirrm one directory.
Submitted by:	bento
2000-05-31 05:52:25 +00:00
Chris Piazza
f9bfad56c5 Update with the new PORTNAME/PORTVERSION variable 2000-04-09 19:09:11 +00:00
Steve Price
56ff3c354a Update to version 3.6.8.
PR:		13432, 13560
Submitted by:	Patrick Powell <papowell@astart.com>, maintainer
1999-09-27 01:50:06 +00:00
Peter Wemm
8100143543 $Id$ -> $FreeBSD$ 1999-08-31 02:00:46 +00:00
Michael Haro
3262cce303 expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
1999-08-28 02:42:41 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Steve Price
2646e845ff Move manpages from pkg/PLIST to Makefile. 1998-10-21 00:57:42 +00:00
Steve Price
56c135d5ff Upgrade to version 3.5.1
PR:		6782
Submitted by:	maintainer
1998-06-04 23:59:17 +00:00
Bill Fenner
1cc8cfc86d Update to version 3.4.1
PR:		ports/5485
Submitted by:	Ken Monville <desmo@bandwidth.org>
1998-01-22 08:19:45 +00:00
Justin M. Seger
9afe3767c3 Update of LPRng to version 3.3.3
PR:		ports/4877
Submitted by:	desmo@bandwidth.org
1997-10-28 22:24:24 +00:00
Thomas Gellekum
fc59f8c3a4 Long threatened import of LPRng port.
PR:		3185
Submitted by:	Kenneth J. Monville <desmo@bandwidth.org>
1997-06-18 08:36:41 +00:00