pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinxcontrib-serializinghtml sphinxcontri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cc40dbd757e
branches:  trunk
changeset: 412664:1cc40dbd757e
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Mar 10 23:07:58 2020 +0000

description:
sphinxcontrib: Drop NetBSD version check for bsdtar

bsdtar chooses the base system tar if it is libarchive tar (NetBSD
9/current, typically), and the package otherwise, so there is no need
to conditionalize setting bsdtar on NetBSD.

(As discussed on tech-pkg@.)

diffstat:

 textproc/py-sphinxcontrib-serializinghtml/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 54b84f70e70d -r 1cc40dbd757e textproc/py-sphinxcontrib-serializinghtml/Makefile
--- a/textproc/py-sphinxcontrib-serializinghtml/Makefile        Tue Mar 10 23:04:59 2020 +0000
+++ b/textproc/py-sphinxcontrib-serializinghtml/Makefile        Tue Mar 10 23:07:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/03/10 14:51:12 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2020/03/10 23:07:58 gdt Exp $
 
 DISTNAME=      sphinxcontrib-serializinghtml-1.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,10 +10,10 @@
 COMMENT=       Sphinx API for "serialized" HTML files
 LICENSE=       2-clause-bsd
 
-# On NetBSD, pax-as-tar fails on this distfile <= 8.  (Accomodate 5-7
-# even though they are unsupported.)
+# On NetBSD <= 8, pax-as-tar fails on this distfile.  Use bsdtar
+# (which on 9 and up will use base tar, if it's libarchive tar).
 .include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == NetBSD && !empty(OS_VERSION:M[5678].*)
+.if ${OPSYS} == NetBSD
 EXTRACT_USING= bsdtar
 .endif
 



Home | Main Index | Thread Index | Old Index