summaryrefslogtreecommitdiff
path: root/wm/sawfish/patches
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-12 02:03:46 +0000
committerwiz <wiz>2000-12-12 02:03:46 +0000
commitd1cfd61b2dbd018498de837178e68416bbc3a46a (patch)
tree0386b8c653f44899ccf3b63ba89ad7c5638f4887 /wm/sawfish/patches
parentbba4c506a905e25c06a3e9c3f4d6e98019fe5905 (diff)
downloadpkgsrc-d1cfd61b2dbd018498de837178e68416bbc3a46a.tar.gz
Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
Diffstat (limited to 'wm/sawfish/patches')
-rw-r--r--wm/sawfish/patches/patch-aa13
-rw-r--r--wm/sawfish/patches/patch-ab46
-rw-r--r--wm/sawfish/patches/patch-ac12
3 files changed, 71 insertions, 0 deletions
diff --git a/wm/sawfish/patches/patch-aa b/wm/sawfish/patches/patch-aa
new file mode 100644
index 00000000000..c43f8e3db09
--- /dev/null
+++ b/wm/sawfish/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- configure.orig Thu Oct 19 17:48:32 2000
++++ configure
+@@ -657,7 +657,7 @@
+
+ sawfishdir='${datadir}/sawfish'
+ lispdir='${sawfishdir}/${version}/lisp'
+-localedir='${sawfishdir}/${version}/locale'
++localedir='${prefix}/${LOCALEBASE}/locale'
+ sawfishexecdir='${libexecdir}/sawfish/${version}/${host_type}'
+
+ # Extract the first word of "gcc", so it can be a program name with args.
diff --git a/wm/sawfish/patches/patch-ab b/wm/sawfish/patches/patch-ab
new file mode 100644
index 00000000000..4b0ef3354e3
--- /dev/null
+++ b/wm/sawfish/patches/patch-ab
@@ -0,0 +1,46 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- src/Makefile.in.orig Fri Sep 1 18:45:15 2000
++++ src/Makefile.in
+@@ -19,6 +19,9 @@
+ # along with sawmill; see the file COPYING. If not, write to
+ # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+
++# Don't build client.la by default from this Makefile. client.la is
++# packaged by x11/sawfish-replibs.
++
+ include ../Makedefs
+
+ top_builddir=..
+@@ -32,7 +35,7 @@
+ OBJS := $(SRCS:.c=.o)
+
+ DL_SRCS := gradient.c flippers.c x.c selection.c play-sample.c
+-DL_OBJS := $(DL_SRCS:%.c=%.la) client.la
++DL_OBJS := $(DL_SRCS:%.c=%.la)
+ DL_DSTS = sawfish/wm/util/gradient.la sawfish/wm/util/flippers.la \
+ sawfish/wm/util/x.la sawfish/wm/util/selection.la \
+ sawfish/wm/util/play-sample.la
+@@ -71,6 +74,8 @@
+ $(rep_LIBTOOL) --mode=install $(INSTALL_PROGRAM) \
+ $(notdir $(x)) $(DESTDIR)$(sawfishexecdir)/$(dir $(x));)
+ $(rep_INSTALL_ALIASES) -c . $(DESTDIR)$(sawfishexecdir)
++
++install-client-la : client.la
+ $(rep_LIBTOOL) --mode=install $(INSTALL_PROGRAM) client.la $(DESTDIR)$(repexecdir)/sawfish/
+
+ uninstall :
+@@ -82,10 +87,12 @@
+ for dl in $(DL_DSTS); do \
+ $(rep_LIBTOOL) rm $(DESTDIR)${sawfishexecdir}/$$dl; \
+ done
++
++uninstall-client-la :
+ $(rep_DL_UNINSTALL) $(DESTDIR)$(repexecdir)/sawfish/client.la
+
+ installdirs : mkinstalldirs
+- $(SHELL) $< $(DESTDIR)$(bindir) $(DESTDIR)$(repexecdir)/sawfish \
++ $(SHELL) $< $(DESTDIR)$(bindir) \
+ $(foreach x,$(DL_DIRS),$(DESTDIR)$(sawfishexecdir)/$(x))
+
+ .libexec :
diff --git a/wm/sawfish/patches/patch-ac b/wm/sawfish/patches/patch-ac
new file mode 100644
index 00000000000..574bc51f8dc
--- /dev/null
+++ b/wm/sawfish/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- src/fake-libexec.orig Thu Sep 28 08:31:04 2000
++++ src/fake-libexec
+@@ -6,7 +6,6 @@
+ libexecdir="./.libexec"
+
+ libs="\
+- sawfish.client\
+ sawfish.wm.util.flippers\
+ sawfish.wm.util.gradient\
+ sawfish.wm.util.play-sample\