summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-25 21:12:53 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-25 21:12:53 +0000
commit0de16d6b95c5ceff6a922cb078c88d73b6879181 (patch)
tree6b129d6a3814fb2a843bf924fe512d1d9e52f05b /x11-wm
parentFix conflict if the gtk-doc port is installed. (diff)
Allow sawfsh to restore saved settings between sessions. Bump PORTREVISION.
Special thanks to: Franz Klammer <klammer@webonaut.com> for tracking this down Tested by: Franz Klammer <klammer@webonaut.com> Obtained from: sawfish2 CVS
Notes
Notes: svn path=/head/; revision=60003
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/sawfish2/Makefile1
-rw-r--r--x11-wm/sawfish2/files/patch-lisp_sawfish_wm_gnome_integration.jl29
2 files changed, 30 insertions, 0 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile
index 98ded3bc5c7b..f47136af27d9 100644
--- a/x11-wm/sawfish2/Makefile
+++ b/x11-wm/sawfish2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sawfish2
PORTVERSION= 2002.05.02
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5
diff --git a/x11-wm/sawfish2/files/patch-lisp_sawfish_wm_gnome_integration.jl b/x11-wm/sawfish2/files/patch-lisp_sawfish_wm_gnome_integration.jl
new file mode 100644
index 000000000000..0341e02592b4
--- /dev/null
+++ b/x11-wm/sawfish2/files/patch-lisp_sawfish_wm_gnome_integration.jl
@@ -0,0 +1,29 @@
+--- lisp/sawfish/wm/gnome/integration.jl.orig Sat May 25 15:55:29 2002
++++ lisp/sawfish/wm/gnome/integration.jl Sat May 25 15:55:31 2002
+@@ -19,8 +19,6 @@
+ ;; along with sawmill; see the file COPYING. If not, write to
+ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+
+-(eval-when-compile (require 'sawfish.wm.commands.xterm))
+-
+ (define-structure sawfish.wm.gnome.integration ()
+
+ (open rep
+@@ -28,7 +26,8 @@
+ sawfish.wm.gnome.menus
+ sawfish.wm.menus
+ sawfish.wm.custom
+- sawfish.wm.commands.help)
++ sawfish.wm.commands.help
++ sawfish.wm.commands.xterm)
+
+ (define-structure-alias gnome-int sawfish.wm.gnome.integration)
+
+@@ -46,6 +45,7 @@
+ (put 'gnome-use-capplet 'custom-obsolete t)
+
+ ;; invoke the GNOME terminal instead of xterm
++ (eval-when-compile (require 'sawfish.wm.commands.xterm))
+ (unless (variable-customized-p 'xterm-program)
+ (setq xterm-program "gnome-terminal"))
+