diff options
Diffstat (limited to 'net/kdenetwork2/patches')
-rw-r--r-- | net/kdenetwork2/patches/patch-aa | 38 | ||||
-rw-r--r-- | net/kdenetwork2/patches/patch-ab | 16 | ||||
-rw-r--r-- | net/kdenetwork2/patches/patch-ac | 12 | ||||
-rw-r--r-- | net/kdenetwork2/patches/patch-ad | 13 |
4 files changed, 27 insertions, 52 deletions
diff --git a/net/kdenetwork2/patches/patch-aa b/net/kdenetwork2/patches/patch-aa deleted file mode 100644 index 95815713e81..00000000000 --- a/net/kdenetwork2/patches/patch-aa +++ /dev/null @@ -1,38 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/03/14 16:07:30 skrll Exp $ - ---- kppp/devices.h.orig Wed Dec 13 18:25:52 2000 -+++ kppp/devices.h -@@ -9,6 +9,23 @@ - "/dev/cuaa1", - "/dev/cuaa2", - "/dev/cuaa3", -+#elif defined(__NetBSD__) -+ "/dev/tty00", /* "normal" modem lines */ -+ "/dev/tty01", -+ "/dev/tty02", -+ "/dev/tty03", -+ "/dev/dty00", /* Dial out devices */ -+ "/dev/dty01", -+ "/dev/dty02", -+ "/dev/dty03", -+ "/dev/ttyU0", /* USB stuff modems */ -+ "/dev/ttyU1", -+ "/dev/ttyU2", -+ "/dev/ttyU3", -+ "/dev/dtyU0", /* USB stuff, too (dial out device) */ -+ "/dev/dtyU1", -+ "/dev/dtyU2", -+ "/dev/dtyU3", - #elif defined (__linux__) - "/dev/modem", - // Linux from 2.1.x on discourages from using this devices -@@ -41,3 +58,9 @@ - const int DEV_DEFAULT = 0; - - #endif -+ -+ -+ -+ -+ -+ diff --git a/net/kdenetwork2/patches/patch-ab b/net/kdenetwork2/patches/patch-ab index 833cc59e821..193fe24382f 100644 --- a/net/kdenetwork2/patches/patch-ab +++ b/net/kdenetwork2/patches/patch-ab @@ -1,15 +1,15 @@ -$NetBSD: patch-ab,v 1.1 2001/03/24 18:33:56 skrll Exp $ +$NetBSD: patch-ab,v 1.2 2001/10/15 22:46:16 skrll Exp $ ---- configure.orig Wed Feb 21 11:02:49 2001 +--- configure.orig Mon Sep 10 07:18:09 2001 +++ configure -@@ -8026,14 +8026,14 @@ +@@ -8149,14 +8149,14 @@ -echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 --echo "configure:8031: checking for pthread_create in -lpthread" >&5 +-echo "configure:8154: checking for pthread_create in -lpthread" >&5 +echo $ac_n "checking for pthread_create in -lPTL""... $ac_c" 1>&6 -+echo "configure:8031: checking for pthread_create in -lPTL" >&5 ++echo "configure:8154: checking for pthread_create in -lPTL" >&5 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -18,9 +18,9 @@ $NetBSD: patch-ab,v 1.1 2001/03/24 18:33:56 skrll Exp $ -LIBS="-lpthread $LIBS" +LIBS="-lPTL $LIBS" cat > conftest.$ac_ext <<EOF - #line 8039 "configure" + #line 8162 "configure" #include "confdefs.h" -@@ -8064,7 +8064,7 @@ +@@ -8187,7 +8187,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -29,7 +29,7 @@ $NetBSD: patch-ab,v 1.1 2001/03/24 18:33:56 skrll Exp $ else echo "$ac_t""no" 1>&6 fi -@@ -8253,6 +8253,11 @@ +@@ -8374,6 +8374,11 @@ freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" echo "Setting FreeBSD pthread compilation options" diff --git a/net/kdenetwork2/patches/patch-ac b/net/kdenetwork2/patches/patch-ac index f289353e9cd..52cfcf0ca7e 100644 --- a/net/kdenetwork2/patches/patch-ac +++ b/net/kdenetwork2/patches/patch-ac @@ -1,15 +1,15 @@ -$NetBSD: patch-ac,v 1.1 2001/03/24 18:33:56 skrll Exp $ +$NetBSD: patch-ac,v 1.2 2001/10/15 22:46:16 skrll Exp $ ---- knode/Makefile.in.orig Wed Feb 21 11:01:34 2001 +--- knode/Makefile.in.orig Mon Sep 10 07:18:04 2001 +++ knode/Makefile.in -@@ -203,8 +203,8 @@ +@@ -213,8 +213,8 @@ x_includes = @x_includes@ x_libraries = @x_libraries@ -KDE_CXXFLAGS = $(USE_THREADS) --INCLUDES = $(all_includes) -+KDE_CXXFLAGS = -+INCLUDES = $(USE_THREADS) $(all_includes) +-INCLUDES = -I$(top_srcdir)/libkdenetwork $(all_includes) ++KDE_CXXFLAGS = ++INCLUDES = $(USE_THREADS) -I$(top_srcdir)/libkdenetwork $(all_includes) SUBDIRS = pics filters bin_PROGRAMS = knode diff --git a/net/kdenetwork2/patches/patch-ad b/net/kdenetwork2/patches/patch-ad new file mode 100644 index 00000000000..e27a6a7d659 --- /dev/null +++ b/net/kdenetwork2/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2001/10/15 22:46:16 skrll Exp $ + +--- kdict/Makefile.in.orig Mon Sep 10 07:17:55 2001 ++++ kdict/Makefile.in +@@ -213,7 +213,7 @@ + x_includes = @x_includes@ + x_libraries = @x_libraries@ + +-KDE_CXXFLAGS = $(USE_THREADS) ++KDE_CXXFLAGS = + + # this has all of the subdirectories that make will recurse into. if + # there are none, comment this out |