summaryrefslogtreecommitdiff
path: root/wm/afterstep
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-01-25 18:55:07 +0000
committerfredb <fredb@pkgsrc.org>2001-01-25 18:55:07 +0000
commitccee4c25aa117f1bcb5794bdfb05ba3b63dcb77e (patch)
tree8b5f56ec27c197e8fbd3f678639a5fc21c694a31 /wm/afterstep
parentaa13832479902f457d1ed797993e53aeeee3e554 (diff)
downloadpkgsrc-ccee4c25aa117f1bcb5794bdfb05ba3b63dcb77e.tar.gz
Don't let afterstepdoc call netscape with "-remote <url>", since packaged
netscape is now really ns-open.
Diffstat (limited to 'wm/afterstep')
-rw-r--r--wm/afterstep/files/patch-sum4
-rw-r--r--wm/afterstep/patches/patch-aa16
2 files changed, 11 insertions, 9 deletions
diff --git a/wm/afterstep/files/patch-sum b/wm/afterstep/files/patch-sum
index 5c36a94783c..ef875e7f409 100644
--- a/wm/afterstep/files/patch-sum
+++ b/wm/afterstep/files/patch-sum
@@ -1,6 +1,6 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/12/12 02:03:46 wiz Exp $
+$NetBSD: patch-sum,v 1.2 2001/01/25 18:55:08 fredb Exp $
-MD5 (patch-aa) = 2bc06ffa76f29ad62d02cacce903d834
+MD5 (patch-aa) = fb096cf9211373cb607cc508cbafbb1b
MD5 (patch-ab) = ac5e74e6c2c58222e53031f1ca28e1ea
MD5 (patch-ac) = 074562ffc62dc230df1ac0ec96ae9bea
MD5 (patch-ad) = f367e9473288792af59c6ffead689f4e
diff --git a/wm/afterstep/patches/patch-aa b/wm/afterstep/patches/patch-aa
index 287726ac5f9..646f0fae3f6 100644
--- a/wm/afterstep/patches/patch-aa
+++ b/wm/afterstep/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:46 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2001/01/25 18:55:07 fredb Exp $
---- doc/afterstepdoc.in.orig Tue Nov 10 10:51:01 1998
-+++ doc/afterstepdoc.in Tue Dec 29 00:20:54 1998
-@@ -9,9 +9,8 @@
+--- doc/afterstepdoc.in.orig Mon Jan 10 19:37:03 2000
++++ doc/afterstepdoc.in Thu Jan 25 12:49:48 2001
+@@ -9,18 +9,15 @@
# First try standard path, then local, then other possible paths
#
@@ -12,9 +12,11 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:46 wiz Exp $
+for netscape in @bindir@/netscape @bindir@/mozilla \
+ /usr/local/bin/netscape /usr/local/netscape/bin/netscape ; do
if [ -x $netscape ] ; then
- $netscape -remote \
- openurl\(file:///@datadir@/afterstep/doc/afterstep.html\) 2>/dev/null \
-@@ -20,7 +19,7 @@
+- $netscape -remote \
+- openurl\(file:///@datadir@/afterstep/doc/afterstep.html\) 2>/dev/null \
+- || $netscape @datadir@/afterstep/doc/afterstep.html &
++ $netscape @datadir@/afterstep/doc/afterstep.html &
+ exit
fi
done