diff options
author | thierry <thierry@FreeBSD.org> | 2006-01-29 05:01:47 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-01-29 05:01:47 +0800 |
commit | 33f0ead10dad347116dd00fac25213a4f9ab3b8e (patch) | |
tree | 15b30ede0e6ca89e45bc6eed8d9048bcb0a527f5 /graphics/opendx/files | |
parent | be4ceeadf231920093c95a90a29614716df62732 (diff) | |
download | freebsd-ports-gnome-33f0ead10dad347116dd00fac25213a4f9ab3b8e.tar.gz freebsd-ports-gnome-33f0ead10dad347116dd00fac25213a4f9ab3b8e.tar.zst freebsd-ports-gnome-33f0ead10dad347116dd00fac25213a4f9ab3b8e.zip |
- Upgrade to 4.4.0;
- Add support of science/cdf;
- Add support of JavaDX;
- Options seems uncompatible with USE_JAVA, remove it.
Diffstat (limited to 'graphics/opendx/files')
-rw-r--r-- | graphics/opendx/files/patch-bin_url_handler.sh | 13 | ||||
-rw-r--r-- | graphics/opendx/files/pkg-message.in | 10 |
2 files changed, 23 insertions, 0 deletions
diff --git a/graphics/opendx/files/patch-bin_url_handler.sh b/graphics/opendx/files/patch-bin_url_handler.sh new file mode 100644 index 000000000000..3495ad720da9 --- /dev/null +++ b/graphics/opendx/files/patch-bin_url_handler.sh @@ -0,0 +1,13 @@ +--- ./bin/url_handler.sh.orig Thu Apr 11 01:32:54 2002 ++++ ./bin/url_handler.sh Sat Jan 28 15:27:41 2006 +@@ -39,8 +39,8 @@ + if [ $use_xbrowser = n ]; then + lynx "$url" + else +- netscape -remote "openURL($url)" 2> /dev/null || \ +- (netscape "$url" &) ++ $BROWSER -remote "openURL($url)" 2> /dev/null || \ ++ ($BROWSER "$url" &) + fi + ;; + esac diff --git a/graphics/opendx/files/pkg-message.in b/graphics/opendx/files/pkg-message.in new file mode 100644 index 000000000000..a60be631967e --- /dev/null +++ b/graphics/opendx/files/pkg-message.in @@ -0,0 +1,10 @@ +--------------------------------------------------------- + +If you cannot connect to dxexec, try this: + +# Start the user interface by typing "dx -uionly &" +# Start the executive by typing "dx -execonly &" +# Use the connect menu in the user interface to "Connect +to server", click the Options button, and select connect +to already running server. + |