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: gutteridge
Date: Mon Jan 10 00:50:47 UTC 2022
Modified Files:
pkgsrc/lang/gcc10-libs: Makefile
pkgsrc/lang/gcc6-libs: Makefile
pkgsrc/lang/gcc7-libs: Makefile
pkgsrc/lang/gcc8-libs: Makefile
pkgsrc/lang/gcc9-libs: Makefile
Log Message:
Fix PKGREVISION values of gcc*-libs that got out of sync (again)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gcc10-libs/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/gcc6-libs/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/gcc7-libs/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/gcc8-libs/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/gcc9-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/gcc10-libs/Makefile
diff -u pkgsrc/lang/gcc10-libs/Makefile:1.4 pkgsrc/lang/gcc10-libs/Makefile:1.5
--- pkgsrc/lang/gcc10-libs/Makefile:1.4 Tue Oct 12 13:46:14 2021
+++ pkgsrc/lang/gcc10-libs/Makefile Mon Jan 10 00:50:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/10/12 13:46:14 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/10 00:50:46 gutteridge Exp $
GCC_PKGNAME= gcc10
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -8,8 +8,8 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC10_DIS
## The PKGREVISION of this package needs to be at least 1 more than the
## PKGREVISION of the lang/gcc10 package so that with the dependence pattern
-## '{gcc10,gcc10-libs}>=8.2.*' pkg_add will choose gcc10-libs over gcc10.
-PKGREVISION= 1
+## '{gcc10,gcc10-libs}>=10.2.*' pkg_add will choose gcc10-libs over gcc10.
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= # empty
Index: pkgsrc/lang/gcc6-libs/Makefile
diff -u pkgsrc/lang/gcc6-libs/Makefile:1.16 pkgsrc/lang/gcc6-libs/Makefile:1.17
--- pkgsrc/lang/gcc6-libs/Makefile:1.16 Tue Oct 12 13:46:14 2021
+++ pkgsrc/lang/gcc6-libs/Makefile Mon Jan 10 00:50:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2021/10/12 13:46:14 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2022/01/10 00:50:46 gutteridge Exp $
GCC_PKGNAME= gcc6
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC6_DIST
## The PKGREVISION of this package needs to be at least 1 more than the
## PKGREVISION of the lang/gcc6 package so that with the dependence pattern
## '{gcc6,gcc6-libs}>=6.1.*' pkg_add will choose gcc6-libs over gcc6.
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= lang
MASTER_SITES= # empty
Index: pkgsrc/lang/gcc7-libs/Makefile
diff -u pkgsrc/lang/gcc7-libs/Makefile:1.13 pkgsrc/lang/gcc7-libs/Makefile:1.14
--- pkgsrc/lang/gcc7-libs/Makefile:1.13 Tue Oct 12 13:46:14 2021
+++ pkgsrc/lang/gcc7-libs/Makefile Mon Jan 10 00:50:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/10/12 13:46:14 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2022/01/10 00:50:46 gutteridge 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= 5
+PKGREVISION= 6
CATEGORIES= lang
MASTER_SITES= # empty
Index: pkgsrc/lang/gcc8-libs/Makefile
diff -u pkgsrc/lang/gcc8-libs/Makefile:1.13 pkgsrc/lang/gcc8-libs/Makefile:1.14
--- pkgsrc/lang/gcc8-libs/Makefile:1.13 Tue Oct 12 13:46:15 2021
+++ pkgsrc/lang/gcc8-libs/Makefile Mon Jan 10 00:50:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/10/12 13:46:15 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2022/01/10 00:50:46 gutteridge Exp $
GCC_PKGNAME= gcc8
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC8_DIST
## The PKGREVISION of this package needs to be at least 1 more than the
## PKGREVISION of the lang/gcc8 package so that with the dependence pattern
## '{gcc8,gcc8-libs}>=8.2.*' pkg_add will choose gcc8-libs over gcc8.
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= lang
MASTER_SITES= # empty
Index: pkgsrc/lang/gcc9-libs/Makefile
diff -u pkgsrc/lang/gcc9-libs/Makefile:1.5 pkgsrc/lang/gcc9-libs/Makefile:1.6
--- pkgsrc/lang/gcc9-libs/Makefile:1.5 Tue Oct 12 13:46:15 2021
+++ pkgsrc/lang/gcc9-libs/Makefile Mon Jan 10 00:50:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/10/12 13:46:15 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/10 00:50:47 gutteridge Exp $
GCC_PKGNAME= gcc9
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC9_DIST
## The PKGREVISION of this package needs to be at least 1 more than the
## PKGREVISION of the lang/gcc9 package so that with the dependence pattern
## '{gcc9,gcc9-libs}>=9.2.*' pkg_add will choose gcc9-libs over gcc9.
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= lang
MASTER_SITES= # empty
Home |
Main Index |
Thread Index |
Old Index