summaryrefslogtreecommitdiff
path: root/devel
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 /devel
parentc4b564c459ceae7a997fca47c48548c43797b674 (diff)
downloadpkgsrc-bad4900a361397da87044db442797a12a8089e9c.tar.gz
*: Remove logic for outdated NetBSD versions.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-posix-spawn/Makefile6
-rw-r--r--devel/userspace-rcu/Makefile6
2 files changed, 2 insertions, 10 deletions
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