Date: Sun, 23 Sep 2018 10:11:12 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480477 - in head/lang: julia julia/files julia07 julia07/files Message-ID: <201809231011.w8NABCBP051464@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sun Sep 23 10:11:11 2018 New Revision: 480477 URL: https://svnweb.freebsd.org/changeset/ports/480477 Log: - Remove using of libwhich from build process It doesn't affect julia work but may cause building proess hang PR: 231479 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Reported by: Trond.Endrestol@ximalas.info Obtained from: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231479#c9 Added: head/lang/julia/files/patch-base_Makefile (contents, props changed) head/lang/julia07/files/patch-base_Makefile (contents, props changed) Modified: head/lang/julia/Makefile head/lang/julia07/Makefile Modified: head/lang/julia/Makefile ============================================================================== --- head/lang/julia/Makefile Sun Sep 23 09:47:45 2018 (r480476) +++ head/lang/julia/Makefile Sun Sep 23 10:11:11 2018 (r480477) @@ -4,6 +4,7 @@ PORTNAME= julia PORTVERSION= 1.0.0 DISTVERSIONSUFFIX= -full +PORTREVISION= 1 CATEGORIES= lang math MASTER_SITES= https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/ Added: head/lang/julia/files/patch-base_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/julia/files/patch-base_Makefile Sun Sep 23 10:11:11 2018 (r480477) @@ -0,0 +1,11 @@ +--- base/Makefile.orig 2018-09-20 04:08:53 UTC ++++ base/Makefile +@@ -109,7 +109,7 @@ ifneq ($(OS), WINNT) + # put a symlink in the private libdir. + # System package managers may want to install these links manually, + # but if not, this will try to create the proper symlink to the right minor version. +-all: symlink_system_libraries ++all: + SYMLINK_SYSTEM_LIBRARIES := + + # if it's a symlink, pick up the symlink target instead, for one level of indirection Modified: head/lang/julia07/Makefile ============================================================================== --- head/lang/julia07/Makefile Sun Sep 23 09:47:45 2018 (r480476) +++ head/lang/julia07/Makefile Sun Sep 23 10:11:11 2018 (r480477) @@ -4,6 +4,7 @@ PORTNAME= julia PORTVERSION= 0.7.0 DISTVERSIONSUFFIX= -full +PORTREVISION= 1 CATEGORIES= lang math MASTER_SITES= https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= 07 Added: head/lang/julia07/files/patch-base_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/julia07/files/patch-base_Makefile Sun Sep 23 10:11:11 2018 (r480477) @@ -0,0 +1,11 @@ +--- base/Makefile.orig 2018-09-20 04:08:53 UTC ++++ base/Makefile +@@ -109,7 +109,7 @@ ifneq ($(OS), WINNT) + # put a symlink in the private libdir. + # System package managers may want to install these links manually, + # but if not, this will try to create the proper symlink to the right minor version. +-all: symlink_system_libraries ++all: + SYMLINK_SYSTEM_LIBRARIES := + + # if it's a symlink, pick up the symlink target instead, for one level of indirection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809231011.w8NABCBP051464>