From b332e141a689e59720f725c77b4f3498ee77dc0d Mon Sep 17 00:00:00 2001 From: he Date: Sun, 2 Jan 2022 16:22:32 +0000 Subject: 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. --- emulators/compat90/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators') diff --git a/emulators/compat90/Makefile b/emulators/compat90/Makefile index 060666c6836..7c34e3d76be 100644 --- a/emulators/compat90/Makefile +++ b/emulators/compat90/Makefile @@ -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= * -- cgit v1.2.3