Thu Oct 5 05:27:38 2023 UTC ()
gcc8: move admonition about PKGREVSION next to the entry (NFC)

(Not that that makes any difference when automated tools are involved.)


(gutteridge)
diff -r1.41 -r1.42 pkgsrc/lang/gcc8/Makefile

cvs diff -r1.41 -r1.42 pkgsrc/lang/gcc8/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/gcc8/Makefile 2023/08/29 09:48:47 1.41
+++ pkgsrc/lang/gcc8/Makefile 2023/10/05 05:27:38 1.42
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.41 2023/08/29 09:48:47 nia Exp $ 1# $NetBSD: Makefile,v 1.42 2023/10/05 05:27:38 gutteridge Exp $
2 2
3GCC_PKGNAME= gcc8 3GCC_PKGNAME= gcc8
4PKGREVISION= 1 
5.include "version.mk" 4.include "version.mk"
6 5
7DISTNAME= gcc-${GCC8_DIST_VERSION} 6DISTNAME= gcc-${GCC8_DIST_VERSION}
8PKGNAME= ${GCC_PKGNAME}-${GCC8_DIST_VERSION} 7PKGNAME= ${GCC_PKGNAME}-${GCC8_DIST_VERSION}
9## When bumping the PKGREVISION of this package the PKGREVISION of 8## When bumping the PKGREVISION of this package the PKGREVISION of
10## lang/gcc8-libs needs to be bumped to be at least 1 more than the 9## lang/gcc8-libs needs to be bumped to be at least 1 more than the
11## PKGREVISION of this package! 10## PKGREVISION of this package!
 11PKGREVISION= 1
12CATEGORIES= lang 12CATEGORIES= lang
13MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC8_DIST_VERSION}/} 13MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC8_DIST_VERSION}/}
14EXTRACT_SUFX= .tar.xz 14EXTRACT_SUFX= .tar.xz
15 15
16MAINTAINER= pkgsrc-users@NetBSD.org 16MAINTAINER= pkgsrc-users@NetBSD.org
17HOMEPAGE= https://gcc.gnu.org/ 17HOMEPAGE= https://gcc.gnu.org/
18COMMENT= The GNU Compiler Collection (GCC) - 8.0 Release Series 18COMMENT= The GNU Compiler Collection (GCC) - 8.0 Release Series
19LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 19LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
20 20
21DISTFILES= ${DEFAULT_DISTFILES} 21DISTFILES= ${DEFAULT_DISTFILES}
22EXTRACT_ONLY= ${DEFAULT_DISTFILES} 22EXTRACT_ONLY= ${DEFAULT_DISTFILES}
23 23
24# Relocations result in a linker error on AArch64, but not x86. 24# Relocations result in a linker error on AArch64, but not x86.