pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/entropy Test sizeof(unsigned short) in the int typ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c34dbf854583
branches: trunk
changeset: 502715:c34dbf854583
user: tv <tv%pkgsrc.org@localhost>
date: Tue Nov 08 15:59:38 2005 +0000
description:
Test sizeof(unsigned short) in the int types hackery.
Use autoconf to generate configure, until this patch is regen'd at the source.
diffstat:
net/entropy/Makefile | 4 ++--
net/entropy/distinfo | 3 ++-
net/entropy/patches/patch-ad | 12 ++++++++++++
3 files changed, 16 insertions(+), 3 deletions(-)
diffs (48 lines):
diff -r e37398adeace -r c34dbf854583 net/entropy/Makefile
--- a/net/entropy/Makefile Tue Nov 08 15:58:16 2005 +0000
+++ b/net/entropy/Makefile Tue Nov 08 15:59:38 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/10/24 17:01:43 tv Exp $
+# $NetBSD: Makefile,v 1.19 2005/11/08 15:59:38 tv Exp $
#
DISTNAME= entropy_rsa-${ENTROPY_VERSION}
@@ -13,7 +13,7 @@
COMMENT= Anonymous peer-to-peer networking node (similar to Freenet)
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= autoconf gmake
ENTROPY_VERSION= 0.9.1-439
diff -r e37398adeace -r c34dbf854583 net/entropy/distinfo
--- a/net/entropy/distinfo Tue Nov 08 15:58:16 2005 +0000
+++ b/net/entropy/distinfo Tue Nov 08 15:59:38 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2005/10/24 17:01:43 tv Exp $
+$NetBSD: distinfo,v 1.11 2005/11/08 15:59:38 tv Exp $
SHA1 (entropy_rsa-0.9.1-439.tgz) = 264ffdfe976c154412abd4171fa8525c40414bbc
RMD160 (entropy_rsa-0.9.1-439.tgz) = 3548ecb8374b512a365dfd388699ada6596d48f3
@@ -6,3 +6,4 @@
SHA1 (patch-aa) = f094ead71b69995d6a8a48ac954bddac22339982
SHA1 (patch-ab) = 6e5ad3221243cb942b265d664e9833596c7f24c3
SHA1 (patch-ac) = 356895fa6e9309ac1479ca52a1ec3164f6a1613a
+SHA1 (patch-ad) = 1ccc064bab8aa9d5d87a1f2b063a458a22bd36af
diff -r e37398adeace -r c34dbf854583 net/entropy/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/entropy/patches/patch-ad Tue Nov 08 15:59:38 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2005/11/08 15:59:39 tv Exp $
+
+--- configure.ac.orig 2005-10-06 08:18:50.000000000 -0400
++++ configure.ac
+@@ -32,6 +32,7 @@ AC_CHECK_HEADERS([sys/ipc.h], [
+
+ ### sizes
+ AC_CHECK_SIZEOF(unsigned char)
++AC_CHECK_SIZEOF(unsigned short)
+ AC_CHECK_SIZEOF(unsigned int)
+ AC_CHECK_SIZEOF(unsigned long)
+ AC_CHECK_SIZEOF(unsigned long long)
Home |
Main Index |
Thread Index |
Old Index