Sun Feb 11 09:15:17 2024 UTC (105d)
Pullup ticket #6833 - requested by bsiegert
sysutils/strace: bugfix

Revisions pulled up:
- sysutils/strace/Makefile                                      1.35

-------------------------------------------------------------------
   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


(spz)
diff -r1.34 -r1.34.12.1 pkgsrc/sysutils/strace/Makefile

cvs diff -r1.34 -r1.34.12.1 pkgsrc/sysutils/strace/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/strace/Makefile 2022/06/28 11:36:05 1.34
+++ pkgsrc/sysutils/strace/Makefile 2024/02/11 09:15:17 1.34.12.1
@@ -1,30 +1,26 @@ @@ -1,30 +1,26 @@
1# $NetBSD: Makefile,v 1.34 2022/06/28 11:36:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.34.12.1 2024/02/11 09:15:17 spz Exp $
2# 
3 2
4DISTNAME= strace-4.5.15 3DISTNAME= strace-4.5.15
5PKGREVISION= 16 4PKGREVISION= 16
6CATEGORIES= sysutils 5CATEGORIES= sysutils
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=strace/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=strace/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= christos@NetBSD.org 9MAINTAINER= christos@NetBSD.org
11HOMEPAGE= https://sourceforge.net/projects/strace/ 10HOMEPAGE= https://sourceforge.net/projects/strace/
12COMMENT= Trace system calls 11COMMENT= Trace system calls
13LICENSE= modified-bsd 12LICENSE= modified-bsd
14 13
15# NetBSD < 3.99.16 
16NOT_FOR_PLATFORM= NetBSD-[012]*-* NetBSD-3.[0-9][._]*-* \ 
17 NetBSD-3.99.[0-9]-* NetBSD-3.99.1[0-5]-* 
18# "not supported" according to joerg@ 14# "not supported" according to joerg@
19NOT_FOR_PLATFORM+= DragonFly-*-* 15NOT_FOR_PLATFORM+= DragonFly-*-*
20 16
21GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
22 18
23REPLACE_PERL= strace-graph 19REPLACE_PERL= strace-graph
24USE_TOOLS+= perl:run 20USE_TOOLS+= perl:run
25 21
26.include "../../mk/bsd.prefs.mk" 22.include "../../mk/bsd.prefs.mk"
27.if ${OPSYS} == "Linux" 23.if ${OPSYS} == "Linux"
28USE_TOOLS+= autoconf 24USE_TOOLS+= autoconf
29pre-configure: 25pre-configure:
30 cd ${WRKSRC} && autoconf 26 cd ${WRKSRC} && autoconf