From owner-svn-ports-head@freebsd.org Sun Sep 23 10:11:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4902D10B22B4; Sun, 23 Sep 2018 10:11:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2B8E70078; Sun, 23 Sep 2018 10:11:12 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D34E2127A; Sun, 23 Sep 2018 10:11:12 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NABCp2051468; Sun, 23 Sep 2018 10:11:12 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8NABCBP051464; Sun, 23 Sep 2018 10:11:12 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201809231011.w8NABCBP051464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 23 Sep 2018 10:11:12 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/lang: julia julia/files julia07 julia07/files X-SVN-Commit-Revision: 480477 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 10:11:13 -0000 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 (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