pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/botan Try to reconcile PLIST with what's inst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6d1a6143d94
branches:  trunk
changeset: 348141:d6d1a6143d94
user:      he <he%pkgsrc.org@localhost>
date:      Wed Jun 08 08:19:52 2016 +0000

description:
Try to reconcile PLIST with what's installed, taking care to preserve
the PLIST.x86* entries.  The sse2 entries are however gone, but a few
new ones have appeared (md4_x86_32.h etc.)  Installs cleanly now on
NetBSD/i386 6.1.5.

diffstat:

 security/botan/PLIST |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r a39493589ec9 -r d6d1a6143d94 security/botan/PLIST
--- a/security/botan/PLIST      Wed Jun 08 08:06:23 2016 +0000
+++ b/security/botan/PLIST      Wed Jun 08 08:19:52 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/06/03 11:52:42 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/06/08 08:19:52 he Exp $
 bin/botan-config-1.10
 include/botan-1.10/botan/adler32.h
 include/botan-1.10/botan/aes.h
@@ -98,7 +98,6 @@
 include/botan-1.10/botan/hmac.h
 include/botan-1.10/botan/hmac_rng.h
 include/botan-1.10/botan/idea.h
-${PLIST.x86}include/botan-1.10/botan/idea_sse2.h
 include/botan-1.10/botan/if_algo.h
 include/botan-1.10/botan/init.h
 include/botan-1.10/botan/kasumi.h
@@ -119,7 +118,9 @@
 include/botan-1.10/botan/mars.h
 include/botan-1.10/botan/md2.h
 include/botan-1.10/botan/md4.h
+${PLIST.x86}include/botan-1.10/botan/md4_x86_32.h
 include/botan-1.10/botan/md5.h
+${PLIST.x86}include/botan-1.10/botan/md5_x86_32.h
 include/botan-1.10/botan/mdx_hash.h
 include/botan-1.10/botan/mem_ops.h
 include/botan-1.10/botan/mgf1.h
@@ -178,9 +179,10 @@
 include/botan-1.10/botan/seed.h
 include/botan-1.10/botan/selftest.h
 include/botan-1.10/botan/serp_simd.h
+${PLIST.x86}include/botan-1.10/botan/serp_x86_32.h
 include/botan-1.10/botan/serpent.h
 include/botan-1.10/botan/sha160.h
-${PLIST.x86}include/botan-1.10/botan/sha1_sse2.h
+${PLIST.x86}include/botan-1.10/botan/sha1_x86_32.h
 ${PLIST.x86_64}include/botan-1.10/botan/sha1_x86_64.h
 include/botan-1.10/botan/sha2_32.h
 include/botan-1.10/botan/sha2_64.h



Home | Main Index | Thread Index | Old Index