Extend the BROWSER list.

This commit is contained in:
ajacoutot 2011-03-28 07:12:05 +00:00
parent 581f58d272
commit 625eda38b0
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/11/06 08:03:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2011/03/28 07:12:05 ajacoutot Exp $
# XXX Are we affected by CVE-2008-0386? Our sed(1) does not behave as
# the GNU version.
@ -8,7 +8,7 @@ COMMENT= utilities to assist desktop integration tasks
DISTNAME= xdg-utils-1.0.2
CATEGORIES= devel
REVISION= 9
REVISION= 10
HOMEPAGE= http://portland.freedesktop.org/wiki/

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-scripts_xdg-open,v 1.4 2010/05/28 12:41:26 ajacoutot Exp $
$OpenBSD: patch-scripts_xdg-open,v 1.5 2011/03/28 07:12:05 ajacoutot Exp $
--- scripts/xdg-open.orig Sun Jun 24 21:58:01 2007
+++ scripts/xdg-open Sun Aug 16 01:11:30 2009
+++ scripts/xdg-open Mon Mar 28 08:58:36 2011
@@ -364,7 +364,9 @@ open_generic()
for browser in $BROWSER; do
if [ x"$browser" != x"" ]; then
@ -31,7 +31,7 @@ $OpenBSD: patch-scripts_xdg-open,v 1.4 2010/05/28 12:41:26 ajacoutot Exp $
# if BROWSER variable is not set, check some well known browsers instead
if [ x"$BROWSER" = x"" ]; then
- BROWSER=firefox:mozilla:netscape
+ BROWSER=firefox:seamonkey:epiphany:opera:mozilla:netscape
+ BROWSER=firefox:chrome:midori:xxxterm:seamonkey:epiphany:opera:dillo:conkeror:kazehakase:konqueror:firefox36:firefox35
fi
DE=generic
fi