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-Makefile.in | |
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-Makefile.in')
-rw-r--r-- | math/scilab/files/patch-Makefile.in | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/math/scilab/files/patch-Makefile.in b/math/scilab/files/patch-Makefile.in deleted file mode 100644 index 93fcefce4924..000000000000 --- a/math/scilab/files/patch-Makefile.in +++ /dev/null @@ -1,35 +0,0 @@ ---- Makefile.in.orig 2015-07-19 11:02:48 UTC -+++ Makefile.in -@@ -108,6 +108,7 @@ bin_PROGRAMS = scilab-bin$(EXEEXT) scila - @IS_MACOSX_TRUE@am__append_2 = -framework Cocoa - @NEED_JAVA_TRUE@am__append_3 = \ - @NEED_JAVA_TRUE@ $(top_builddir)/modules/console/libsciconsole.la \ -+@NEED_JAVA_TRUE@ $(top_builddir)/modules/console/libsciconsole-minimal.la \ - @NEED_JAVA_TRUE@ $(top_builddir)/modules/jvm/libscijvm.la \ - @NEED_JAVA_TRUE@ $(top_builddir)/modules/commons/libscicommons.la - -@@ -831,12 +832,22 @@ scilab_cli_bin_CPPFLAGS = -DWITHOUT_GUI - scilab_bin_LDADD = $(top_builddir)/modules/libscilab.la \ - $(top_builddir)/modules/libscilab-cli.la $(OPENMPI_LIBS) \ - $(XML_LIBS) $(COMMON_LIBS) $(FLIBS) $(am__append_3) \ -- $(am__append_4) $(am__append_11) -+ $(am__append_4) $(am__append_11) \ -+ $(top_builddir)/modules/history_manager/libscihistory_manager.la \ -+ $(top_builddir)/modules/ui_data/libsciui_data-disable.la \ -+ $(top_builddir)/modules/hdf5/libscihdf5.la \ -+ $(top_builddir)/modules/functions/libscifunctions.la \ -+ $(top_builddir)/modules/history_browser/libscihistory_browser-disable.la - scilab_cli_bin_LDADD = $(top_builddir)/modules/libscilab-cli.la \ - $(top_builddir)/modules/console/libsciconsole-minimal.la \ - $(top_builddir)/modules/jvm/libscijvm-disable.la \ - $(OPENMPI_LIBS) $(XML_LIBS) $(COMMON_LIBS) $(FLIBS) \ -- $(am__append_12) -+ $(am__append_12) \ -+ $(top_builddir)/modules/history_manager/libscihistory_manager.la \ -+ $(top_builddir)/modules/ui_data/libsciui_data-disable.la \ -+ $(top_builddir)/modules/hdf5/libscihdf5.la \ -+ $(top_builddir)/modules/functions/libscifunctions.la \ -+ $(top_builddir)/modules/history_browser/libscihistory_browser-disable.la - LANG_DOMAIN = scilab - TARGETS_ALL = macros $(am__append_13) $(am__append_14) - |