pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Apr 29 19:44:49 UTC 2020

Modified Files:
        pkgsrc/audio/xmradio: Makefile
        pkgsrc/devel/ruby-posix-spawn: Makefile
        pkgsrc/devel/userspace-rcu: Makefile
        pkgsrc/www/apache-tomcat55: Makefile

Log Message:
*: Remove logic for outdated NetBSD versions.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/xmradio/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-posix-spawn/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/userspace-rcu/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/apache-tomcat55/Makefile

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

Modified files:

Index: pkgsrc/audio/xmradio/Makefile
diff -u pkgsrc/audio/xmradio/Makefile:1.33 pkgsrc/audio/xmradio/Makefile:1.34
--- pkgsrc/audio/xmradio/Makefile:1.33  Wed Apr 20 12:10:35 2016
+++ pkgsrc/audio/xmradio/Makefile       Wed Apr 29 19:44:49 2020
@@ -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
 

Index: pkgsrc/devel/ruby-posix-spawn/Makefile
diff -u pkgsrc/devel/ruby-posix-spawn/Makefile:1.13 pkgsrc/devel/ruby-posix-spawn/Makefile:1.14
--- pkgsrc/devel/ruby-posix-spawn/Makefile:1.13 Sun Nov  3 10:00:24 2019
+++ pkgsrc/devel/ruby-posix-spawn/Makefile      Wed Apr 29 19:44:49 2020
@@ -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/po
 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"

Index: pkgsrc/devel/userspace-rcu/Makefile
diff -u pkgsrc/devel/userspace-rcu/Makefile:1.12 pkgsrc/devel/userspace-rcu/Makefile:1.13
--- pkgsrc/devel/userspace-rcu/Makefile:1.12    Sun Dec  9 03:04:34 2018
+++ pkgsrc/devel/userspace-rcu/Makefile Wed Apr 29 19:44:49 2020
@@ -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

Index: pkgsrc/www/apache-tomcat55/Makefile
diff -u pkgsrc/www/apache-tomcat55/Makefile:1.22 pkgsrc/www/apache-tomcat55/Makefile:1.23
--- pkgsrc/www/apache-tomcat55/Makefile:1.22    Sat Jan 18 23:35:42 2020
+++ pkgsrc/www/apache-tomcat55/Makefile Wed Apr 29 19:44:49 2020
@@ -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}
 



Home | Main Index | Thread Index | Old Index