pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pk...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d8b17f045a61
branches: trunk
changeset: 468457:d8b17f045a61
user: grant <grant%pkgsrc.org@localhost>
date: Sat Feb 14 00:54:44 2004 +0000
description:
remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
diffstat:
audio/rioutil/Makefile | 4 +---
databases/gdbm/Makefile | 4 +---
devel/GConf/Makefile | 5 +----
devel/cscope/Makefile | 4 +---
devel/gettext-lib/Makefile | 4 +---
devel/gettext-m4/Makefile | 4 +---
devel/gettext/Makefile | 4 +---
devel/libglade/Makefile | 4 +---
devel/libtecla/Makefile | 4 +---
devel/oaf/Makefile | 5 +----
devel/pth/Makefile | 4 +---
emulators/bochs/Makefile | 4 +---
graphics/gle/Makefile | 5 +----
graphics/hermes/Makefile | 4 +---
graphics/jpeg/Makefile | 4 +---
lang/tcl-otcl/Makefile | 5 +----
mail/fetchmail/Makefile | 4 +---
math/guppi/Makefile | 5 +----
net/libnids/Makefile | 5 +----
net/nbtscan/Makefile | 3 +--
net/quagga/Makefile | 4 +---
net/sniffit/Makefile | 3 +--
net/tcptrace/Makefile | 4 +---
net/wu-ftpd/Makefile | 5 +----
security/libtasn1/Makefile | 5 +----
shells/scsh/Makefile | 4 +---
textproc/diction/Makefile | 4 +---
time/devtodo/Makefile | 4 +---
wm/golem/Makefile | 4 +---
x11/gtk/Makefile | 3 +--
30 files changed, 30 insertions(+), 95 deletions(-)
diffs (truncated from 543 to 300 lines):
diff -r 279fd571f2b8 -r d8b17f045a61 audio/rioutil/Makefile
--- a/audio/rioutil/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/audio/rioutil/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/21 16:30:44 martti Exp $
+# $NetBSD: Makefile,v 1.10 2004/02/14 00:54:44 grant Exp $
#
DISTNAME= rioutil-1.3.3
@@ -15,8 +15,6 @@
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-libusb
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
ONLY_FOR_PLATFORM= Darwin-*-* Linux-*-* NetBSD-1.[6-9]*-*
# depends on -r1.6 of sys/dev/usb/urio.c
diff -r 279fd571f2b8 -r d8b17f045a61 databases/gdbm/Makefile
--- a/databases/gdbm/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/databases/gdbm/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/02/12 08:40:22 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2004/02/14 00:54:44 grant Exp $
#
DISTNAME= gdbm-1.8.3
@@ -14,7 +14,5 @@
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
INFO_FILES= gdbm.info
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
.include "../../mk/bsd.pkg.mk"
diff -r 279fd571f2b8 -r d8b17f045a61 devel/GConf/Makefile
--- a/devel/GConf/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/devel/GConf/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2004/02/10 03:23:51 sekiya Exp $
+# $NetBSD: Makefile,v 1.41 2004/02/14 00:54:44 grant Exp $
#
DISTNAME= GConf-1.0.9
@@ -23,9 +23,6 @@
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/gconf.pc.in
-CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config.sub
-
CPPFLAGS+= -I${BUILDLINK_PREFIX.db3}/include/db3
PLIST_SUBST+= LOCALBASE=${LOCALBASE}
diff -r 279fd571f2b8 -r d8b17f045a61 devel/cscope/Makefile
--- a/devel/cscope/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/devel/cscope/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/01/03 00:54:18 heinz Exp $
+# $NetBSD: Makefile,v 1.31 2004/02/14 00:54:44 grant Exp $
#
DISTNAME= cscope-15.4
@@ -11,8 +11,6 @@
COMMENT= Interactive C program browser
GNU_CONFIGURE= YES
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_PREFIX.ncurses}
diff -r 279fd571f2b8 -r d8b17f045a61 devel/gettext-lib/Makefile
--- a/devel/gettext-lib/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/devel/gettext-lib/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/01/06 04:37:52 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2004/02/14 00:54:45 grant Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
#
@@ -24,8 +24,6 @@
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-included-gettext
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
diff -r 279fd571f2b8 -r d8b17f045a61 devel/gettext-m4/Makefile
--- a/devel/gettext-m4/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/devel/gettext-m4/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 16:43:22 martti Exp $
+# $NetBSD: Makefile,v 1.9 2004/02/14 00:54:45 grant Exp $
DISTNAME= gettext-0.11.5
PKGNAME= gettext-m4-0.11.5
@@ -13,8 +13,6 @@
CONFLICTS= gettext<=0.10.35nb1
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-included-gettext
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
diff -r 279fd571f2b8 -r d8b17f045a61 devel/gettext/Makefile
--- a/devel/gettext/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/devel/gettext/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2003/12/05 18:15:49 erh Exp $
+# $NetBSD: Makefile,v 1.54 2004/02/14 00:54:45 grant Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
#
@@ -19,8 +19,6 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
USE_GNU_GETTEXT= yes
CONFIGURE_ARGS+= --without-included-gettext
diff -r 279fd571f2b8 -r d8b17f045a61 devel/libglade/Makefile
--- a/devel/libglade/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/devel/libglade/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2004/02/11 02:08:26 sekiya Exp $
+# $NetBSD: Makefile,v 1.51 2004/02/14 00:54:45 grant Exp $
#
DISTNAME= libglade-0.17
@@ -16,8 +16,6 @@
USE_X11BASE= YES
GNU_CONFIGURE= YES
-CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config.sub
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff -r 279fd571f2b8 -r d8b17f045a61 devel/libtecla/Makefile
--- a/devel/libtecla/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/devel/libtecla/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/23 23:59:54 kristerw Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/14 00:54:45 grant Exp $
#
DISTNAME= libtecla-1.5.0
@@ -13,8 +13,6 @@
USE_BUILDLINK2= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
ALL_TARGET= default
.include "../../mk/bsd.pkg.mk"
diff -r 279fd571f2b8 -r d8b17f045a61 devel/oaf/Makefile
--- a/devel/oaf/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/devel/oaf/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/02/10 02:33:26 sekiya Exp $
+# $NetBSD: Makefile,v 1.35 2004/02/14 00:54:45 grant Exp $
#
DISTNAME= oaf-0.6.10
@@ -20,9 +20,6 @@
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config.sub
-
CONFIGURE_ARGS+= --enable-gtk-doc=no
.include "../../devel/popt/buildlink2.mk"
diff -r 279fd571f2b8 -r d8b17f045a61 devel/pth/Makefile
--- a/devel/pth/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/devel/pth/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2004/01/05 20:48:45 jlam Exp $
+# $NetBSD: Makefile,v 1.61 2004/02/14 00:54:45 grant Exp $
#
DISTNAME= pth-2.0.0
@@ -20,8 +20,6 @@
CONFIGURE_ARGS+= --enable-pthread
CONFIGURE_ARGS+= --with-fdsetsize=1024
#CONFIGURE_ARGS+= --enable-debug
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
TEST_TARGET= test
diff -r 279fd571f2b8 -r d8b17f045a61 emulators/bochs/Makefile
--- a/emulators/bochs/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/emulators/bochs/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/02/12 01:57:52 hubertf Exp $
+# $NetBSD: Makefile,v 1.34 2004/02/14 00:54:45 grant Exp $
DISTNAME= bochs-2.1.1
CATEGORIES= emulators
@@ -9,8 +9,6 @@
COMMENT= i386 machine emulator capable of running DOS/Windows
GNU_CONFIGURE= yes
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
USE_GNU_TOOLS+= make
USE_GCC_SHLIB= yes
# These options are not enabled by default because they can adversely impact
diff -r 279fd571f2b8 -r d8b17f045a61 graphics/gle/Makefile
--- a/graphics/gle/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/graphics/gle/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/02/11 02:19:28 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2004/02/14 00:54:45 grant Exp $
#
DISTNAME= gle-3.1.0
@@ -16,9 +16,6 @@
USE_X11= YES
GNU_CONFIGURE= YES
-CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config.sub
-
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff -r 279fd571f2b8 -r d8b17f045a61 graphics/hermes/Makefile
--- a/graphics/hermes/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/graphics/hermes/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/02/11 08:55:58 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/14 00:54:45 grant Exp $
DISTNAME= Hermes-1.3.3
CATEGORIES= graphics
@@ -15,8 +15,6 @@
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= yes
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
USE_GNU_TOOLS+= make
.include "../../mk/bsd.pkg.mk"
diff -r 279fd571f2b8 -r d8b17f045a61 graphics/jpeg/Makefile
--- a/graphics/jpeg/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/graphics/jpeg/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/01/20 12:18:16 agc Exp $
+# $NetBSD: Makefile,v 1.28 2004/02/14 00:54:45 grant Exp $
#
DISTNAME= jpegsrc.v6b
@@ -20,8 +20,6 @@
GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --enable-static
diff -r 279fd571f2b8 -r d8b17f045a61 lang/tcl-otcl/Makefile
--- a/lang/tcl-otcl/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/lang/tcl-otcl/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/31 23:04:42 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/14 00:54:45 grant Exp $
DISTNAME= otcl-1.0a8
PKGNAME= tcl-${DISTNAME:S/a/rc/}
@@ -18,9 +18,6 @@
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}
CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
-
CPPFLAGS+= -I${BUILDLINK_PREFIX.tcl}/include/tcl/generic
HTMLDOCS= CHANGES.html autoload.html capi.html class.html object.html \
diff -r 279fd571f2b8 -r d8b17f045a61 mail/fetchmail/Makefile
--- a/mail/fetchmail/Makefile Sat Feb 14 00:53:55 2004 +0000
+++ b/mail/fetchmail/Makefile Sat Feb 14 00:54:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.137 2004/01/06 07:06:30 jlam Exp $
+# $NetBSD: Makefile,v 1.138 2004/02/14 00:54:45 grant Exp $
DISTNAME= fetchmail-6.2.5
PKGREVISION= 1
Home |
Main Index |
Thread Index |
Old Index