summaryrefslogtreecommitdiff
path: root/x11/windowmaker/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-01-16 12:35:43 +0000
committertron <tron@pkgsrc.org>1999-01-16 12:35:43 +0000
commited64bb0a49c6442774552a506b443c28b5dccca5 (patch)
treefb1e5483fdfb125e431d81b71ce6da00a90dce9e /x11/windowmaker/patches
parent072c4c594db7521dd6072abaaa6879c3ab3d82d4 (diff)
downloadpkgsrc-ed64bb0a49c6442774552a506b443c28b5dccca5.tar.gz
Update for "windowmaker" package to version 0.50.2 supplied by
Johnny C. Lam in PR pkg/6815.
Diffstat (limited to 'x11/windowmaker/patches')
-rw-r--r--x11/windowmaker/patches/patch-aa10
-rw-r--r--x11/windowmaker/patches/patch-ab15
-rw-r--r--x11/windowmaker/patches/patch-ac14
-rw-r--r--x11/windowmaker/patches/patch-ad13
-rw-r--r--x11/windowmaker/patches/patch-ae13
5 files changed, 60 insertions, 5 deletions
diff --git a/x11/windowmaker/patches/patch-aa b/x11/windowmaker/patches/patch-aa
index 261182520b2..26f01201e4b 100644
--- a/x11/windowmaker/patches/patch-aa
+++ b/x11/windowmaker/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.3 1998/11/26 19:21:32 tron Exp $
+$NetBSD: patch-aa,v 1.4 1999/01/16 12:35:44 tron Exp $
---- doc/Makefile.in.orig Fri Oct 23 08:03:58 1998
-+++ doc/Makefile.in Mon Nov 23 17:55:34 1998
-@@ -137,7 +137,7 @@
+--- doc/Makefile.in.orig Sat Jan 9 20:55:55 1999
++++ doc/Makefile.in Mon Jan 11 09:44:13 1999
+@@ -142,7 +142,7 @@
for i in $$list; do \
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
else file=$$i; fi; \
- ext=`echo $$i | sed -e 's/^.*\\.//'`; \
-+ ext=`echo $$i | sed -e 's/^.*\\.//' | sed -e 's/[a-z]*$$//'`; \
++ ext=`echo $$i | sed -e 's/^.*\\.//' -e 's/[a-z]*$$//'`; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
diff --git a/x11/windowmaker/patches/patch-ab b/x11/windowmaker/patches/patch-ab
new file mode 100644
index 00000000000..c7406f5120e
--- /dev/null
+++ b/x11/windowmaker/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.5 1999/01/16 12:38:09 tron Exp $
+
+--- configure.orig Sat Jan 9 20:55:54 1999
++++ configure Mon Jan 11 22:15:49 1999
+@@ -1240,8 +1240,8 @@
+ echo "$ac_t""no" 1>&6
+ fi
+
+-# Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++# Use NetBSD's pkglibtool.
++#LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+ # Check for any special flags to pass to ltconfig.
+ libtool_flags=
diff --git a/x11/windowmaker/patches/patch-ac b/x11/windowmaker/patches/patch-ac
new file mode 100644
index 00000000000..1dbd88d2dfd
--- /dev/null
+++ b/x11/windowmaker/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.3 1999/01/16 12:38:09 tron Exp $
+
+--- libPropList/configure.orig Sat Jan 9 20:55:55 1999
++++ libPropList/configure Mon Jan 11 22:43:46 1999
+@@ -1196,8 +1196,7 @@
+ echo "$ac_t""no" 1>&6
+ fi
+
+-# Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++# Use LIBTOOL passed from environment.
+
+ # Check for any special flags to pass to ltconfig.
+ libtool_flags=
diff --git a/x11/windowmaker/patches/patch-ad b/x11/windowmaker/patches/patch-ad
new file mode 100644
index 00000000000..4d381348bc5
--- /dev/null
+++ b/x11/windowmaker/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.3 1999/01/16 12:38:10 tron Exp $
+
+--- WPrefs.app/po/Makefile.in.orig Fri Jan 15 07:08:16 1999
++++ WPrefs.app/po/Makefile.in Fri Jan 15 09:13:25 1999
+@@ -235,7 +235,7 @@
+ $(mkinstalldirs) $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \
+ chmod 755 $(DESTDIR)$(nlsdir)/$$l; \
+ chmod 755 $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \
+- $(INSTALL) -m 644 $$n $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES/WPrefs.mo; \
++ $(INSTALL_DATA) $$n $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES/WPrefs.mo; \
+ fi; \
+ done
+
diff --git a/x11/windowmaker/patches/patch-ae b/x11/windowmaker/patches/patch-ae
new file mode 100644
index 00000000000..2c051bc803a
--- /dev/null
+++ b/x11/windowmaker/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.3 1999/01/16 12:38:10 tron Exp $
+
+--- po/Makefile.in.orig Tue Jan 12 07:48:53 1999
++++ po/Makefile.in Fri Jan 15 09:12:40 1999
+@@ -243,7 +243,7 @@
+ $(mkinstalldirs) $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \
+ chmod 755 $(DESTDIR)$(nlsdir)/$$l; \
+ chmod 755 $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \
+- $(INSTALL) -m 644 $$n $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES/WindowMaker.mo; \
++ $(INSTALL_DATA) $$n $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES/WindowMaker.mo; \
+ fi; \
+ done
+