-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
- Loading branch information
rh
committed
Jun 1, 2000
1 parent
7f7c54d
commit 74add3b
Showing
150 changed files
with
311 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.2 1999/12/22 19:46:23 rh Exp $ | ||
# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:13 rh Exp $ | ||
# | ||
|
||
DISTNAME= lzo-1.06 | ||
|
@@ -13,6 +13,6 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html | ||
|
||
GNU_CONFIGURE= YES | ||
USE_LIBTOOL= YES | ||
USE_PKGLIBTOOL= YES | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.14 2000/04/07 17:01:51 hubertf Exp $ | ||
# $NetBSD: Makefile,v 1.15 2000/06/01 11:23:13 rh Exp $ | ||
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:39 max Exp | ||
# | ||
|
||
|
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/ | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://kbs.cs.tu-berlin.de/~jutta/toast.html | ||
|
||
USE_LIBTOOL= yes | ||
USE_PKGLIBTOOL= yes | ||
|
||
NO_CONFIGURE= yes | ||
MAKE_ENV+= INSTALL_ROOT="${PREFIX}" ROOT="${WRKSRC}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.12 2000/01/15 10:16:18 tron Exp $ | ||
# $NetBSD: Makefile,v 1.13 2000/06/01 11:23:14 rh Exp $ | ||
# FreeBSD Id: Makefile,v 1.2 1999/01/27 08:31:48 fenner Exp | ||
# | ||
|
||
|
@@ -11,7 +11,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://andromeda.68k.org./~michael/audiofile/ | ||
|
||
GNU_CONFIGURE= yes | ||
USE_LIBTOOL= yes | ||
USE_PKGLIBTOOL= yes | ||
|
||
post-install: | ||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libaudiofile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 1999/09/03 22:09:04 rh Exp $ | ||
# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:14 rh Exp $ | ||
# | ||
|
||
DISTNAME= libcdaudio-0.99.1 | ||
|
@@ -11,6 +11,6 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://cdcd.undergrid.net/libcdaudio/ | ||
|
||
GNU_CONFIGURE= YES | ||
USE_LIBTOOL= YES | ||
USE_PKGLIBTOOL= YES | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.4 1999/10/07 17:41:47 tron Exp $ | ||
# $NetBSD: Makefile,v 1.5 2000/06/01 11:23:16 rh Exp $ | ||
|
||
DISTNAME= pilot-link.0.9.3 | ||
PKGNAME= p5-pilot-link-0.9.3 | ||
|
@@ -10,7 +10,7 @@ MAINTAINER= [email protected] | |
DEPENDS+= pilot-link-0.9.3:../pilot-link | ||
|
||
USE_PERL5= yes | ||
USE_LIBTOOL= yes | ||
USE_PKGLIBTOOL= yes | ||
GNU_CONFIGURE= yes | ||
CONFIGURE_ARGS= --with-perl5=${PERL5_BIN} --without-tcl \ | ||
--without-python --without-java | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.17 1999/05/22 18:14:03 frueauf Exp $ | ||
# $NetBSD: Makefile,v 1.18 2000/06/01 11:23:16 rh Exp $ | ||
# | ||
|
||
DISTNAME= pilot-link.0.9.3 | ||
|
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ | |
MAINTAINER= [email protected] | ||
|
||
USE_PERL5= yes | ||
USE_LIBTOOL= yes | ||
USE_PKGLIBTOOL= yes | ||
GNU_CONFIGURE= yes | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.5 1999/12/20 07:17:17 sakamoto Exp $ | ||
# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:17 rh Exp $ | ||
|
||
DISTNAME= plp_1_8 | ||
PKGNAME= plp-1.8 | ||
|
@@ -9,7 +9,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.proudman51.freeserve.co.uk/psion/ | ||
|
||
USE_GMAKE= yes | ||
USE_LIBTOOL= yes | ||
USE_PKGLIBTOOL= yes | ||
|
||
do-install: | ||
${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/utils/libplputils.la ${PREFIX}/lib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.27 2000/03/28 00:12:30 dmcmahill Exp $ | ||
# $NetBSD: Makefile,v 1.28 2000/06/01 11:23:17 rh Exp $ | ||
# FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp | ||
# | ||
|
||
|
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.bz2 | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.kde.org/ | ||
|
||
USE_LIBTOOL= yes | ||
USE_PKGLIBTOOL= yes | ||
GNU_CONFIGURE= yes | ||
CONFIGURE_ARGS= "--without-gnu-ld" \ | ||
"--without-libjpeg" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.17 2000/02/19 00:48:57 tsutsui Exp $ | ||
# $NetBSD: Makefile,v 1.18 2000/06/01 11:23:18 rh Exp $ | ||
# | ||
# GNU binutils configured to hold `as many targets as the cross system is | ||
# capable of using'. Configures and builds everything except gas, which | ||
|
@@ -13,7 +13,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.gnu.org/ | ||
|
||
USE_CROSSBASE= yes | ||
USE_LIBTOOL= yes | ||
USE_PKGLIBTOOL= yes | ||
|
||
GNU_CONFIGURE= yes | ||
CONFIGURE_ARGS+= --enable-64-bit-bfd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.5 1999/12/06 14:38:41 bouyer Exp $ | ||
# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:18 rh Exp $ | ||
|
||
DISTNAME= db-2.7.7 | ||
CATEGORIES= databases | ||
|
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ \ | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.sleepycat.com/ | ||
|
||
USE_LIBTOOL= yes | ||
USE_PKGLIBTOOL= yes | ||
GNU_CONFIGURE= yes | ||
CONFIGURE_SCRIPT= ../dist/configure | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 1999/12/16 02:36:05 hubertf Exp $ | ||
# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:18 rh Exp $ | ||
|
||
DISTNAME= db-3.0.55 | ||
PKGNAME= db3-0.55 | ||
|
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.sleepycat.com/update/3.0.55/ | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.sleepycat.com/ | ||
|
||
USE_LIBTOOL= yes | ||
USE_PKGLIBTOOL= yes | ||
GNU_CONFIGURE= yes | ||
CONFIGURE_SCRIPT= ../dist/configure | ||
|
||
|
Oops, something went wrong.