Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc *: Remove logic for outdated NetBSD versions.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63d2edc5cb64
branches:  trunk
changeset: 430276:63d2edc5cb64
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 29 19:44:49 2020 +0000

description:
*: Remove logic for outdated NetBSD versions.

diffstat:

 audio/xmradio/Makefile          |  7 ++-----
 devel/ruby-posix-spawn/Makefile |  6 +-----
 devel/userspace-rcu/Makefile    |  6 +-----
 www/apache-tomcat55/Makefile    |  7 +------
 4 files changed, 5 insertions(+), 21 deletions(-)

diffs (82 lines):

diff -r 72da39a28de1 -r 63d2edc5cb64 audio/xmradio/Makefile
--- a/audio/xmradio/Makefile    Wed Apr 29 19:33:25 2020 +0000
+++ b/audio/xmradio/Makefile    Wed Apr 29 19:44:49 2020 +0000
@@ -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 @@
 
 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 -r 72da39a28de1 -r 63d2edc5cb64 devel/ruby-posix-spawn/Makefile
--- a/devel/ruby-posix-spawn/Makefile   Wed Apr 29 19:33:25 2020 +0000
+++ b/devel/ruby-posix-spawn/Makefile   Wed Apr 29 19:44:49 2020 +0000
@@ -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 @@
 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 -r 72da39a28de1 -r 63d2edc5cb64 devel/userspace-rcu/Makefile
--- a/devel/userspace-rcu/Makefile      Wed Apr 29 19:33:25 2020 +0000
+++ b/devel/userspace-rcu/Makefile      Wed Apr 29 19:44:49 2020 +0000
@@ -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 @@
 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 -r 72da39a28de1 -r 63d2edc5cb64 www/apache-tomcat55/Makefile
--- a/www/apache-tomcat55/Makefile      Wed Apr 29 19:33:25 2020 +0000
+++ b/www/apache-tomcat55/Makefile      Wed Apr 29 19:44:49 2020 +0000
@@ -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 @@
 
 .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}
 



Home | Main Index | Thread Index | Old Index