Skip to content

Commit

Permalink
s/USE_LIBTOOL/USE_PKGLIBTOOL/
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 150 changed files with 311 additions and 301 deletions.
4 changes: 2 additions & 2 deletions archivers/liblzo/Makefile
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
Expand All @@ -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"
4 changes: 2 additions & 2 deletions audio/esound/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2000/05/30 19:20:12 drochner Exp $
# $NetBSD: Makefile,v 1.14 2000/06/01 11:23:13 rh Exp $

DISTNAME= esound-0.2.18
CATEGORIES= audio
Expand All @@ -10,6 +10,6 @@ HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html
DEPENDS+= libaudiofile-*:../../audio/libaudiofile

GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLIBTOOL= yes

.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions audio/gnome-media/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2000/01/15 09:46:57 tron Exp $
# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:13 rh Exp $

DISTNAME= gnome-media-1.0.51
CATEGORIES= audio gnome
Expand All @@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnome.org/
DEPENDS+= gnome-core-*:../../x11/gnome-core

GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_PKGLIBTOOL= YES
USE_X11BASE= YES

CONFIGURE_ENV+= XGETTEXT="${LOCALBASE}/bin/xgettext"
Expand Down
4 changes: 2 additions & 2 deletions audio/gsm/Makefile
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
#

Expand All @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions audio/libaudiofile/Makefile
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
#

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions audio/libcdaudio/Makefile
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
Expand All @@ -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"
4 changes: 2 additions & 2 deletions audio/libmikmod/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2000/04/02 16:07:04 pooka Exp $
# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:14 rh Exp $

DISTNAME= libmikmod-3.1.9
CATEGORIES= audio
Expand All @@ -9,7 +9,7 @@ HOMEPAGE= http://mikmod.darkorb.net/

DEPENDS+= esound-0.2.*:../../audio/esound

USE_LIBTOOL= YES
USE_PKGLIBTOOL= YES
USE_GMAKE= YES
USE_GTEXINFO= YES
GNU_CONFIGURE= YES
Expand Down
4 changes: 2 additions & 2 deletions audio/rplay/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2000/01/26 22:11:28 jlam Exp $
# $NetBSD: Makefile,v 1.17 2000/06/01 11:23:14 rh Exp $
# FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp
#

Expand All @@ -14,7 +14,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf
DEPENDS+= gsm-1.0.10:../../audio/gsm
DEPENDS+= rx-1.5:../../devel/rx

USE_LIBTOOL= yes
USE_PKGLIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= RPLAY_TARGET=generic # XXX generic, or oss, or sun?
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
Expand Down
4 changes: 2 additions & 2 deletions audio/xmms/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2000/03/29 03:13:02 enami Exp $
# $NetBSD: Makefile,v 1.9 2000/06/01 11:23:14 rh Exp $
# FreeBSD: ports/audio/xmms/Makefile,v 1.9 2000/02/11 01:46:12 cpiazza Exp

DISTNAME= xmms-1.0.1
Expand All @@ -19,7 +19,7 @@ DEPENDS+= gtk+>=1.2.7:../../x11/gtk
DEPENDS+= libmikmod>=3.1.7:../libmikmod
DEPENDS+= libxml>=1.8.5:../../textproc/libxml

USE_LIBTOOL= yes
USE_PKGLIBTOOL= yes
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-gnome
Expand Down
4 changes: 2 additions & 2 deletions cad/gnetlist/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2000/02/22 08:38:54 rh Exp $
# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:15 rh Exp $
#

DISTNAME= gnetlist-${PKGVERSION}
Expand All @@ -22,7 +22,7 @@ CONFLICTS+= gEDA<19991011

GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
USE_PKGLIBTOOL= YES
USE_GMAKE= YES

LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
Expand Down
4 changes: 2 additions & 2 deletions cad/gschem/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2000/02/22 08:38:55 rh Exp $
# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:15 rh Exp $
#

DISTNAME= gschem-${PKGVERSION}
Expand All @@ -22,7 +22,7 @@ PKGVERSION= 20000220

GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
USE_PKGLIBTOOL= YES

LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig

Expand Down
4 changes: 2 additions & 2 deletions cad/gsymcheck/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2000/02/22 08:38:55 rh Exp $
# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:15 rh Exp $
#

DISTNAME= gsymcheck-${PKGVERSION}
Expand All @@ -22,7 +22,7 @@ PKGVERSION= 20000220

GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
USE_PKGLIBTOOL= YES

LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig

Expand Down
4 changes: 2 additions & 2 deletions cad/libgeda/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2000/02/22 08:38:56 rh Exp $
# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:15 rh Exp $
#

DISTNAME= libgeda-${PKGVERSION}
Expand All @@ -23,7 +23,7 @@ DIST_SUBDIR= geda
PKGVERSION= 20000220

GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_PKGLIBTOOL= YES
USE_X11BASE= YES

LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
Expand Down
4 changes: 2 additions & 2 deletions cad/oregano/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2000/02/16 20:56:05 rh Exp $
# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:16 rh Exp $
#

DISTNAME= oregano-0.11
Expand All @@ -14,7 +14,7 @@ DEPENDS+= libglade-*:../../devel/libglade

GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
USE_PKGLIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig

.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions cad/vipec/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2000/04/28 10:11:02 drochner Exp $
# $NetBSD: Makefile,v 1.11 2000/06/01 11:23:16 rh Exp $
#

DISTNAME= vipec-2.0.1
Expand All @@ -11,7 +11,7 @@ HOMEPAGE= http://www.netfold.com/~vipec/
DEPENDS+= qt2-2.0.2:../../x11/qt

GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLIBTOOL= yes
USE_X11= yes

CONFIGURE_ENV+= "QTDIR=${X11BASE}/qt2" \
Expand Down
4 changes: 2 additions & 2 deletions comms/fidogate/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 1999/09/23 16:32:07 hubertf Exp $
# $NetBSD: Makefile,v 1.7 2000/06/01 11:23:16 rh Exp $
#

DISTNAME= fidogate-4.2.9
Expand All @@ -10,7 +10,7 @@ HOMEPAGE= http://www.fido.de/fidogate/

USE_GMAKE= yes
USE_PERL5= yes
USE_LIBTOOL= yes
USE_PKGLIBTOOL= yes
WRKSRC= ${WRKDIR}/fidogate

INFO_FILES= fidogate.info
Expand Down
4 changes: 2 additions & 2 deletions comms/p5-pilot-link/Makefile
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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions comms/pilot-link/Makefile
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
Expand All @@ -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"
4 changes: 2 additions & 2 deletions comms/plp/Makefile
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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions comms/plptools/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2000/02/05 18:16:32 wiz Exp $
# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:17 rh Exp $
#

DISTNAME= plptools-0.4
Expand All @@ -11,7 +11,7 @@ DEPENDS= readline-4.0:../../devel/readline

BROKEN= plptools does not work correctly

USE_LIBTOOL= YES
USE_PKGLIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/" LIBS="-ltermlib"

Expand Down
4 changes: 2 additions & 2 deletions converters/kdesupport/Makefile
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
#

Expand All @@ -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" \
Expand Down
4 changes: 2 additions & 2 deletions converters/psiconv/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2000/05/13 01:15:01 wiz Exp $
# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:17 rh Exp $
#

DISTNAME= psiconv-0.6.1
Expand All @@ -17,7 +17,7 @@ DEPENDS+= ImageMagick-*:../../graphics/ImageMagick
MAGICK_CONFIG= ${LOCALBASE}/bin/Magick-config

USE_X11= YES
USE_LIBTOOL= YES
USE_PKGLIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="`${MAGICK_CONFIG} --cppflags` -DIMAGEMAGICK" \
LIBS="${LIBS} `${MAGICK_CONFIG} --libs`"
Expand Down
4 changes: 2 additions & 2 deletions converters/uulib/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 1998/09/28 13:43:36 tron Exp $
# $NetBSD: Makefile,v 1.15 2000/06/01 11:23:18 rh Exp $
# FreeBSD Id: Makefile,v 1.14 1998/02/18 22:20:02 hoek Exp
#

Expand All @@ -14,7 +14,7 @@ HOMEPAGE= http://www.informatik.uni-frankfurt.de/~fp/uudeview/
CONFLICTS= kdesupport-2.1b

GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLIBTOOL= yes

ALL_TARGET= libuu.la

Expand Down
4 changes: 2 additions & 2 deletions cross/binutils/Makefile
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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions databases/db/Makefile
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
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions databases/db3/Makefile
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
Expand All @@ -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

Expand Down
Loading

0 comments on commit 74add3b

Please sign in to comment.