From 94392114d5dd1a0581d4c88ec53ec90eab2271da Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 8 Nov 2005 15:59:38 +0000 Subject: Test sizeof(unsigned short) in the int types hackery. Use autoconf to generate configure, until this patch is regen'd at the source. --- net/entropy/Makefile | 4 ++-- net/entropy/distinfo | 3 ++- net/entropy/patches/patch-ad | 12 ++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 net/entropy/patches/patch-ad (limited to 'net/entropy') diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 70daefd658b..ade59409748 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -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 @@ HOMEPAGE= http://entropy.stop1984.com/ 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 --git a/net/entropy/distinfo b/net/entropy/distinfo index 89ee75e9217..0f73be25e80 100644 --- a/net/entropy/distinfo +++ b/net/entropy/distinfo @@ -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 @@ Size (entropy_rsa-0.9.1-439.tgz) = 880745 bytes SHA1 (patch-aa) = f094ead71b69995d6a8a48ac954bddac22339982 SHA1 (patch-ab) = 6e5ad3221243cb942b265d664e9833596c7f24c3 SHA1 (patch-ac) = 356895fa6e9309ac1479ca52a1ec3164f6a1613a +SHA1 (patch-ad) = 1ccc064bab8aa9d5d87a1f2b063a458a22bd36af diff --git a/net/entropy/patches/patch-ad b/net/entropy/patches/patch-ad new file mode 100644 index 00000000000..eebc764220a --- /dev/null +++ b/net/entropy/patches/patch-ad @@ -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) -- cgit v1.2.3