From owner-svn-ports-head@FreeBSD.ORG Mon May 25 00:00:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 885B1659; Mon, 25 May 2015 00:00:56 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CDDDB86; Mon, 25 May 2015 00:00:56 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4P00u3C030289; Mon, 25 May 2015 00:00:56 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4P00tAq030285; Mon, 25 May 2015 00:00:55 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201505250000.t4P00tAq030285@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 25 May 2015 00:00:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387365 - in head/math/sage: . files X-SVN-Group: ports-head 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.20 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: Mon, 25 May 2015 00:00:56 -0000 Author: stephen Date: Mon May 25 00:00:55 2015 New Revision: 387365 URL: https://svnweb.freebsd.org/changeset/ports/387365 Log: - Handle removal of the /usr/bin/perl symlink. (See UPDATING 20150513.) Modified: head/math/sage/Makefile head/math/sage/files/patch-build_pkgs_git_spkg-install Modified: head/math/sage/Makefile ============================================================================== --- head/math/sage/Makefile Sun May 24 23:47:56 2015 (r387364) +++ head/math/sage/Makefile Mon May 25 00:00:55 2015 (r387365) @@ -37,7 +37,7 @@ pre-extract: PLIST_FILES= bin/sage USE_TEX= latex:build -USES= gmake iconv tk +USES= gmake iconv tk perl5 MAKE_JOBS_SAFE= yes # Optimization flags will be defined by the source @@ -47,7 +47,8 @@ FFLAGS:= ${CFLAGS:C/^-O.*$//} MAKE_ENV+= SAGE_PORT=yes \ SAGE_ATLAS_LIB=${LOCALBASE}/lib \ DOT_SAGE=${WRKSRC}/tmp/.sage \ - SAGE_FAT_BINARY=yes + SAGE_FAT_BINARY=yes \ + PERL=${PERL} LATEST_LINK= sage-math # Conflicts with graphics/sage. Modified: head/math/sage/files/patch-build_pkgs_git_spkg-install ============================================================================== --- head/math/sage/files/patch-build_pkgs_git_spkg-install Sun May 24 23:47:56 2015 (r387364) +++ head/math/sage/files/patch-build_pkgs_git_spkg-install Mon May 25 00:00:55 2015 (r387365) @@ -1,6 +1,16 @@ ---- build/pkgs/git/spkg-install.bak 2015-02-17 00:15:08.000000000 +0000 -+++ build/pkgs/git/spkg-install 2015-03-27 02:33:07.652231000 +0000 -@@ -77,7 +77,7 @@ +--- build/pkgs/git/spkg-install.orig 2015-05-17 22:46:55.000000000 +0000 ++++ build/pkgs/git/spkg-install 2015-05-24 22:10:32.517077000 +0000 +@@ -69,7 +69,8 @@ + --libexecdir="$SAGE_LOCAL"/libexec \ + --with-python="$SAGE_LOCAL"/bin/python \ + --without-tcltk \ +- --with-sane-tool-path= ++ --with-sane-tool-path= \ ++ --with-perl=$PERL + if [ $? -ne 0 ]; then + echo >&2 "Error configuring git." + exit 1 +@@ -77,7 +78,7 @@ echo "Building git..."