summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2020-04-29 19:44:49 +0000
committermaya <maya@pkgsrc.org>2020-04-29 19:44:49 +0000
commitbad4900a361397da87044db442797a12a8089e9c (patch)
tree1a8a4c340337e0a71ad12035eb21779cbc7fd491
parentc4b564c459ceae7a997fca47c48548c43797b674 (diff)
downloadpkgsrc-bad4900a361397da87044db442797a12a8089e9c.tar.gz
*: Remove logic for outdated NetBSD versions.
-rw-r--r--audio/xmradio/Makefile7
-rw-r--r--devel/ruby-posix-spawn/Makefile6
-rw-r--r--devel/userspace-rcu/Makefile6
-rw-r--r--www/apache-tomcat55/Makefile7
4 files changed, 5 insertions, 21 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile
index 0ffa8a816cf..ea36ccaa2f4 100644
--- a/audio/xmradio/Makefile
+++ b/audio/xmradio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/04/20 12:10:35 nros Exp $
+# $NetBSD: Makefile,v 1.34 2020/04/29 19:44:49 maya Exp $
DISTNAME= xmradio-1.2
PKGREVISION= 5
@@ -12,10 +12,7 @@ LICENSE= 2-clause-bsd
DEPENDS+= sox>=12.16:../../audio/sox
-ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-i386 \
- NetBSD-1.5_ALPHA-i386 NetBSD-1.[5-9]*-* \
- NetBSD-[2-9]*.*-* \
- DragonFly-*-*
+ONLY_FOR_PLATFORM= NetBSD-*.*-* DragonFly-*-*
USE_IMAKE= YES
diff --git a/devel/ruby-posix-spawn/Makefile b/devel/ruby-posix-spawn/Makefile
index 2c64c69507c..7db62293632 100644
--- a/devel/ruby-posix-spawn/Makefile
+++ b/devel/ruby-posix-spawn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/11/03 10:00:24 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/04/29 19:44:49 maya Exp $
DISTNAME= posix-spawn-0.3.13
CATEGORIES= devel
@@ -8,10 +8,6 @@ HOMEPAGE= https://github.com/rtomayko/posix-spawn/
COMMENT= Ruby wrapper for the posix_spawn() system call
LICENSE= mit
-# These platforms don't have posix_spawn().
-# (doubtless there are more than just older netbsd...)
-NOT_FOR_PLATFORM= NetBSD-[0-5]*-*
-
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
diff --git a/devel/userspace-rcu/Makefile b/devel/userspace-rcu/Makefile
index aad14293b78..560745148a0 100644
--- a/devel/userspace-rcu/Makefile
+++ b/devel/userspace-rcu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/12/09 03:04:34 sevan Exp $
+# $NetBSD: Makefile,v 1.13 2020/04/29 19:44:49 maya Exp $
#
DISTNAME= userspace-rcu-0.8.7
@@ -15,10 +15,6 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
-# liburcu requires thread local storage support; thus,
-# only NetBSD-6 or later is supported.
-NOT_FOR_PLATFORM= NetBSD-[0-5]*-*
-
PKGCONFIG_OVERRIDE+= liburcu-bp.pc.in
PKGCONFIG_OVERRIDE+= liburcu-cds.pc.in
PKGCONFIG_OVERRIDE+= liburcu-mb.pc.in
diff --git a/www/apache-tomcat55/Makefile b/www/apache-tomcat55/Makefile
index 29729860120..9197bfc3d5c 100644
--- a/www/apache-tomcat55/Makefile
+++ b/www/apache-tomcat55/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/01/18 23:35:42 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2020/04/29 19:44:49 maya Exp $
DISTNAME= apache-tomcat-${TOMCAT_VERSION}
CATEGORIES= www java
@@ -27,11 +27,6 @@ EGDIR2= ${EGDIR}/${CATALINA_DIR}
.include "../../mk/bsd.prefs.mk"
-# Work around a bug in NetBSD 2.0's pax-as-tar (bin/27228)
-.if !empty(MACHINE_PLATFORM:MNetBSD-2.0*)
-EXTRACT_USING= bsdtar
-.endif
-
PKG_SYSCONFDIR.apache-tomcat= ${TOMCAT_LIB}/conf
MAKE_DIRS= ${PKG_SYSCONFDIR.apache-tomcat}/${CATALINA_DIR}