diff options
author | joerg <joerg> | 2010-10-12 19:36:43 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-10-12 19:36:43 +0000 |
commit | 8036e0f86d90da0988d6e41033be6134740982a2 (patch) | |
tree | 0a1b8026f9c16a33519dc2bfb2159092e1fcd48c /security | |
parent | 313b4766c9297555b4ec885e800b0c99fe39615f (diff) | |
download | pkgsrc-8036e0f86d90da0988d6e41033be6134740982a2.tar.gz |
Sort out PLIST for i386. Bump revision.
Diffstat (limited to 'security')
-rw-r--r-- | security/botan/Makefile | 7 | ||||
-rw-r--r-- | security/botan/PLIST.NetBSD | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index e4b761da700..b84a4a95987 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -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 @@ MAKE_FLAGS+= LIB_OPT=${CXXFLAGS:Q} .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 --git a/security/botan/PLIST.NetBSD b/security/botan/PLIST.NetBSD index 401354e56e7..1df921236eb 100644 --- a/security/botan/PLIST.NetBSD +++ b/security/botan/PLIST.NetBSD @@ -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 |