pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/hs-crypton
Module Name: pkgsrc
Committed By: pho
Date: Mon Apr 29 09:40:16 UTC 2024
Modified Files:
pkgsrc/security/hs-crypton: Makefile
Added Files:
pkgsrc/security/hs-crypton: PLIST.x86
Log Message:
security/hs-crypton: Fix build on i386 and x86_64
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/hs-crypton/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/hs-crypton/PLIST.x86
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/hs-crypton/Makefile
diff -u pkgsrc/security/hs-crypton/Makefile:1.4 pkgsrc/security/hs-crypton/Makefile:1.5
--- pkgsrc/security/hs-crypton/Makefile:1.4 Mon Apr 29 09:35:01 2024
+++ pkgsrc/security/hs-crypton/Makefile Mon Apr 29 09:40:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/04/29 09:35:01 pho Exp $
+# $NetBSD: Makefile,v 1.5 2024/04/29 09:40:16 pho Exp $
DISTNAME= crypton-1.0.0
CATEGORIES= security
@@ -8,11 +8,10 @@ COMMENT= Cryptography Primitives sink
LICENSE= modified-bsd
# Some modules are only built on specific platforms.
-PLIST_VARS+= x86
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-PLIST.x86= yes
+PLIST_SRC+= PLIST.x86
.endif
-PRINT_PLIST_AWK+= /\/Entropy\/RDRand\./ { $$0 = "$${PLIST.x86}" $$0 }
+PRINT_PLIST_AWK+= /\/Entropy\/RDRand\./ { next }
.include "../../devel/hs-basement/buildlink3.mk"
.include "../../devel/hs-memory/buildlink3.mk"
Added files:
Index: pkgsrc/security/hs-crypton/PLIST.x86
diff -u /dev/null pkgsrc/security/hs-crypton/PLIST.x86:1.1
--- /dev/null Mon Apr 29 09:40:16 2024
+++ pkgsrc/security/hs-crypton/PLIST.x86 Mon Apr 29 09:40:16 2024
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST.x86,v 1.1 2024/04/29 09:40:16 pho Exp $
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Crypto/Random/Entropy/RDRand.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Crypto/Random/Entropy/RDRand.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Crypto/Random/Entropy/RDRand.p_hi
Home |
Main Index |
Thread Index |
Old Index