summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-12-29 03:42:28 +0000
committerhubertf <hubertf>1997-12-29 03:42:28 +0000
commitc1c0258239b1a21c4992f96cbfd0612a87546493 (patch)
tree82528200071dab8bac1f7e978adc5b4f3d1e2a7b /misc
parentfbb356eaca0c2474edbbc124ae6611759cbc2ba8 (diff)
downloadpkgsrc-c1c0258239b1a21c4992f96cbfd0612a87546493.tar.gz
RCS IDs in patches are *evil*
Diffstat (limited to 'misc')
-rw-r--r--misc/kdeutils/patches/patch-ab39
-rw-r--r--misc/kdeutils/patches/patch-ac16
-rw-r--r--misc/kdeutils/patches/patch-ad12
3 files changed, 28 insertions, 39 deletions
diff --git a/misc/kdeutils/patches/patch-ab b/misc/kdeutils/patches/patch-ab
index 8c675c9e9f8..5806f89ca7d 100644
--- a/misc/kdeutils/patches/patch-ab
+++ b/misc/kdeutils/patches/patch-ab
@@ -37,26 +37,6 @@
prefix = @prefix@
BINDIR = $(prefix)/bin
---- kedit/Makefile.in.orig Thu Dec 18 17:29:26 1997
-+++ kedit/Makefile.in Thu Dec 18 17:32:11 1997
-@@ -6,6 +6,8 @@
- # $Id: patch-ab,v 1.1 1997/12/29 03:31:47 hubertf Exp $
- #
-
-+SHELL=/bin/sh
-+
- # this variables are needed for rpath support
- kde_libraries = @kde_libraries@
- qt_libraries = @qt_libraries@
-@@ -23,7 +25,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 @@
@@ -73,25 +53,6 @@
INSTALL_DIR_PRIVATE = $(install) -d -m 0700
prefix = @prefix@
---- knotes/Makefile.in.orig Thu Dec 18 17:29:26 1997
-+++ knotes/Makefile.in Thu Dec 18 17:33:11 1997
-@@ -1,5 +1,7 @@
- # $Id: patch-ab,v 1.1 1997/12/29 03:31:47 hubertf Exp $
-
-+SHELL=/bin/sh
-+
- # this variables are needed for rpath support
- kde_libraries = @kde_libraries@
- qt_libraries = @qt_libraries@
-@@ -18,7 +20,7 @@
- install = @INSTALL@
- INSTALL = $(install) -m 0755
- INSTALL_DATA = $(install) -m 0644
--INSTALL_DIR = $(install) -d -m 0755
-+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
-
- ###################################################################
-
--- 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 @@
diff --git a/misc/kdeutils/patches/patch-ac b/misc/kdeutils/patches/patch-ac
new file mode 100644
index 00000000000..018cc8dca0d
--- /dev/null
+++ b/misc/kdeutils/patches/patch-ac
@@ -0,0 +1,16 @@
+--- 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
new file mode 100644
index 00000000000..59cc1887f5c
--- /dev/null
+++ b/misc/kdeutils/patches/patch-ad
@@ -0,0 +1,12 @@
+--- 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
+