pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/botan Sort out PLIST for i386. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21ec68c888eb
branches:  trunk
changeset: 581441:21ec68c888eb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Oct 12 19:36:43 2010 +0000

description:
Sort out PLIST for i386. Bump revision.

diffstat:

 security/botan/Makefile     |   7 ++++---
 security/botan/PLIST.NetBSD |  10 +++++++---
 2 files changed, 11 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r e2bf7601e78a -r 21ec68c888eb security/botan/Makefile
--- a/security/botan/Makefile   Tue Oct 12 19:34:00 2010 +0000
+++ b/security/botan/Makefile   Tue Oct 12 19:36:43 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2010/06/14 18:27:54 jnemeth Exp $
+# $NetBSD: Makefile,v 1.21 2010/10/12 19:36:43 joerg Exp $
 
 DISTNAME=      Botan-1.8.7
 PKGNAME=       botan-1.8.7
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    security
 MASTER_SITES=  http://files.randombit.net/botan/archive/v1.8/
 EXTRACT_SUFX=  .tgz
@@ -28,12 +28,13 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-PLIST_VARS+=   x86 x86_64
+PLIST_VARS+=   i386 x86 x86_64
 
 .if ${MACHINE_ARCH} == "x86_64"
 PLIST.x86_64=  yes
 PLIST.x86=     yes
 .elif ${MACHINE_ARCH} == "i386"
+PLIST.i386=    yes
 PLIST.x86=     yes
 .elif ${MACHINE_ARCH} == "powerpc"
 CONFIGURE_ARGS+=       --cpu=ppc
diff -r e2bf7601e78a -r 21ec68c888eb security/botan/PLIST.NetBSD
--- a/security/botan/PLIST.NetBSD       Tue Oct 12 19:34:00 2010 +0000
+++ b/security/botan/PLIST.NetBSD       Tue Oct 12 19:36:43 2010 +0000
@@ -1,4 +1,8 @@
-@comment $NetBSD: PLIST.NetBSD,v 1.2 2009/10/06 18:34:14 joerg Exp $
+@comment $NetBSD: PLIST.NetBSD,v 1.3 2010/10/12 19:36:43 joerg Exp $
 ${PLIST.x86}include/botan/asm_macr.h
-${PLIST.x86}include/botan/eng_sse2.h
-${PLIST.x86}include/botan/sha1_sse2.h
+${PLIST.x86_64}include/botan/eng_sse2.h
+${PLIST.x86_64}include/botan/sha1_sse2.h
+${PLIST.i386}include/botan/md4_ia32.h
+${PLIST.i386}include/botan/md5_ia32.h
+${PLIST.i386}include/botan/serp_ia32.h
+${PLIST.i386}include/botan/sha1_ia32.h



Home | Main Index | Thread Index | Old Index