Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2012 19:39:09 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307931 - head/x11-wm/fluxbox/files
Message-ID:  <201211281939.qASJd95c017984@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Wed Nov 28 19:39:09 2012
New Revision: 307931
URL: http://svnweb.freebsd.org/changeset/ports/307931

Log:
  - Add chrome to the list of known browsers and while here remove unused
    firefox3.
  
  PR:		ports/173553
  Submitted by:	antoine
  Feature safe:	yes

Modified:
  head/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in

Modified: head/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in
==============================================================================
--- head/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in	Wed Nov 28 19:35:51 2012	(r307930)
+++ head/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in	Wed Nov 28 19:39:09 2012	(r307931)
@@ -187,7 +187,7 @@
      [ -n "$MY_BROWSER" ] && echo "Warning: you chose an invalid browser." >&2
      #The precise order is up for debate.
 -    for browser in firefox mozilla-firefox mozilla-firebird MozillaFirebird opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do
-+    for browser in firefox firefox3 mozilla-firefox mozilla-firebird MozillaFirebird linux-opera opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do
++    for browser in chrome firefox mozilla-firefox mozilla-firebird MozillaFirebird linux-opera opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do
          if find_it_options $browser; then
              DEFAULT_BROWSER=$browser
              break
@@ -196,7 +196,7 @@
  case "$DEFAULT_BROWSERNAME" in
      links|w3m|lynx)  append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_TERM} -e ${DEFAULT_BROWSER} ${HOMEPAGE}}" ;;
 -    firefox|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;;
-+    firefox|firefox3|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;;
++    chrome|firefox|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;;
      konqueror) append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" ;;
 -    opera) append "[exec] (opera) {env QT_XFT=true opera}" ;;
 +    linux-opera) append "[exec] (linux-opera) {linux-opera}" ;;
@@ -209,7 +209,7 @@
  append_submenu "${NETMENU}"
      append_submenu "${BROWSERMENU}"
 -        normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer
-+        normal_find firefox firefox3 mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer
++        normal_find chrome firefox mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer
          find_it links       append "[exec]   (links-graphic) {links -driver x ${HOMEPAGE}}"
 -        find_it opera       append "[exec]   (opera) {env QT_XFT=true opera}"
 +        find_it linux-opera append "[exec]   (linux-opera) {linux-opera}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211281939.qASJd95c017984>