diff options
author | tv <tv> | 2005-11-08 15:59:38 +0000 |
---|---|---|
committer | tv <tv> | 2005-11-08 15:59:38 +0000 |
commit | 94392114d5dd1a0581d4c88ec53ec90eab2271da (patch) | |
tree | 48f4d43ad6c13b2e91134e81589f379751a0bd3d /net/entropy | |
parent | 8ac9b3f23706262a03604f5e41a4097b4ff5ff5c (diff) | |
download | pkgsrc-94392114d5dd1a0581d4c88ec53ec90eab2271da.tar.gz |
Test sizeof(unsigned short) in the int types hackery.
Use autoconf to generate configure, until this patch is regen'd at the source.
Diffstat (limited to 'net/entropy')
-rw-r--r-- | net/entropy/Makefile | 4 | ||||
-rw-r--r-- | net/entropy/distinfo | 3 | ||||
-rw-r--r-- | net/entropy/patches/patch-ad | 12 |
3 files changed, 16 insertions, 3 deletions
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) |