pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/strace



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 11 06:23:44 UTC 2024

Modified Files:
        pkgsrc/sysutils/strace: Makefile

Log Message:
strace: remove incorrect pattern that disallows NetBSD<4

NetBSD 4 has been desupported for so long, we don't need this any longer.

Addresses PR 57834 by George Georgalis.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/sysutils/strace/Makefile

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

Modified files:

Index: pkgsrc/sysutils/strace/Makefile
diff -u pkgsrc/sysutils/strace/Makefile:1.34 pkgsrc/sysutils/strace/Makefile:1.35
--- pkgsrc/sysutils/strace/Makefile:1.34        Tue Jun 28 11:36:05 2022
+++ pkgsrc/sysutils/strace/Makefile     Thu Jan 11 06:23:44 2024
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2022/06/28 11:36:05 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.35 2024/01/11 06:23:44 wiz Exp $
 
 DISTNAME=              strace-4.5.15
 PKGREVISION=           16
@@ -12,9 +11,6 @@ HOMEPAGE=             https://sourceforge.net/proje
 COMMENT=               Trace system calls
 LICENSE=               modified-bsd
 
-#                      NetBSD < 3.99.16
-NOT_FOR_PLATFORM=      NetBSD-[012]*-* NetBSD-3.[0-9][._]*-* \
-                       NetBSD-3.99.[0-9]-* NetBSD-3.99.1[0-5]-*
 # "not supported" according to joerg@
 NOT_FOR_PLATFORM+=     DragonFly-*-*
 



Home | Main Index | Thread Index | Old Index