pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/botan-devel Add missing header. Patch up Pyth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09a839e025e8
branches:  trunk
changeset: 652000:09a839e025e8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed May 20 21:57:10 2015 +0000

description:
Add missing header. Patch up Python interpreter. Regen distinfo.

diffstat:

 security/botan-devel/Makefile                                                              |   4 ++-
 security/botan-devel/distinfo                                                              |   7 +----
 security/botan-devel/patches/patch-src_lib_alloc_locking__allocator_locking__allocator.cpp |  12 ++++++++++
 3 files changed, 17 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r f26c75c83f89 -r 09a839e025e8 security/botan-devel/Makefile
--- a/security/botan-devel/Makefile     Wed May 20 21:16:50 2015 +0000
+++ b/security/botan-devel/Makefile     Wed May 20 21:57:10 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/05/14 18:39:24 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2015/05/20 21:57:10 joerg Exp $
 
 DISTNAME=      Botan-1.11.16
 PKGNAME=       ${DISTNAME:tl}
@@ -20,6 +20,8 @@
 CONFIGURE_SCRIPT=      ./configure.py
 CONFIGURE_ARGS+=       --prefix=${PREFIX} --with-zlib --with-boost --destdir=${DESTDIR}${PREFIX}
 
+REPLACE_PYTHON+=       *.py src/scripts/*.py
+
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)
 CONFIGURE_ARGS+=       --cc-bin=${CXX} --cc=clang
diff -r f26c75c83f89 -r 09a839e025e8 security/botan-devel/distinfo
--- a/security/botan-devel/distinfo     Wed May 20 21:16:50 2015 +0000
+++ b/security/botan-devel/distinfo     Wed May 20 21:57:10 2015 +0000
@@ -1,10 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/05/14 18:39:24 joerg Exp $
+$NetBSD: distinfo,v 1.5 2015/05/20 21:57:10 joerg Exp $
 
 SHA1 (Botan-1.11.16.tgz) = 7214da75a638a7b4a233aca4eccd94d8c688fd52
 RMD160 (Botan-1.11.16.tgz) = 7b82dd41243b7bb53d3d667db58afd7e2f948871
 Size (Botan-1.11.16.tgz) = 2843785 bytes
 SHA1 (patch-src_build-data_arch_arm.txt) = 977a5917ee94e1bafb50f467e99d0f6e1e561ec9
-SHA1 (patch-src_build-data_cc_clang.txt) = e36a85e036765d103c06eedac2d9f553a9202173
-SHA1 (patch-src_build-data_makefile_header.in) = 9ef8fba7f7a4d665d95478cdd87d58839d438f80
-SHA1 (patch-src_lib_alloc_locking__allocator_locking__allocator.cpp) = c4df20faf13b902c9fce21a0ff806b0d83c08780
-SHA1 (patch-src_lib_kdf_kdf.h) = 018dcfca7821b64b94175809aaad3fa3d578648c
+SHA1 (patch-src_lib_alloc_locking__allocator_locking__allocator.cpp) = dd051c7707d99bef32dd0f822cac0926a9f61141
diff -r f26c75c83f89 -r 09a839e025e8 security/botan-devel/patches/patch-src_lib_alloc_locking__allocator_locking__allocator.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/botan-devel/patches/patch-src_lib_alloc_locking__allocator_locking__allocator.cpp        Wed May 20 21:57:10 2015 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_lib_alloc_locking__allocator_locking__allocator.cpp,v 1.3 2015/05/20 21:57:10 joerg Exp $
+
+--- src/lib/alloc/locking_allocator/locking_allocator.cpp.orig 2015-05-19 20:33:25.000000000 +0000
++++ src/lib/alloc/locking_allocator/locking_allocator.cpp
+@@ -8,6 +8,7 @@
+ #include <botan/locking_allocator.h>
+ #include <botan/mem_ops.h>
+ #include <algorithm>
++#include <cstdlib>
+ #include <string>
+ 
+ #include <sys/mman.h>



Home | Main Index | Thread Index | Old Index