pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc2



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Mar 30 02:31:35 UTC 2025

Modified Files:
        pkgsrc/lang/gcc2: Makefile

Log Message:
gcc2: extend NetBSD NOT_FOR_PLATFORM to 10+.

(The previous pattern stopped at 9.)

NetBSD dropped support for gcc2's varargs/stdargs goo ages ago and it's
not coming back.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/gcc2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/gcc2/Makefile
diff -u pkgsrc/lang/gcc2/Makefile:1.2 pkgsrc/lang/gcc2/Makefile:1.3
--- pkgsrc/lang/gcc2/Makefile:1.2       Sat Jan 18 23:32:42 2020
+++ pkgsrc/lang/gcc2/Makefile   Sun Mar 30 02:31:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 23:32:42 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2025/03/30 02:31:35 dholland Exp $
 
 DISTNAME=              gcc-2.95.3
 PKGNAME=               ${DISTNAME:S/gcc/gcc2/}
@@ -18,6 +18,7 @@ COMMENT=              GNU Compiler Collection, versi
 
 NOT_FOR_PLATFORM=      Darwin-*-* Interix-*-* *-*-x86_64 DragonFly-*-*
 NOT_FOR_PLATFORM+=     NetBSD-[6789]*-*
+NOT_FOR_PLATFORM+=     NetBSD-1[0-9]*-*
 
 USE_TOOLS+=            gmake bison
 MAKEFLAGS+=            GMAKE_LOCALE=no



Home | Main Index | Thread Index | Old Index