pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc9 lang/gcc9: remove no-op SUBST block



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29995075359b
branches:  trunk
changeset: 428303:29995075359b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Apr 27 03:51:04 2020 +0000

description:
lang/gcc9: remove no-op SUBST block

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

diffstat:

 lang/gcc9/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 265146a228f9 -r 29995075359b lang/gcc9/Makefile
--- a/lang/gcc9/Makefile        Mon Apr 27 03:47:31 2020 +0000
+++ b/lang/gcc9/Makefile        Mon Apr 27 03:51:04 2020 +0000
@@ -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_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