pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc9



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Apr 27 03:51:05 UTC 2020

Modified Files:
        pkgsrc/lang/gcc9: Makefile

Log Message:
lang/gcc9: remove no-op SUBST block

As noted in the comment, this has been fixed upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/gcc9/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/gcc9/Makefile
diff -u pkgsrc/lang/gcc9/Makefile:1.18 pkgsrc/lang/gcc9/Makefile:1.19
--- pkgsrc/lang/gcc9/Makefile:1.18      Mon Apr 20 14:25:52 2020
+++ pkgsrc/lang/gcc9/Makefile   Mon Apr 27 03:51:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/04/20 14:25:52 bsiegert Exp $
+# $NetBSD: Makefile,v 1.19 2020/04/27 03:51:04 rillig Exp $
 
 GCC9_VERSION=  9.3.0
 PKGREVISION=   1
@@ -178,13 +178,6 @@ SUBST_FILES.ccs=   contrib/make_sunver.pl
 SUBST_SED.ccs=         -e 's,/usr/ccs/bin,/usr/bin,g'
 .endif
 
-# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91621
-# Already fixed for GCC 10 and GCC 9, somewhere > 9.2.
-SUBST_CLASSES+=                eqeq
-SUBST_STAGE.eqeq=      pre-configure
-SUBST_FILES.eqeq=      libgo/mksysinfo.sh
-SUBST_SED.eqeq=                -e 's,== "",= "",'
-
 pre-configure:
        ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
 



Home | Main Index | Thread Index | Old Index