summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorskrll <skrll>2003-01-31 11:43:32 +0000
committerskrll <skrll>2003-01-31 11:43:32 +0000
commitccd973c608b9b6c038368c82e690108e498a95a2 (patch)
tree136d23d4123905c1709d6822b30b46dc512b6d60 /x11
parent932674bbdac24aa9d0c1620d692adba50e015a9c (diff)
downloadpkgsrc-ccd973c608b9b6c038368c82e690108e498a95a2.tar.gz
Fix PR 20090.
Remove the bogus sizeof(size_t) == sizeof(unsigned int) check.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase3/distinfo4
-rw-r--r--x11/kdebase3/patches/patch-aa66
2 files changed, 64 insertions, 6 deletions
diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo
index b4564fe424e..fe1e0307cf2 100644
--- a/x11/kdebase3/distinfo
+++ b/x11/kdebase3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2003/01/20 10:04:03 skrll Exp $
+$NetBSD: distinfo,v 1.18 2003/01/31 11:43:32 skrll Exp $
SHA1 (kdebase-3.0.5a.tar.bz2) = 8d30538e4d84f805bffcd0eb6583f2fee5ce2da1
Size (kdebase-3.0.5a.tar.bz2) = 13117676 bytes
@@ -6,7 +6,7 @@ SHA1 (Daemon.png) = e77a42c644beecd66c4b95c0ae68c08c728a4e6d
Size (Daemon.png) = 15725 bytes
SHA1 (Daemon.README) = eb1e6af52adc02ded77af17e8953134b7e60d23b
Size (Daemon.README) = 2191 bytes
-SHA1 (patch-aa) = dfbbe1ab8010e17dacee5008b2f91822d98231f6
+SHA1 (patch-aa) = 1e693480c884daa75fe3e1a850b0e39dfb407d73
SHA1 (patch-ab) = 803bd6397d5cbc08f52cea51977cf62af0bfbd9e
SHA1 (patch-ac) = 5ea63b6fb0562439742b3bc14418cc1230ef4e7b
SHA1 (patch-ae) = 5ff81a4237c17c73e04d36519972b167638b4fdd
diff --git a/x11/kdebase3/patches/patch-aa b/x11/kdebase3/patches/patch-aa
index 8e86aace86e..53118ffaa02 100644
--- a/x11/kdebase3/patches/patch-aa
+++ b/x11/kdebase3/patches/patch-aa
@@ -1,8 +1,66 @@
-$NetBSD: patch-aa,v 1.2 2002/08/25 19:23:36 jlam Exp $
+$NetBSD: patch-aa,v 1.3 2003/01/31 11:43:33 skrll Exp $
---- configure.orig Mon May 13 23:58:21 2002
+--- configure.orig Tue Dec 17 10:46:51 2002
+++ configure
-@@ -25606,7 +25606,24 @@
+@@ -25442,57 +25442,6 @@ cat >>confdefs.h <<EOF
+ #define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int
+ EOF
+
+- echo "$as_me:25445: 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 25448 "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:25464: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>&5
+- ac_status=$?
+- echo "$as_me:25467: \$? = $ac_status" >&5
+- (exit $ac_status); } &&
+- { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:25470: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:25473: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- echo "$as_me:25475: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+-else
+- echo "$as_me: failed program was:" >&5
+-cat conftest.$ac_ext >&5
+-
+- echo "$as_me:25481: result: no" >&5
+-echo "${ECHO_T}no" >&6
+- { { echo "$as_me:25483: 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
+-
+ echo "$as_me:25496: checking if it's safe to enable UTMP" >&5
+ echo $ECHO_N "checking if it's safe to enable UTMP... $ECHO_C" >&6
+
+@@ -26368,7 +26317,24 @@ if { (eval echo "$as_me:26358: \"$ac_lin
(exit $ac_status); }; }; then
ac_cv_have_dpms="-lXdpms"
@@ -28,7 +86,7 @@ $NetBSD: patch-aa,v 1.2 2002/08/25 19:23:36 jlam Exp $
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-@@ -28793,6 +28810,7 @@
+@@ -29555,6 +29521,7 @@ echo $ECHO_N "checking if ksysguardd can
case "$host" in
*-*-linux*) ksysguardd_compile=yes; UNAME='Linux' ;;
*-*-freebsd*) ksysguardd_compile=yes; UNAME='FreeBSD' ;;