openbsd-ports/devel/xdg-utils/patches/patch-scripts_xdg-email

22 lines
686 B
Plaintext
Raw Normal View History

$OpenBSD: patch-scripts_xdg-email,v 1.5 2012/04/09 09:39:15 ajacoutot Exp $
--- scripts/xdg-email.orig Sat Jan 1 11:03:14 2011
+++ scripts/xdg-email Mon Apr 9 10:57:05 2012
@@ -562,7 +562,7 @@ result=$(echo "$1" | $utf8 | awk '
options=
mailto=
-utf8="iconv -t utf8"
+utf8="iconv -t UTF-8"
while [ $# -gt 0 ] ; do
parm="$1"
shift
@@ -699,7 +699,7 @@ fi
if [ x"$BROWSER" = x"" ]; then
BROWSER=links2:links:lynx:w3m
if [ -n "$DISPLAY" ]; then
- BROWSER=firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
+ BROWSER=firefox:chrome:seamonkey:mozilla:epiphany:midori:konqueror:opera:firefox35:firefox36:$BROWSER
2008-11-26 12:49:39 -05:00
fi
fi