pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc USE_PKGSRC_GCC -> GCC_REQD+=2.8.0 (builds just as fine...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43227b09fb42
branches:  trunk
changeset: 477504:43227b09fb42
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 04 00:23:21 2004 +0000

description:
USE_PKGSRC_GCC -> GCC_REQD+=2.8.0 (builds just as fine on 1.6.2 as before)

diffstat:

 cross/h8300-hms-gcc/Makefile |  4 ++--
 devel/prc-tools/Makefile     |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 574c2b82a2c5 -r 43227b09fb42 cross/h8300-hms-gcc/Makefile
--- a/cross/h8300-hms-gcc/Makefile      Sat Jul 03 23:08:42 2004 +0000
+++ b/cross/h8300-hms-gcc/Makefile      Sun Jul 04 00:23:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/05/08 04:50:51 snj Exp $
+# $NetBSD: Makefile,v 1.12 2004/07/04 00:23:21 wiz Exp $
 
 DISTNAME=              gcc-core-3.1
 PKGNAME=               cross-h8300-hms-gcc-3.1
@@ -34,7 +34,7 @@
 INFO_DIR=              ${H8300_PREFIX:S|${PREFIX}/||}/gcc
 INFO_FILES=             cpp.info cppinternals.info gcc.info gccint.info
 
-USE_PKGSRC_GCC=                # defined
+GCC_REQD+=             2.8.0
 
 post-extract:
        ${LN} -s ${WRKDIR}/newlib-1.10.0/newlib ${SRCDIR}/newlib
diff -r 574c2b82a2c5 -r 43227b09fb42 devel/prc-tools/Makefile
--- a/devel/prc-tools/Makefile  Sat Jul 03 23:08:42 2004 +0000
+++ b/devel/prc-tools/Makefile  Sun Jul 04 00:23:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/06/12 09:08:02 grant Exp $
+# $NetBSD: Makefile,v 1.20 2004/07/04 00:23:21 wiz Exp $
 #
 
 DISTNAME=      prc-tools-2.2
@@ -42,7 +42,7 @@
 CONFIG_GUESS_OVERRIDE= # empty
 CONFIG_SUB_OVERRIDE=   # empty
 
-USE_PKGSRC_GCC=        # defined
+GCC_REQD+=     2.8.0
 
 #CONFIGURE_ARGS+=--target=m68k-palmos
 CONFIGURE_ARGS+=--enable-targets=m68k-palmos,arm-palmos



Home | Main Index | Thread Index | Old Index