summaryrefslogtreecommitdiff
path: root/wm/sawfish/patches/patch-ab
diff options
context:
space:
mode:
authortnn <tnn>2007-05-09 10:09:45 +0000
committertnn <tnn>2007-05-09 10:09:45 +0000
commit81b2ee5b5b1d5c720e608a784a663f1a890503dc (patch)
treeff420f6d078e45cf6848f51382a4c58d1e2af846 /wm/sawfish/patches/patch-ab
parent80c7cf39d05b20923e1dceb701442e2f1c547dd7 (diff)
downloadpkgsrc-81b2ee5b5b1d5c720e608a784a663f1a890503dc.tar.gz
Update to sawfish-1.3. A detailed ChangeLog is not available, but the
major change is that sawfish now uses gtk2 to display it's menus, and the GNOME 1.x dependency is dropped.
Diffstat (limited to 'wm/sawfish/patches/patch-ab')
-rw-r--r--wm/sawfish/patches/patch-ab53
1 files changed, 10 insertions, 43 deletions
diff --git a/wm/sawfish/patches/patch-ab b/wm/sawfish/patches/patch-ab
index 4b0ef3354e3..149d9912fdb 100644
--- a/wm/sawfish/patches/patch-ab
+++ b/wm/sawfish/patches/patch-ab
@@ -1,46 +1,13 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2007/05/09 10:09:45 tnn 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.
+--- Makedefs.in.orig 2003-01-12 21:30:40.000000000 +0100
++++ Makedefs.in
+@@ -98,7 +98,7 @@ REP_MSGFMT=@REP_MSGFMT@
-+# Don't build client.la by default from this Makefile. client.la is
-+# packaged by x11/sawfish-replibs.
-+
- include ../Makedefs
+ # used when compiling/running lisp code
+ REP_ENVIRON=REP_DL_LOAD_PATH=$(top_builddir)/src/.libexec \
+- REP_GTK_DONT_INITIALIZE=1
++ REP_GTK_DONT_INITIALIZE=1 $(REP_ENV_PKGSRC)
- 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 :
+ %.mo : %.po
+ $(REP_MSGFMT) $(MSGFMTFLAGS) -o $@ $<