summaryrefslogtreecommitdiff
path: root/misc/kdeutils/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-12-29 03:31:44 +0000
committerhubertf <hubertf@pkgsrc.org>1997-12-29 03:31:44 +0000
commit3a345c9148f5221f277c5b4523519edd0d17fb66 (patch)
treea74cd95926343f66e5bfc0565b5d4c4084022405 /misc/kdeutils/patches
parent466e0fb947463f26effc281d1b481e67e6f46801 (diff)
downloadpkgsrc-3a345c9148f5221f277c5b4523519edd0d17fb66.tar.gz
Update for NetBSD, by boquist@cs.chalmers.se.
Diffstat (limited to 'misc/kdeutils/patches')
-rw-r--r--misc/kdeutils/patches/patch-a015
-rw-r--r--misc/kdeutils/patches/patch-ab122
2 files changed, 122 insertions, 15 deletions
diff --git a/misc/kdeutils/patches/patch-a0 b/misc/kdeutils/patches/patch-a0
deleted file mode 100644
index 8e561d0eb86..00000000000
--- a/misc/kdeutils/patches/patch-a0
+++ /dev/null
@@ -1,15 +0,0 @@
-*** ltconfig~ Fri Oct 10 01:06:48 1997
---- ltconfig Sat Nov 1 23:02:29 1997
-***************
-*** 982,986 ****
- freebsd2* | freebsd3*)
- version_type=sunos
-! library_names_spec='$libname.so.$versuffix $libname.so'
- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
- shlibpath_var=LD_LIBRARY_PATH
---- 982,986 ----
- freebsd2* | freebsd3*)
- version_type=sunos
-! library_names_spec='$libname.so.$versuffix'
- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
- shlibpath_var=LD_LIBRARY_PATH
diff --git a/misc/kdeutils/patches/patch-ab b/misc/kdeutils/patches/patch-ab
new file mode 100644
index 00000000000..8c675c9e9f8
--- /dev/null
+++ b/misc/kdeutils/patches/patch-ab
@@ -0,0 +1,122 @@
+--- 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
+--- 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 @@
++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@
+--- 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 @@
++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