summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authorskrll <skrll>2003-02-21 13:42:37 +0000
committerskrll <skrll>2003-02-21 13:42:37 +0000
commitfe6f7385224051fc86bcae4b226ce34584c5c49d (patch)
tree62cfdeb50c168adfec22a06d432d6ebf42c28973 /net/kdenetwork3
parentd5359cadcf8dd09d566a8519fcfd4b6a217de274 (diff)
downloadpkgsrc-fe6f7385224051fc86bcae4b226ce34584c5c49d.tar.gz
Remove some more bogus sizeof(size_t) == sizeof(unsigned int) checks.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/distinfo3
-rw-r--r--net/kdenetwork3/patches/patch-aa62
2 files changed, 64 insertions, 1 deletions
diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo
index b8967c564a5..2c669c12d01 100644
--- a/net/kdenetwork3/distinfo
+++ b/net/kdenetwork3/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2003/01/24 07:55:00 skrll Exp $
+$NetBSD: distinfo,v 1.9 2003/02/21 13:42:38 skrll Exp $
SHA1 (kdenetwork-3.0.5a.tar.bz2) = 325800806aa027073b7f0523140ade65e86614f1
Size (kdenetwork-3.0.5a.tar.bz2) = 3863844 bytes
+SHA1 (patch-aa) = ed3b6619291d96c20af971bdd62f716c877cfaf4
SHA1 (patch-ac) = a0e2fbcf1348d5e91434878bac4977b649c94855
SHA1 (patch-ad) = 916bcbe11ca71f7a0f5f03c91fa18a6af9197be2
SHA1 (patch-ae) = f223a5e3923d6d45866ea89119bacba5fd107eb9
diff --git a/net/kdenetwork3/patches/patch-aa b/net/kdenetwork3/patches/patch-aa
new file mode 100644
index 00000000000..bb66fba84dc
--- /dev/null
+++ b/net/kdenetwork3/patches/patch-aa
@@ -0,0 +1,62 @@
+$NetBSD: patch-aa,v 1.3 2003/02/21 13:42:38 skrll Exp $
+
+--- configure.orig Tue Feb 4 11:45:51 2003
++++ configure
+@@ -23148,57 +23148,6 @@ cat >>confdefs.h <<EOF
+ #define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int
+ EOF
+
+- echo "$as_me:23151: checking sizeof(size_t) == sizeof(unsigned int)" >&5
+-echo $ECHO_N "checking sizeof(size_t) == sizeof(unsigned int)... $ECHO_C" >&6
+- cat >conftest.$ac_ext <<_ACEOF
+-#line 23154 "configure"
+-#include "confdefs.h"
+-
+-int
+-main ()
+-{
+-
+- #if SIZEOF_SIZE_T != SIZEOF_UNSIGNED_INT
+- choke me
+- #endif
+-
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:23170: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>&5
+- ac_status=$?
+- echo "$as_me:23173: \$? = $ac_status" >&5
+- (exit $ac_status); } &&
+- { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:23176: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:23179: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- echo "$as_me:23181: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+-else
+- echo "$as_me: failed program was:" >&5
+-cat conftest.$ac_ext >&5
+-
+- echo "$as_me:23187: result: no" >&5
+-echo "${ECHO_T}no" >&6
+- { { echo "$as_me:23189: error:
+- Apparently on your system our assumption sizeof(size_t) == sizeof(unsigned int)
+- does not apply. Please mail kde-devel@kde.org with a description of your system!
+- " >&5
+-echo "$as_me: error:
+- Apparently on your system our assumption sizeof(size_t) == sizeof(unsigned int)
+- does not apply. Please mail kde-devel@kde.org with a description of your system!
+- " >&2;}
+- { (exit 1); exit 1; }; }
+-
+-fi
+-rm -f conftest.$ac_objext conftest.$ac_ext
+-
+ if test -z "$LIBPTHREAD" && test -z "$USE_THREADS"; then
+ DO_NOT_COMPILE="$DO_NOT_COMPILE knode kdict"
+ fi