summaryrefslogtreecommitdiff
path: root/math/scilab/files/patch-Makefile.in
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-09-04 18:20:53 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-09-04 18:20:53 +0000
commit57a37508d64df473440f50a1a100f8e2fde75e83 (patch)
treedb50ff5a576642bdf908099008ccc9591ab66ca8 /math/scilab/files/patch-Makefile.in
parentFix misleading option name: the option uses plotutils, not gnuplot (diff)
math/scilab:
- Update to 5.5.0 - Populate USES with desktop-file-utils, iconv, libtool, pathfix, and shared-mime-info - Add dependency on xdg-utils - Remove needless USE_LDCONFIG - Clean up CONFIGURE_ENV from stale stuff - Update options: . remove DOCS, FFTW, MATIO, UMFPACK (always build with them for simplicity) . remove NLS (doesn't build without it) . merge HELP with GUI . PVM is not supported anymore . Enable OCAML and TK by default - Use options heplers - Clean up post-patch section from stale fixes - Convert to static pkg-plist
Notes
Notes: svn path=/head/; revision=367295
Diffstat (limited to 'math/scilab/files/patch-Makefile.in')
-rw-r--r--math/scilab/files/patch-Makefile.in46
1 files changed, 46 insertions, 0 deletions
diff --git a/math/scilab/files/patch-Makefile.in b/math/scilab/files/patch-Makefile.in
new file mode 100644
index 000000000000..571aa45e32f1
--- /dev/null
+++ b/math/scilab/files/patch-Makefile.in
@@ -0,0 +1,46 @@
+--- Makefile.in.orig 2014-07-23 08:16:45.372563695 +0000
++++ Makefile.in 2014-07-23 09:22:04.067294214 +0000
+@@ -108,6 +108,7 @@
+ @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
+
+@@ -827,12 +828,22 @@
+ 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)
+
+@@ -2355,8 +2366,8 @@
+ @BUILD_HELP_TRUE@ done; \
+ @BUILD_HELP_TRUE@ fi
+ # Also install scirenderer.jar
+-@EXTERNAL_SCIRENDERER_FALSE@ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$(PATHTOSCIRENDERER)
+-@EXTERNAL_SCIRENDERER_FALSE@ $(INSTALL_DATA) $(top_builddir)/$(PATHTOSCIRENDERER)/$(SCIRENDERERJAR) $(DESTDIR)$(pkgdatadir)/$(PATHTOSCIRENDERER)/
++@BUILD_HELP_TRUE@@EXTERNAL_SCIRENDERER_FALSE@ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$(PATHTOSCIRENDERER)
++@BUILD_HELP_TRUE@@EXTERNAL_SCIRENDERER_FALSE@ $(INSTALL_DATA) $(top_builddir)/$(PATHTOSCIRENDERER)/$(SCIRENDERERJAR) $(DESTDIR)$(pkgdatadir)/$(PATHTOSCIRENDERER)/
+
+ .PHONY: macros localization doc
+