summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/kdepim3/distinfo3
-rw-r--r--misc/kdepim3/patches/patch-ai62
-rw-r--r--misc/kdeutils3/distinfo3
-rw-r--r--misc/kdeutils3/patches/patch-ao62
-rw-r--r--net/kdenetwork3/distinfo3
-rw-r--r--net/kdenetwork3/patches/patch-aa62
6 files changed, 192 insertions, 3 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`
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
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