diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2020-05-31 13:11:27 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2020-05-31 13:11:27 +0000 |
commit | 436139c7b36f4bd469949c7fbca5de7bdaec42cb (patch) | |
tree | d037dd9c9e92b5fc3afcf2325ed42be420317c81 /math/scilab/files/patch-xdg-open | |
parent | New port graphics/tslib, touchscreen support (diff) |
math/scilab:
- Update to 6.1.0. Requires decent c++ compiler and iconv from ports.
- Clean up patch target: remove no longer needed patches and those ones which
don't affect build - at least for me.
- Remove MAKE_JOBS_UNSAFE. It was added in svn r417126 arguing that many
ocaml-dependent ports are not jobs safe, but there were no logs to analyse.
The plist change in that commit is unrelated to jobs safety.
Diffstat (limited to 'math/scilab/files/patch-xdg-open')
-rw-r--r-- | math/scilab/files/patch-xdg-open | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/scilab/files/patch-xdg-open b/math/scilab/files/patch-xdg-open index a6be94d82fd7..3774a711d4a4 100644 --- a/math/scilab/files/patch-xdg-open +++ b/math/scilab/files/patch-xdg-open @@ -1,6 +1,6 @@ ---- ./modules/gui/src/java/org/scilab/modules/gui/utils/WebBrowser.java.orig 2014-07-24 22:44:04.242274707 +0000 -+++ ./modules/gui/src/java/org/scilab/modules/gui/utils/WebBrowser.java 2014-07-24 22:50:25.305278583 +0000 -@@ -98,14 +98,14 @@ +--- modules/gui/src/java/org/scilab/modules/gui/utils/WebBrowser.java.orig 2020-02-25 09:59:55 UTC ++++ modules/gui/src/java/org/scilab/modules/gui/utils/WebBrowser.java +@@ -101,14 +101,14 @@ public final class WebBrowser implements XConfiguratio // We have <pierre.marechal@scilab.org> String mail = "mailto:" + url.substring(1, url.length() - 1); if (webprefs.defaultMailer) { @@ -17,7 +17,7 @@ } else { Runtime.getRuntime().exec(webprefs.cmdMailer + " " + new URI(url).toString()); } -@@ -113,7 +113,7 @@ +@@ -116,7 +116,7 @@ public final class WebBrowser implements XConfiguratio if (webprefs.defaultBrowser) { // Under Windows, ShellExecute is called with the URI and under Linux it is gnome_url_show. // So to handle different protocol in URI, user must config its OS to handle them. |