summaryrefslogtreecommitdiff
path: root/misc/kdeutils3
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/kdeutils3
parentd5359cadcf8dd09d566a8519fcfd4b6a217de274 (diff)
downloadpkgsrc-fe6f7385224051fc86bcae4b226ce34584c5c49d.tar.gz
Remove some more bogus sizeof(size_t) == sizeof(unsigned int) checks.
Diffstat (limited to 'misc/kdeutils3')
-rw-r--r--misc/kdeutils3/distinfo3
-rw-r--r--misc/kdeutils3/patches/patch-ao62
2 files changed, 64 insertions, 1 deletions
diff --git a/misc/kdeutils3/distinfo b/misc/kdeutils3/distinfo
index 48f073c2b06..fbdfed8b4ee 100644
--- a/misc/kdeutils3/distinfo
+++ b/misc/kdeutils3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2003/01/24 07:54:59 skrll Exp $
+$NetBSD: distinfo,v 1.10 2003/02/21 13:42:38 skrll Exp $
SHA1 (kdeutils-3.0.5a.tar.bz2) = 63104afb1686c5eaed7939e1bd8b6ec6b2cda7fd
Size (kdeutils-3.0.5a.tar.bz2) = 1515962 bytes
@@ -13,3 +13,4 @@ SHA1 (patch-aj) = 31d0fe7b4d4b785da9e4e8188feb4378a25ce05a
SHA1 (patch-ak) = 19816b75a7dad23fc52ba5c856f549d66c45d8ee
SHA1 (patch-am) = 1f9931d683654159686151206db4c628253e875e
SHA1 (patch-an) = ffd5589988aaa4e581cdfa9bfb7bdb9067f505fe
+SHA1 (patch-ao) = a5599ae949c7596c3eaa3cb55da686b0f7c68d79
diff --git a/misc/kdeutils3/patches/patch-ao b/misc/kdeutils3/patches/patch-ao
new file mode 100644
index 00000000000..96d8247d9f9
--- /dev/null
+++ b/misc/kdeutils3/patches/patch-ao
@@ -0,0 +1,62 @@
+$NetBSD: patch-ao,v 1.1 2003/02/21 13:42:39 skrll Exp $
+
+--- configure.orig Tue Dec 17 10:55:09 2002
++++ configure
+@@ -22223,57 +22223,6 @@ cat >>confdefs.h <<EOF
+ #define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int
+ EOF
+
+- echo "$as_me:22226: 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 22229 "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:22245: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>&5
+- ac_status=$?
+- echo "$as_me:22248: \$? = $ac_status" >&5
+- (exit $ac_status); } &&
+- { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:22251: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:22254: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- echo "$as_me:22256: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+-else
+- echo "$as_me: failed program was:" >&5
+-cat conftest.$ac_ext >&5
+-
+- echo "$as_me:22262: result: no" >&5
+-echo "${ECHO_T}no" >&6
+- { { echo "$as_me:22264: 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
+-
+ CXXFLAGS="$CXXFLAGS -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST"
+
+ echo "$as_me:22279: checking for MAXPATHLEN" >&5