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-batik-1.8 | |
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-batik-1.8')
-rw-r--r-- | math/scilab/files/patch-batik-1.8 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/scilab/files/patch-batik-1.8 b/math/scilab/files/patch-batik-1.8 deleted file mode 100644 index 415da3688215..000000000000 --- a/math/scilab/files/patch-batik-1.8 +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/graph/src/java/org/scilab/modules/graph/utils/ScilabGraphUtils.java -+++ modules/graph/src/java/org/scilab/modules/graph/utils/ScilabGraphUtils.java -@@ -28,7 +28,7 @@ import org.apache.batik.bridge.DocumentL - import org.apache.batik.bridge.GVTBuilder; - import org.apache.batik.bridge.UserAgent; - import org.apache.batik.bridge.UserAgentAdapter; --import org.apache.batik.dom.svg.SAXSVGDocumentFactory; -+import org.apache.batik.anim.dom.SAXSVGDocumentFactory; - import org.apache.batik.gvt.GraphicsNode; - import org.apache.batik.util.XMLResourceDescriptor; - import org.scilab.forge.jlatexmath.ParseException; |