pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   bacon
Date:           Fri Mar 13 15:00:36 UTC 2020

Modified Files:
        pkgsrc/lang/gcc7: Makefile
        pkgsrc/lang/gcc7-libs: Makefile

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/gcc7/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/gcc7-libs/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/gcc7/Makefile
diff -u pkgsrc/lang/gcc7/Makefile:1.27 pkgsrc/lang/gcc7/Makefile:1.28
--- pkgsrc/lang/gcc7/Makefile:1.27      Tue Mar  3 12:58:42 2020
+++ pkgsrc/lang/gcc7/Makefile   Fri Mar 13 15:00:36 2020
@@ -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 @@ DISTFILES=            ${DEFAULT_DISTFILES}
 
 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
 

Index: pkgsrc/lang/gcc7-libs/Makefile
diff -u pkgsrc/lang/gcc7-libs/Makefile:1.8 pkgsrc/lang/gcc7-libs/Makefile:1.9
--- pkgsrc/lang/gcc7-libs/Makefile:1.8  Tue Mar  3 12:58:42 2020
+++ pkgsrc/lang/gcc7-libs/Makefile      Fri Mar 13 15:00:36 2020
@@ -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 @@ PKGNAME=        ${GCC_PKGNAME}-libs-${GCC7_DIST
 ## 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



Home | Main Index | Thread Index | Old Index