summaryrefslogtreecommitdiff
path: root/misc/kdeutils/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-03-21 01:53:16 +0000
committertron <tron@pkgsrc.org>1998-03-21 01:53:16 +0000
commit3f8bbc32b913f608b810054b683f6dcdd0229878 (patch)
tree09ca5dd5112c7cf4ed9b62da26ae8a752457b0d6 /misc/kdeutils/patches
parenta7db350f2cc0851f086bf637fc501ba80ba154f1 (diff)
downloadpkgsrc-3f8bbc32b913f608b810054b683f6dcdd0229878.tar.gz
Update to KDE Beta 3 'Huesten'.
Diffstat (limited to 'misc/kdeutils/patches')
-rw-r--r--misc/kdeutils/patches/patch-aa52
-rw-r--r--misc/kdeutils/patches/patch-ab83
-rw-r--r--misc/kdeutils/patches/patch-ac16
-rw-r--r--misc/kdeutils/patches/patch-ad12
4 files changed, 11 insertions, 152 deletions
diff --git a/misc/kdeutils/patches/patch-aa b/misc/kdeutils/patches/patch-aa
index 7c5da082d7d..2661f0b4cb3 100644
--- a/misc/kdeutils/patches/patch-aa
+++ b/misc/kdeutils/patches/patch-aa
@@ -1,41 +1,11 @@
-*** configure~ Sun Nov 23 01:07:57 1997
---- configure Fri Nov 28 00:46:14 1997
-***************
-*** 722,726 ****
-
-
-! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
-
-
---- 722,726 ----
-
-
-! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
-
-
-***************
-*** 1664,1668 ****
-
- # Always use our own libtool.
-! LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
-
---- 1664,1668 ----
-
- # Always use our own libtool.
-! LIBTOOL='$(top_builddir)/libtool'
-
-
-***************
-*** 2049,2053 ****
- do
- for ac_extension in a so sl; do
-! if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
- ac_x_libraries=$ac_dir
- break 2
---- 2049,2053 ----
- do
- for ac_extension in a so sl; do
-! if test -r $ac_dir/lib${x_direct_test_library}.*$ac_extension; then
- ac_x_libraries=$ac_dir
- break 2
+--- configure.orig Sat Jan 31 01:53:34 1998
++++ configure Thu Mar 19 23:21:34 1998
+@@ -1664,7 +1664,7 @@
+
+
+ # Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++LIBTOOL='$(top_builddir)/libtool'
+
+
+ libtool_enable_shared=no
diff --git a/misc/kdeutils/patches/patch-ab b/misc/kdeutils/patches/patch-ab
deleted file mode 100644
index 5806f89ca7d..00000000000
--- a/misc/kdeutils/patches/patch-ab
+++ /dev/null
@@ -1,83 +0,0 @@
---- karm/Makefile.in.orig Thu Dec 18 17:29:26 1997
-+++ karm/Makefile.in Thu Dec 18 17:30:49 1997
-@@ -1,5 +1,7 @@
- # This file was autogenerated by kmake 0.2.
-
-+SHELL=/bin/sh
-+
- # this variables are needed for rpath support
- kde_libraries = @kde_libraries@
- qt_libraries = @qt_libraries@
-@@ -16,7 +18,7 @@
- install = @INSTALL@
- INSTALL = $(install) -m 0755
- INSTALL_DATA = $(install) -m 0644
--INSTALL_DIR = $(install) -d -m 0755
-+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
- INSTALL_DIR_PRIVATE = $(install) -d -m 0700
-
- prefix = @prefix@
---- kcalc/Makefile.in.orig Thu Dec 18 17:29:26 1997
-+++ kcalc/Makefile.in Thu Dec 18 17:31:50 1997
-@@ -2,6 +2,8 @@
- # Makefile for kcalc
- #
-
-+SHELL=/bin/sh
-+
- # this variables are needed for rpath support
- kde_libraries = @kde_libraries@
- qt_libraries = @qt_libraries@
-@@ -36,7 +38,7 @@
-
- INSTALL = @INSTALL@ -m 0755
- INSTALL_DATA = @INSTALL@ -m 0644
--INSTALL_DIR = @INSTALL@ -d -m 0755
-+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
-
- prefix = @prefix@
- BINDIR = $(prefix)/bin
---- kjots/Makefile.in.orig Thu Dec 18 17:29:26 1997
-+++ kjots/Makefile.in Thu Dec 18 17:32:42 1997
-@@ -1,3 +1,4 @@
-+SHELL=/bin/sh
-
- # this variables are needed for rpath support
- kde_libraries = @kde_libraries@
-@@ -17,7 +18,7 @@
- INSTALL = $(install) -m 0755
- INSTALL_SHELL = $(install) -m 0755
- INSTALL_DATA = $(install) -m 0644
--INSTALL_DIR = $(install) -d -m 0755
-+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
- INSTALL_DIR_PRIVATE = $(install) -d -m 0700
-
- prefix = @prefix@
---- kedit/docs/Makefile.in.orig Thu Dec 18 17:29:26 1997
-+++ kedit/docs/Makefile.in Thu Dec 18 17:33:40 1997
-@@ -1,9 +1,11 @@
-+SHELL=/bin/sh
-+
- prefix = @prefix@
-
- FILES = index.html index-1.html index-2.html index-3.html index-4.html index-5.html
-
- DOCDIR = $(prefix)/share/doc/HTML/en/kedit
--INSTALL_DIR = @INSTALL@ -d -m 0755
-+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
- INSTALL_DATA = @INSTALL@ -m 644
-
- all:
---- kjots/icons/Makefile.in.orig Thu Dec 18 17:29:26 1997
-+++ kjots/icons/Makefile.in Thu Dec 18 17:33:59 1997
-@@ -1,7 +1,9 @@
-+SHELL=/bin/sh
-+
- prefix = @prefix@
-
- INSTALL_DATA = @INSTALL@ -m 0644
--INSTALL_DIR = @INSTALL@ -d -m 0755
-+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
- PICS = OpenBook.xpm filedel.xpm
- ICONDIR= $(prefix)/share/icons
- DESTDIR = $(prefix)/share/apps/kjots/toolbar
diff --git a/misc/kdeutils/patches/patch-ac b/misc/kdeutils/patches/patch-ac
deleted file mode 100644
index 018cc8dca0d..00000000000
--- a/misc/kdeutils/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
---- kedit/Makefile.in.orig Sun Nov 16 01:06:47 1997
-+++ kedit/Makefile.in Mon Dec 29 04:34:05 1997
-@@ -7,4 +7,6 @@
- #
-
-+SHELL=/bin/sh
-+
- # this variables are needed for rpath support
- kde_libraries = @kde_libraries@
-@@ -24,5 +26,5 @@
- INSTALL = @INSTALL@ -m 0755
- INSTALL_DATA = @INSTALL@ -m 0644
--INSTALL_DIR = @INSTALL@ -d -m 0755
-+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
-
- prefix = @prefix@
diff --git a/misc/kdeutils/patches/patch-ad b/misc/kdeutils/patches/patch-ad
deleted file mode 100644
index 59cc1887f5c..00000000000
--- a/misc/kdeutils/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
---- knotes/Makefile.in.orig Sun Nov 23 13:12:10 1997
-+++ knotes/Makefile.in Mon Dec 29 04:34:05 1997
-@@ -2,2 +2,4 @@
-
-+SHELL=/bin/sh
-+
- # this variables are needed for rpath support
-@@ -20,3 +22,3 @@
- INSTALL_DATA = $(install) -m 0644
--INSTALL_DIR = $(install) -d -m 0755
-+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
-