pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc In the new compiler selection framework, GCC_REQD is a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab8c5f753808
branches:  trunk
changeset: 467461:ab8c5f753808
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 01 01:43:28 2004 +0000

description:
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.

diffstat:

 audio/libogg/Makefile                     |  4 ++--
 audio/libvorbis/Makefile                  |  4 ++--
 biology/rasmol/Makefile                   |  4 ++--
 cad/fastcap/Makefile                      |  4 ++--
 cad/fasthenry/Makefile                    |  4 ++--
 chat/gabber/Makefile                      |  4 ++--
 devel/ddd/Makefile                        |  4 ++--
 devel/glib/Makefile                       |  4 ++--
 devel/gmp/Makefile                        |  4 ++--
 devel/gnome-objc/Makefile                 |  4 ++--
 editors/lyx-qt/Makefile.common            |  4 ++--
 editors/xemacs-current/Makefile           |  4 ++--
 emulators/stella/Makefile                 |  4 ++--
 emulators/vba/Makefile                    |  4 ++--
 games/angband-tty/Makefile                |  4 ++--
 games/angband-x11/Makefile                |  4 ++--
 games/zoom/Makefile                       |  4 ++--
 graphics/ImageMagick/Makefile             |  6 +++---
 graphics/aalib/Makefile.common            |  4 ++--
 graphics/aqsis/Makefile                   |  4 ++--
 graphics/ncview/Makefile                  |  4 ++--
 graphics/netpbm/Makefile                  |  4 ++--
 graphics/ogle/Makefile                    |  4 ++--
 graphics/ogle_gui/Makefile                |  4 ++--
 lang/gpc/Makefile                         |  4 ++--
 math/scilab/Makefile                      |  4 ++--
 meta-pkgs/xfce4/Makefile.common           |  4 ++--
 misc/koffice/Makefile                     |  4 ++--
 misc/openoffice/Makefile                  |  4 ++--
 multimedia/mplayer-share/Makefile.depends |  4 ++--
 net/djbdns/Makefile                       |  4 ++--
 net/ettercap/Makefile                     |  4 ++--
 net/ucspi-tcp/Makefile                    |  4 ++--
 news/inn/Makefile                         |  4 ++--
 print/ghostscript-esp/Makefile.common     |  4 ++--
 print/ghostscript-gnu/Makefile.common     |  4 ++--
 print/ghostscript-nox11/Makefile.common   |  6 +++---
 security/sfs/Makefile                     |  4 ++--
 wm/windowmaker/Makefile                   |  4 ++--
 x11/kdelibs2/Makefile                     |  4 ++--
 x11/qt3-libs/Makefile                     |  4 ++--
 x11/xephem/Makefile                       |  4 ++--
 x11/xphoon/Makefile                       |  4 ++--
 x11/xscreensaver/Makefile.common          |  4 ++--
 44 files changed, 90 insertions(+), 90 deletions(-)

diffs (truncated from 801 to 300 lines):

diff -r b89867f518d3 -r ab8c5f753808 audio/libogg/Makefile
--- a/audio/libogg/Makefile     Sun Feb 01 01:36:22 2004 +0000
+++ b/audio/libogg/Makefile     Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/01/10 05:42:50 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2004/02/01 01:43:28 jlam Exp $
 
 DISTNAME=      libogg-1.1
 CATEGORIES=    devel audio
@@ -15,7 +15,7 @@
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
-GCC_REQD=              2.95.3
+GCC_REQD+=             2.95.3
 
 PLIST_SUBST+=          DISTNAME=${DISTNAME}
 
diff -r b89867f518d3 -r ab8c5f753808 audio/libvorbis/Makefile
--- a/audio/libvorbis/Makefile  Sun Feb 01 01:36:22 2004 +0000
+++ b/audio/libvorbis/Makefile  Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/12/08 14:39:39 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2004/02/01 01:43:28 jlam Exp $
 
 DISTNAME=      libvorbis-1.0.1
 CATEGORIES=    devel audio
@@ -13,7 +13,7 @@
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
-GCC_REQD=              2.95.3
+GCC_REQD+=             2.95.3
 
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/vorbis.pc.in
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/vorbisenc.pc.in
diff -r b89867f518d3 -r ab8c5f753808 biology/rasmol/Makefile
--- a/biology/rasmol/Makefile   Sun Feb 01 01:36:22 2004 +0000
+++ b/biology/rasmol/Makefile   Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/24 20:55:42 kristerw Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/01 01:43:28 jlam Exp $
 
 DISTNAME=      RasMol_2.7.1
 PKGNAME=       rasmol-2.7.1
@@ -19,7 +19,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD=              2.95.3
+GCC_REQD+=             2.95.3
 .endif
 
 .if defined(RASMOL_DEPTH)
diff -r b89867f518d3 -r ab8c5f753808 cad/fastcap/Makefile
--- a/cad/fastcap/Makefile      Sun Feb 01 01:36:22 2004 +0000
+++ b/cad/fastcap/Makefile      Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/25 17:03:27 kristerw Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/01 01:43:28 jlam Exp $
 #
 
 DISTNAME=      fastcap-2.0-15Jul92
@@ -25,7 +25,7 @@
 CONFIGURE_ARGS=                4
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD=              2.95.3
+GCC_REQD+=             2.95.3
 .endif
 
 do-install:
diff -r b89867f518d3 -r ab8c5f753808 cad/fasthenry/Makefile
--- a/cad/fasthenry/Makefile    Sun Feb 01 01:36:22 2004 +0000
+++ b/cad/fasthenry/Makefile    Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/25 17:20:34 kristerw Exp $
+# $NetBSD: Makefile,v 1.20 2004/02/01 01:43:28 jlam Exp $
 #
 
 DISTNAME=      fasthenry-3.0-12Nov96
@@ -40,7 +40,7 @@
 .endif
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD=              2.95.3
+GCC_REQD+=             2.95.3
 .endif
 
 .include "../../mk/bsd.pkg.mk"
diff -r b89867f518d3 -r ab8c5f753808 chat/gabber/Makefile
--- a/chat/gabber/Makefile      Sun Feb 01 01:36:22 2004 +0000
+++ b/chat/gabber/Makefile      Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/01/22 07:49:20 grant Exp $
+# $NetBSD: Makefile,v 1.28 2004/02/01 01:43:28 jlam Exp $
 
 DISTNAME=      gabber-0.8.8
 PKGREVISION=   3
@@ -16,7 +16,7 @@
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
-GCC_REQD=              2.95.3
+GCC_REQD+=             2.95.3
 
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --disable-xmms --disable-sigctest
diff -r b89867f518d3 -r ab8c5f753808 devel/ddd/Makefile
--- a/devel/ddd/Makefile        Sun Feb 01 01:36:22 2004 +0000
+++ b/devel/ddd/Makefile        Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2004/01/22 08:24:28 grant Exp $
+# $NetBSD: Makefile,v 1.56 2004/02/01 01:43:28 jlam Exp $
 #
 
 DISTNAME=      ddd-3.3.7
@@ -16,7 +16,7 @@
 TEST_TARGET=           check
 INFO_FILES=            ddd-themes.info ddd.info
 
-GCC_REQD=              3.0
+GCC_REQD+=             3.0
 
 CONFIGURE_ARGS+=       --with-ncurses=no
 CONFIGURE_ENV+=                COMPFACE="${FALSE}"
diff -r b89867f518d3 -r ab8c5f753808 devel/glib/Makefile
--- a/devel/glib/Makefile       Sun Feb 01 01:36:22 2004 +0000
+++ b/devel/glib/Makefile       Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2004/01/05 20:57:52 jlam Exp $
+# $NetBSD: Makefile,v 1.65 2004/02/01 01:43:28 jlam Exp $
 # FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp
 #
 
@@ -41,7 +41,7 @@
 .endif
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD=              3.0
+GCC_REQD+=             3.0
 .endif
 
 GLIB_VERSION=          ${DISTNAME:S/glib-//}
diff -r b89867f518d3 -r ab8c5f753808 devel/gmp/Makefile
--- a/devel/gmp/Makefile        Sun Feb 01 01:36:22 2004 +0000
+++ b/devel/gmp/Makefile        Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/01/19 13:15:52 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2004/02/01 01:43:28 jlam Exp $
 #
 
 DISTNAME=              gmp-4.1.2
@@ -27,7 +27,7 @@
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
 # The configure script thinks gcc 2.95 for ARM is too buggy to use.
-GCC_REQD=              3.0
+GCC_REQD+=             3.0
 .endif
 
 .include "../../mk/bsd.pkg.mk"
diff -r b89867f518d3 -r ab8c5f753808 devel/gnome-objc/Makefile
--- a/devel/gnome-objc/Makefile Sun Feb 01 01:36:22 2004 +0000
+++ b/devel/gnome-objc/Makefile Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/03 18:49:38 reed Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/01 01:43:28 jlam Exp $
 #
 
 DISTNAME=      gnome-objc-1.0.40
@@ -22,7 +22,7 @@
 USE_LIBTOOL=           YES
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 
-GCC_REQD=              3.0
+GCC_REQD+=             3.0
 
 .include "../../x11/gnome-libs/buildlink2.mk"
 .include "../../mk/pthread.buildlink2.mk"
diff -r b89867f518d3 -r ab8c5f753808 editors/lyx-qt/Makefile.common
--- a/editors/lyx-qt/Makefile.common    Sun Feb 01 01:36:22 2004 +0000
+++ b/editors/lyx-qt/Makefile.common    Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2004/01/22 08:30:30 grant Exp $
+# $NetBSD: Makefile.common,v 1.12 2004/02/01 01:43:29 jlam Exp $
 #
 
 DISTNAME=              lyx-1.3.3
@@ -28,7 +28,7 @@
 USE_PERL5=             YES
 USE_PKGLOCALEDIR=      YES
 USE_X11=               YES
-GCC_REQD=              2.95
+GCC_REQD+=             2.95
 
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
diff -r b89867f518d3 -r ab8c5f753808 editors/xemacs-current/Makefile
--- a/editors/xemacs-current/Makefile   Sun Feb 01 01:36:22 2004 +0000
+++ b/editors/xemacs-current/Makefile   Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/01/25 12:44:34 kristerw Exp $
+# $NetBSD: Makefile,v 1.35 2004/02/01 01:43:29 jlam Exp $
 
 DISTNAME=      xemacs-21.5.16
 PKGREVISION=   1
@@ -16,7 +16,7 @@
 MESSAGE_SUBST+=        EMACSVER=xemacs-21.5-b16
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD=              2.95.3
+GCC_REQD+=             2.95.3
 .endif
 
 .include "../../mk/bsd.prefs.mk"
diff -r b89867f518d3 -r ab8c5f753808 emulators/stella/Makefile
--- a/emulators/stella/Makefile Sun Feb 01 01:36:22 2004 +0000
+++ b/emulators/stella/Makefile Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/28 05:36:26 kristerw Exp $
+# $NetBSD: Makefile,v 1.16 2004/02/01 01:43:29 jlam Exp $
 
 DISTNAME=      stella-1.1-src
 PKGNAME=       stella-1.1
@@ -16,7 +16,7 @@
 ALL_TARGET=    unix-x
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD=      3.0
+GCC_REQD+=     3.0
 .endif
 
 MAKE_ENV=      CXXFLAGS="${CXXFLAGS} -fno-rtti"
diff -r b89867f518d3 -r ab8c5f753808 emulators/vba/Makefile
--- a/emulators/vba/Makefile    Sun Feb 01 01:36:22 2004 +0000
+++ b/emulators/vba/Makefile    Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/22 08:36:04 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/01 01:43:29 jlam Exp $
 
 DISTNAME=              VisualBoyAdvance-src-1.6a
 PKGNAME=               vba-1.6.0.1
@@ -18,7 +18,7 @@
 CONFIGURE_ARGS+=       --enable-c-core
 CONFIGURE_ARGS+=       --without-mmx
 
-GCC_REQD=              3.0.0
+GCC_REQD+=             3.0.0
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/TestEmu ${PREFIX}/bin
diff -r b89867f518d3 -r ab8c5f753808 games/angband-tty/Makefile
--- a/games/angband-tty/Makefile        Sun Feb 01 01:36:22 2004 +0000
+++ b/games/angband-tty/Makefile        Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/25 16:22:15 kristerw Exp $
+# $NetBSD: Makefile,v 1.21 2004/02/01 01:43:29 jlam Exp $
 #
 
 DISTNAME=              angband-283
@@ -23,7 +23,7 @@
 SPOILERFILE=           angband-spoilers.tar.gz
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD=              2.95.3
+GCC_REQD+=             2.95.3
 .endif
 
 do-install:
diff -r b89867f518d3 -r ab8c5f753808 games/angband-x11/Makefile
--- a/games/angband-x11/Makefile        Sun Feb 01 01:36:22 2004 +0000
+++ b/games/angband-x11/Makefile        Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/01/25 16:22:15 kristerw Exp $
+# $NetBSD: Makefile,v 1.30 2004/02/01 01:43:29 jlam Exp $
 #
 
 DISTNAME=      angband-3.0.3
@@ -26,7 +26,7 @@
 CONFIGURE_ARGS=        --with-setgid=games --prefix=${PREFIX}
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD=              2.95.3
+GCC_REQD+=             2.95.3
 .endif
 
 # add spoiler files and clean up a bit
diff -r b89867f518d3 -r ab8c5f753808 games/zoom/Makefile
--- a/games/zoom/Makefile       Sun Feb 01 01:36:22 2004 +0000
+++ b/games/zoom/Makefile       Sun Feb 01 01:43:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/24 13:30:57 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/01 01:43:29 jlam Exp $
 #
 
 DISTNAME=              zoom-1.0.1
@@ -24,7 +24,7 @@
 USE_PERL5=             build
 



Home | Main Index | Thread Index | Old Index