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 Apr  1 15:34:07 UTC 2024

Modified Files:
        pkgsrc/lang/gcc10: Makefile Makefile.common
        pkgsrc/lang/gcc10-libjit: Makefile

Log Message:
gcc10*: assign PKGREVISION differently


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/gcc10/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/gcc10/Makefile.common
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gcc10-libjit/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/Makefile
diff -u pkgsrc/lang/gcc10/Makefile:1.23 pkgsrc/lang/gcc10/Makefile:1.24
--- pkgsrc/lang/gcc10/Makefile:1.23     Mon Apr  1 14:33:57 2024
+++ pkgsrc/lang/gcc10/Makefile  Mon Apr  1 15:34:06 2024
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2024/04/01 14:33:57 js Exp $
+# $NetBSD: Makefile,v 1.24 2024/04/01 15:34:06 gutteridge Exp $
 
 PKGNAME=       ${GCC_PKGNAME}-${GCC10_DIST_VERSION}
 ## When bumping the PKGREVISION of this package the PKGREVISION of
 ## lang/gcc10-libs needs to be bumped to be at least 1 more than the
 ## PKGREVISION of this package!
+PKGREVISION=   1
 
 COMMENT=       The GNU Compiler Collection (GCC) - 10.0 Release Series
 

Index: pkgsrc/lang/gcc10/Makefile.common
diff -u pkgsrc/lang/gcc10/Makefile.common:1.8 pkgsrc/lang/gcc10/Makefile.common:1.9
--- pkgsrc/lang/gcc10/Makefile.common:1.8       Mon Apr  1 14:33:57 2024
+++ pkgsrc/lang/gcc10/Makefile.common   Mon Apr  1 15:34:06 2024
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile.common,v 1.8 2024/04/01 14:33:57 js Exp $
+# $NetBSD: Makefile.common,v 1.9 2024/04/01 15:34:06 gutteridge Exp $
 # used by lang/gcc10-libjit/Makefile
 
 GCC_PKGNAME=           gcc10
 .include               "version.mk"
 
 DISTNAME=      gcc-${GCC10_DIST_VERSION}
-PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=gcc/gcc-${GCC10_DIST_VERSION}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/lang/gcc10-libjit/Makefile
diff -u pkgsrc/lang/gcc10-libjit/Makefile:1.1 pkgsrc/lang/gcc10-libjit/Makefile:1.2
--- pkgsrc/lang/gcc10-libjit/Makefile:1.1       Thu Apr  6 22:09:59 2023
+++ pkgsrc/lang/gcc10-libjit/Makefile   Mon Apr  1 15:34:06 2024
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2023/04/06 22:09:59 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/04/01 15:34:06 gutteridge Exp $
 
 .include "../../lang/gcc10/Makefile.common"
 
 PKGNAME=       ${GCC_PKGNAME}-libjit-${GCC10_DIST_VERSION}
+PKGREVISION=   1
 COMMENT=       GNU Compiler Collection 10 (gcclibjit library)
 
 # /usr/bin/ld: ./../intl/libintl.a(bindtextdom.o): relocation R_X86_64_32 against symbol `libintl_nl_default_dirname' can not be used when making a shared object; recompile with -fPIC



Home | Main Index | Thread Index | Old Index