pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptodome



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Jul  3 03:03:18 UTC 2020

Modified Files:
        pkgsrc/security/py-cryptodome: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/py-cryptodome/Makefile

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

Modified files:

Index: pkgsrc/security/py-cryptodome/Makefile
diff -u pkgsrc/security/py-cryptodome/Makefile:1.31 pkgsrc/security/py-cryptodome/Makefile:1.32
--- pkgsrc/security/py-cryptodome/Makefile:1.31 Mon Jun 29 13:36:51 2020
+++ pkgsrc/security/py-cryptodome/Makefile      Fri Jul  3 03:03:18 2020
@@ -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 @@ HOMEPAGE=     https://www.pycryptodome.org/
 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