Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-cryptodome py-cryptodome: fix build on pla...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4d46577ea1b
branches:  trunk
changeset: 435260:e4d46577ea1b
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Jul 03 03:03:18 2020 +0000

description:
py-cryptodome: fix build on platforms that use nbtar by default

It isn't extracted properly by archivers/pax, which leads to
packaging errors on some platforms, e.g. some Solaris derivatives.
(gtar works too, but the common approach here seems to be to just
keep it simple and specify bsdtar universally.) This should address
PR pkg/55448 from Hauke Fath.

diffstat:

 security/py-cryptodome/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6a285b6d000d -r e4d46577ea1b security/py-cryptodome/Makefile
--- a/security/py-cryptodome/Makefile   Fri Jul 03 01:44:19 2020 +0000
+++ b/security/py-cryptodome/Makefile   Fri Jul 03 03:03:18 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/06/29 13:36:51 adam Exp $
+# $NetBSD: Makefile,v 1.32 2020/07/03 03:03:18 gutteridge Exp $
 
 DISTNAME=      pycryptodome-3.9.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -10,6 +10,8 @@
 COMMENT=       Cryptographic and hash functions for Python
 LICENSE=       public-domain AND python-software-foundation
 
+EXTRACT_USING= bsdtar
+
 # XXX is this needed?
 CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
 



Home | Main Index | Thread Index | Old Index