pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/gcc7: Fix build on RHEL/CentOS by requiring c99



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b459a0aa17fc
branches:  trunk
changeset: 424672:b459a0aa17fc
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Fri Mar 13 15:00:36 2020 +0000

description:
lang/gcc7: Fix build on RHEL/CentOS by requiring c99

Also bump PKGREVISION for lang/gcc7-libs per comment in Makefile

diffstat:

 lang/gcc7-libs/Makefile |  4 ++--
 lang/gcc7/Makefile      |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (43 lines):

diff -r a73e6283fe76 -r b459a0aa17fc lang/gcc7-libs/Makefile
--- a/lang/gcc7-libs/Makefile   Fri Mar 13 14:50:40 2020 +0000
+++ b/lang/gcc7-libs/Makefile   Fri Mar 13 15:00:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/03/03 12:58:42 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/03/13 15:00:36 bacon Exp $
 
 GCC_PKGNAME=   gcc7
 .include       "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@
 ## The PKGREVISION of this package needs to be at least 1 more than the
 ## PKGREVISION of the lang/gcc7 package so that with the dependence pattern
 ## '{gcc7,gcc7-libs}>=7.5.*' pkg_add will choose gcc7-libs over gcc7.
-PKGREVISION=   1
+PKGREVISION=   2
 
 CATEGORIES=    lang
 MASTER_SITES=  # empty
diff -r a73e6283fe76 -r b459a0aa17fc lang/gcc7/Makefile
--- a/lang/gcc7/Makefile        Fri Mar 13 14:50:40 2020 +0000
+++ b/lang/gcc7/Makefile        Fri Mar 13 15:00:36 2020 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.27 2020/03/03 12:58:42 adam Exp $
+# $NetBSD: Makefile,v 1.28 2020/03/13 15:00:36 bacon Exp $
 
 GCC_PKGNAME=           gcc7
 .include               "version.mk"
 
 DISTNAME=      gcc-${GCC7_DIST_VERSION}
 PKGNAME=       ${GCC_PKGNAME}-${GCC7_DIST_VERSION}
+PKGREVISION=   1
 ## When bumping the PKGREVISION of this package the PKGREVISION of
 ## lang/gcc7-libs needs to be bump to be at least 1 more than the
 ## PKGREVISION of this package!
@@ -22,7 +23,7 @@
 
 NOT_FOR_PLATFORM=      Interix-*-*
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c99 c++
 USE_TOOLS+=            gmake makeinfo perl sed:run tar:build
 USE_TOOLS.NetBSD+=     gsed
 



Home | Main Index | Thread Index | Old Index