pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libgcrypt remove obsolete patch, fixes build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a75a85759efe
branches:  trunk
changeset: 617236:a75a85759efe
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Apr 11 17:08:38 2013 +0000

description:
remove obsolete patch, fixes build on DragonFly, from David Shao
per PR pkg/47735

diffstat:

 security/libgcrypt/distinfo                         |   3 +-
 security/libgcrypt/patches/patch-mpi_mpi-internal.h |  35 ---------------------
 2 files changed, 1 insertions(+), 37 deletions(-)

diffs (53 lines):

diff -r 0692398f3030 -r a75a85759efe security/libgcrypt/distinfo
--- a/security/libgcrypt/distinfo       Thu Apr 11 17:02:16 2013 +0000
+++ b/security/libgcrypt/distinfo       Thu Apr 11 17:08:38 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.36 2013/04/10 15:17:55 drochner Exp $
+$NetBSD: distinfo,v 1.37 2013/04/11 17:08:38 drochner Exp $
 
 SHA1 (libgcrypt-1.5.1/gcrypt.tar.bz2) = 5d402e4e4e6831f74b738f1a022cf024bcb24ecd
 RMD160 (libgcrypt-1.5.1/gcrypt.tar.bz2) = d1032e66bd4b6f51e437993a7178d14b09a2955a
@@ -15,4 +15,3 @@
 SHA1 (patch-ba) = a39a6972d197193ea7831d23cfa66f14ca55105e
 SHA1 (patch-bb) = b75a2cb6d526976bb4d3a0948ce4c15eead4e2ae
 SHA1 (patch-bc) = 86b594ac2ee25d8a68809765a13942e8fd3be051
-SHA1 (patch-mpi_mpi-internal.h) = 431485228bdacd043e159f4f84de3871dc82f0d2
diff -r 0692398f3030 -r a75a85759efe security/libgcrypt/patches/patch-mpi_mpi-internal.h
--- a/security/libgcrypt/patches/patch-mpi_mpi-internal.h       Thu Apr 11 17:02:16 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-$NetBSD: patch-mpi_mpi-internal.h,v 1.1 2011/07/13 21:21:52 adam Exp $
-
-Change inline functions to static, which fixes building with Clang.
-
---- mpi/mpi-internal.h.orig    2011-07-13 21:13:23.000000000 +0000
-+++ mpi/mpi-internal.h
-@@ -183,23 +183,23 @@ void _gcry_mpi_lshift_limbs( gcry_mpi_t 
- 
- 
- /*-- mpih-add.c --*/
--mpi_limb_t _gcry_mpih_add_1(mpi_ptr_t res_ptr,  mpi_ptr_t s1_ptr,
-+static mpi_limb_t _gcry_mpih_add_1(mpi_ptr_t res_ptr,  mpi_ptr_t s1_ptr,
-                        mpi_size_t s1_size, mpi_limb_t s2_limb );
- mpi_limb_t _gcry_mpih_add_n( mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr,
-                         mpi_ptr_t s2_ptr,  mpi_size_t size);
--mpi_limb_t _gcry_mpih_add(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size,
-+static mpi_limb_t _gcry_mpih_add(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size,
-                      mpi_ptr_t s2_ptr, mpi_size_t s2_size);
- 
- /*-- mpih-sub.c --*/
--mpi_limb_t _gcry_mpih_sub_1( mpi_ptr_t res_ptr,  mpi_ptr_t s1_ptr,
-+static mpi_limb_t _gcry_mpih_sub_1( mpi_ptr_t res_ptr,  mpi_ptr_t s1_ptr,
-                         mpi_size_t s1_size, mpi_limb_t s2_limb );
- mpi_limb_t _gcry_mpih_sub_n( mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr,
-                         mpi_ptr_t s2_ptr, mpi_size_t size);
--mpi_limb_t _gcry_mpih_sub(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size,
-+static mpi_limb_t _gcry_mpih_sub(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size,
-                      mpi_ptr_t s2_ptr, mpi_size_t s2_size);
- 
- /*-- mpih-cmp.c --*/
--int _gcry_mpih_cmp( mpi_ptr_t op1_ptr, mpi_ptr_t op2_ptr, mpi_size_t size );
-+static int _gcry_mpih_cmp( mpi_ptr_t op1_ptr, mpi_ptr_t op2_ptr, mpi_size_t size );
- 
- /*-- mpih-mul.c --*/
- 



Home | Main Index | Thread Index | Old Index