pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Convert USE_GNU_TOOLS into USE_TOOLS as the former ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7d0702de097
branches:  trunk
changeset: 494925:d7d0702de097
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue May 31 21:53:26 2005 +0000

description:
Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supported
in pkgsrc.

diffstat:

 audio/mp3check/Makefile |  3 +--
 devel/swig13/Makefile   |  4 ++--
 math/yorick/Makefile    |  4 ++--
 mk/bsd.pkg.mk           |  3 +--
 4 files changed, 6 insertions(+), 8 deletions(-)

diffs (70 lines):

diff -r 2840575e6e37 -r d7d0702de097 audio/mp3check/Makefile
--- a/audio/mp3check/Makefile   Tue May 31 21:53:20 2005 +0000
+++ b/audio/mp3check/Makefile   Tue May 31 21:53:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/02/16 12:20:35 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/31 21:53:26 jlam Exp $
 
 DISTNAME=      mp3check-0.8.0
 CATEGORIES=    audio
@@ -8,7 +8,6 @@
 HOMEPAGE=      http://jo.ath.cx/soft/mp3check/mp3check.html
 COMMENT=       Check MP3 files for consistency
 
-#USE_GNU_TOOLS+=       make
 GNU_CONFIGURE= YES
 USE_LANGUAGES= c c++
 
diff -r 2840575e6e37 -r d7d0702de097 devel/swig13/Makefile
--- a/devel/swig13/Makefile     Tue May 31 21:53:20 2005 +0000
+++ b/devel/swig13/Makefile     Tue May 31 21:53:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/05/23 22:25:03 epg Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/31 21:53:26 jlam Exp $
 
 DISTNAME=      swig-1.3.24
 CATEGORIES=    devel
@@ -13,7 +13,7 @@
 WRKSRC=                        ${WRKDIR}/SWIG-1.3.24
 
 USE_BUILDLINK3=                YES
-USE_GNU_TOOLS+=                make
+USE_TOOLS+=            gmake
 GNU_CONFIGURE=         YES
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           YES
diff -r 2840575e6e37 -r d7d0702de097 math/yorick/Makefile
--- a/math/yorick/Makefile      Tue May 31 21:53:20 2005 +0000
+++ b/math/yorick/Makefile      Tue May 31 21:53:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/05/31 18:02:31 drochner Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/31 21:53:26 jlam Exp $
 
 DISTNAME=      yorick-1.6.02
 CATEGORIES=    math
@@ -16,7 +16,7 @@
 
 USE_MAKEINFO=  YES
 INFO_FILES=    yorick.info
-USE_GNU_TOOLS+=        make
+USE_TOOLS+=    gmake
 
 post-patch:
        for f in ${WRKSRC}/ysite.sh; do                         \
diff -r 2840575e6e37 -r d7d0702de097 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Tue May 31 21:53:20 2005 +0000
+++ b/mk/bsd.pkg.mk     Tue May 31 21:53:26 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1680 2005/05/31 12:10:07 dillo Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1681 2005/05/31 21:53:26 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -172,7 +172,6 @@
 PKGWILDCARD?=          ${PKGBASE}-[0-9]*
 SVR4_PKGNAME?=         ${PKGNAME}
 USE_DIGEST?=           YES
-USE_GNU_TOOLS?=                # empty
 WRKSRC?=               ${WRKDIR}/${DISTNAME}
 
 .if (defined(INSTALL_UNSTRIPPED) && !empty(INSTALL_UNSTRIPPED:M[yY][eE][sS])) || defined(DEBUG_FLAGS)



Home | Main Index | Thread Index | Old Index