pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Crypt-X509



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May  8 11:43:27 UTC 2024

Modified Files:
        pkgsrc/security/p5-Crypt-X509: Makefile

Log Message:
p5-Crypt-X509: add extract hack for bsdtar due to extended attributes


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/p5-Crypt-X509/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/p5-Crypt-X509/Makefile
diff -u pkgsrc/security/p5-Crypt-X509/Makefile:1.15 pkgsrc/security/p5-Crypt-X509/Makefile:1.16
--- pkgsrc/security/p5-Crypt-X509/Makefile:1.15 Mon Apr 29 07:45:27 2024
+++ pkgsrc/security/p5-Crypt-X509/Makefile      Wed May  8 11:43:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2024/04/29 07:45:27 wen Exp $
+# $NetBSD: Makefile,v 1.16 2024/05/08 11:43:27 wiz Exp $
 
 DISTNAME=      Crypt-X509-0.55
 PKGNAME=       p5-${DISTNAME}
@@ -14,5 +14,9 @@ DEPENDS+=     p5-Convert-ASN1-[0-9]*:../../t
 
 PERL5_PACKLIST=        auto/Crypt/X509/.packlist
 
+Cannot restore extended attributes: com.apple.*
+USE_TOOLS+=                                    bsdtar
+EXTRACT_OPTS_TAR.Crypt-X509-0.55.tar.gz=       --no-xattr
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index