summaryrefslogtreecommitdiff
path: root/misc/kdepim3
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 /misc/kdepim3
parentd5359cadcf8dd09d566a8519fcfd4b6a217de274 (diff)
downloadpkgsrc-fe6f7385224051fc86bcae4b226ce34584c5c49d.tar.gz
Remove some more bogus sizeof(size_t) == sizeof(unsigned int) checks.
Diffstat (limited to 'misc/kdepim3')
-rw-r--r--misc/kdepim3/distinfo3
-rw-r--r--misc/kdepim3/patches/patch-ai62
2 files changed, 64 insertions, 1 deletions
diff --git a/misc/kdepim3/distinfo b/misc/kdepim3/distinfo
index 0574693cf88..76f5de293aa 100644
--- a/misc/kdepim3/distinfo
+++ b/misc/kdepim3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2003/01/02 09:12:28 skrll Exp $
+$NetBSD: distinfo,v 1.7 2003/02/21 13:42:37 skrll Exp $
SHA1 (kdepim-3.0.5a.tar.bz2) = b25d27ef2cef2b375307775410daab80b5bf686d
Size (kdepim-3.0.5a.tar.bz2) = 3192923 bytes
@@ -10,3 +10,4 @@ SHA1 (patch-ae) = 04a75a4a00012fc9a03ae25755abb8580f166e98
SHA1 (patch-af) = 5e9e463878c145f4d0b21fe98eb2e16e83e51904
SHA1 (patch-ag) = 9d53fcf4f5b14cd979bc1c416951dec6796fc4c2
SHA1 (patch-ah) = f41a62dc725f5f65509d021f7dc14a3e323aeaff
+SHA1 (patch-ai) = 6ec98b09f0a441af7b6d5c8dba4a74c5b9acc974
diff --git a/misc/kdepim3/patches/patch-ai b/misc/kdepim3/patches/patch-ai
new file mode 100644
index 00000000000..b21324ee710
--- /dev/null
+++ b/misc/kdepim3/patches/patch-ai
@@ -0,0 +1,62 @@
+$NetBSD: patch-ai,v 1.1 2003/02/21 13:42:38 skrll Exp $
+
+--- configure.orig Sat Dec 21 06:44:21 2002
++++ configure
+@@ -22109,57 +22109,6 @@ cat >>confdefs.h <<EOF
+ #define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int
+ EOF
+
+- echo "$as_me:22112: 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 22115 "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:22131: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>&5
+- ac_status=$?
+- echo "$as_me:22134: \$? = $ac_status" >&5
+- (exit $ac_status); } &&
+- { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:22137: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:22140: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- echo "$as_me:22142: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+-else
+- echo "$as_me: failed program was:" >&5
+-cat conftest.$ac_ext >&5
+-
+- echo "$as_me:22148: result: no" >&5
+-echo "${ECHO_T}no" >&6
+- { { echo "$as_me:22150: 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
+-
+ for ac_header in fcntl.h sys/sysctl.h sys/param.h sys/time.h sys/types.h unistd.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`