pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove USE_TOOLS+=gawk from packages that had it added...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19b91ef949c2
branches:  trunk
changeset: 494301:19b91ef949c2
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 22 22:06:28 2005 +0000

description:
Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.
We rely on the tools framework to pull in a good enough awk tool.

diffstat:

 databases/db/Makefile             |  4 +---
 devel/ncurses/Makefile            |  4 ++--
 fonts/Xft2/Makefile               |  4 ++--
 graphics/plotutils-nox11/Makefile |  4 +---
 x11/kdebase3/Makefile             |  3 +--
 x11/qt3-libs/Makefile.common      |  4 ++--
 6 files changed, 9 insertions(+), 14 deletions(-)

diffs (107 lines):

diff -r 0b5c724773bc -r 19b91ef949c2 databases/db/Makefile
--- a/databases/db/Makefile     Sun May 22 21:54:59 2005 +0000
+++ b/databases/db/Makefile     Sun May 22 22:06:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/05/22 20:07:45 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2005/05/22 22:06:28 jlam Exp $
 
 DISTNAME=      db-2.7.7
 PKGREVISION=   2
@@ -21,8 +21,6 @@
 CONFIGURE_SCRIPT=      ../dist/configure
 CONFIGURE_ARGS+=       --enable-compat185
 
-USE_TOOLS+=            gawk
-
 INSTALLATION_DIRS=     bin include/db2 lib share/doc/html
 
 post-install:
diff -r 0b5c724773bc -r 19b91ef949c2 devel/ncurses/Makefile
--- a/devel/ncurses/Makefile    Sun May 22 21:54:59 2005 +0000
+++ b/devel/ncurses/Makefile    Sun May 22 22:06:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2005/05/22 21:04:41 jlam Exp $
+# $NetBSD: Makefile,v 1.66 2005/05/22 22:06:28 jlam Exp $
 
 DISTNAME=      ncurses-${NC_VERS}
 PKGREVISION=   1
@@ -16,7 +16,7 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           YES
-USE_TOOLS+=            gawk tbl
+USE_TOOLS+=            tbl
 
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --with-libtool
diff -r 0b5c724773bc -r 19b91ef949c2 fonts/Xft2/Makefile
--- a/fonts/Xft2/Makefile       Sun May 22 21:54:59 2005 +0000
+++ b/fonts/Xft2/Makefile       Sun May 22 22:06:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/05/22 20:07:59 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/05/22 22:06:28 jlam Exp $
 
 DISTNAME=      libXft-2.1.6
 PKGNAME=       Xft2-2.1.6
@@ -16,7 +16,7 @@
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 USE_X11=               YES
-USE_TOOLS+=            gawk gmake
+USE_TOOLS+=            gmake
 
 PKGCONFIG_OVERRIDE=    xft.pc.in
 MAKE_ENV+=             EGREP="${EGREP}"
diff -r 0b5c724773bc -r 19b91ef949c2 graphics/plotutils-nox11/Makefile
--- a/graphics/plotutils-nox11/Makefile Sun May 22 21:54:59 2005 +0000
+++ b/graphics/plotutils-nox11/Makefile Sun May 22 22:06:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:07 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/22 22:06:28 jlam Exp $
 #
 
 DISTNAME=              plotutils-2.4.1
@@ -23,8 +23,6 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-libplotter
 CONFIGURE_ARGS+=       --without-x
-OPSYSVARS+=            USE_GNU_TOOLS
-USE_TOOLS.IRIX+=       gawk
 
 USE_LIBTOOL=           yes
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig
diff -r 0b5c724773bc -r 19b91ef949c2 x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile     Sun May 22 21:54:59 2005 +0000
+++ b/x11/kdebase3/Makefile     Sun May 22 22:06:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2005/05/22 20:08:48 jlam Exp $
+# $NetBSD: Makefile,v 1.80 2005/05/22 22:06:28 jlam Exp $
 
 DISTNAME=      kdebase-${_KDE_VERSION}
 PKGREVISION=   3
@@ -17,7 +17,6 @@
 
 USE_DIRS+=             xdg-1.2
 USE_PKGINSTALL=                YES
-USE_TOOLS+=            gawk
 
 CONFIGURE_ARGS+=       --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
 CONFIGURE_ARGS+=       --with-ldap="${BUILDLINK_PREFIX.openldap}"
diff -r 0b5c724773bc -r 19b91ef949c2 x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common      Sun May 22 21:54:59 2005 +0000
+++ b/x11/qt3-libs/Makefile.common      Sun May 22 22:06:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2005/05/22 20:08:50 jlam Exp $
+# $NetBSD: Makefile.common,v 1.48 2005/05/22 22:06:28 jlam Exp $
 #
 DISTNAME=              qt-x11-free-${QTVERSION}
 CATEGORIES=            x11
@@ -14,7 +14,7 @@
 
 HAS_CONFIGURE=         yes
 USE_X11=               yes
-USE_TOOLS+=            gawk gmake
+USE_TOOLS+=            gmake
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 



Home | Main Index | Thread Index | Old Index