summaryrefslogtreecommitdiff
path: root/lang/julia/files/patch-Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-03-13 10:47:59 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-03-13 10:47:59 +0000
commitaf16ee9bef64288a12b1775d578711c9b2d3f05d (patch)
treee657e4802d136e069e2310c33feab813aaf2f3f2 /lang/julia/files/patch-Makefile
parentTake maintainership (diff)
Update to 0.5.1
PR: 217704 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9965
Notes
Notes: svn path=/head/; revision=436063
Diffstat (limited to 'lang/julia/files/patch-Makefile')
-rw-r--r--lang/julia/files/patch-Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/julia/files/patch-Makefile b/lang/julia/files/patch-Makefile
index 4154f3dacf91..91e7e3bdf5a0 100644
--- a/lang/julia/files/patch-Makefile
+++ b/lang/julia/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2016-09-20 02:54:21 UTC
+--- Makefile.orig 2017-03-06 03:32:23 UTC
+++ Makefile
-@@ -327,8 +327,7 @@ define stringreplace
+@@ -328,8 +328,7 @@ define stringreplace
$(build_depsbindir)/stringreplace $$(strings -t x - $1 | grep '$2' | awk '{print $$1;}') '$3' 255 "$(call cygpath_w,$1)"
endef
@@ -10,7 +10,7 @@
@for subdir in $(bindir) $(libexecdir) $(datarootdir)/julia/site/$(VERSDIR) $(docdir) $(man1dir) $(includedir)/julia $(libdir) $(private_libdir) $(sysconfdir); do \
mkdir -p $(DESTDIR)$$subdir; \
done
-@@ -387,10 +386,6 @@ endif
+@@ -389,10 +388,6 @@ endif
$(INSTALL_M) $(JULIAHOME)/contrib/julia-config.jl $(DESTDIR)$(datarootdir)/julia/
# Copy in all .jl sources as well
cp -R -L $(build_datarootdir)/julia $(DESTDIR)$(datarootdir)/
@@ -21,7 +21,7 @@
# Remove perf suite
-rm -rf $(DESTDIR)$(datarootdir)/julia/test/perf/
# Remove various files which should not be installed
-@@ -398,38 +393,44 @@ endif
+@@ -400,38 +395,44 @@ endif
-rm -f $(DESTDIR)$(datarootdir)/julia/test/Makefile
# Copy in beautiful new man page
$(INSTALL_F) $(build_man1dir)/julia.1 $(DESTDIR)$(man1dir)/