pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/compat90



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jan  2 16:22:32 UTC 2022

Modified Files:
        pkgsrc/emulators/compat90: Makefile

Log Message:
Change the ONLY_FOR_PLATFORM pattern, so that it no longer matches
against 9.0, 9.1, 9.2 or 9.x_STABLE, only 9.99.* and subsequent
releses.  The set of libraries this is compared against is what's
in 9.99.92, but the binaries are from 9.0, of course.

Bump PKGREVISION so that we pick up the changes from
compat_netbsd/INSTALL.ELF, to protect against removal of base system
symlinks, ref. PR#56597.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/compat90/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/compat90/Makefile
diff -u pkgsrc/emulators/compat90/Makefile:1.1 pkgsrc/emulators/compat90/Makefile:1.2
--- pkgsrc/emulators/compat90/Makefile:1.1      Sat Dec 18 01:01:33 2021
+++ pkgsrc/emulators/compat90/Makefile  Sun Jan  2 16:22:32 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2021/12/18 01:01:33 he Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/02 16:22:32 he Exp $
 
 COMPAT_PKG=            compat90        # for compat_netbsd/Makefile.common
 NETBSD_VERSION=                9.0
+PKGREVISION=           1
 
 HOMEPAGE=              https://www.NetBSD.org/releases/formal-9/index.html
 COMMENT=               Shared libraries for NetBSD 9.0 compatibility
@@ -27,8 +28,7 @@ EMUL_PLATFORMS=               netbsd-aarch64 \
 
 
 # select ONLY_FOR_PLATFORM start by the osversion we diffed against
-# add NetBSD-9.[1-9]*-* once 9.1 is out and we have compat91
-ONLY_FOR_PLATFORM=     NetBSD-9.*-* NetBSD-[1-9][0-9].*-*
+ONLY_FOR_PLATFORM=     NetBSD-9.99.*-* NetBSD-[1-9][0-9].*-*
 
 CHECK_RELRO_SKIP=      *
 



Home | Main Index | Thread Index | Old Index