From c83a73ccc887622e8f5839c2f681c5b28506f19e Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sun, 8 Apr 2018 09:41:15 +0000 Subject: New port: lang/J J (J language) is a high-level, general-purpose, high-performance programming language. J is portable and runs on 32/64-bit Windows/Linux/Mac as well as iOS, Android, and other platforms. WWW: http://www.jsoftware.com PR: 226186 Submitted by: Joao Neves --- lang/J/files/patch-make_jvars.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lang/J/files/patch-make_jvars.sh (limited to 'lang/J/files/patch-make_jvars.sh') diff --git a/lang/J/files/patch-make_jvars.sh b/lang/J/files/patch-make_jvars.sh new file mode 100644 index 000000000000..152f9734e345 --- /dev/null +++ b/lang/J/files/patch-make_jvars.sh @@ -0,0 +1,16 @@ +--- make/jvars.sh.orig 2017-11-02 18:50:23 UTC ++++ make/jvars.sh +@@ -1,11 +1,11 @@ + # source shell script (read with . jvars.sh) so stuff is easy to find + + # edit following if your install is not standard +-jgit=~/gitdev/jsource # git jsource folder ++jgit=~/jsource-j806-release # git jsource folder + jbld=~/jbld # test libraries and binaries will be put here + + # edit platform to build - linux darwin raspberry +-jplatform=linux ++jplatform=freebsd + + # should not be necessary to edit after here + j32=$jbld/j32/bin/jconsole -- cgit v1.2.3