Date: Fri, 27 Mar 2015 12:20:29 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382399 - in head/math/sage: . files Message-ID: <201503271220.t2RCKTXq024460@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Fri Mar 27 12:20:28 2015 New Revision: 382399 URL: https://svnweb.freebsd.org/changeset/ports/382399 QAT: https://qat.redports.org/buildarchive/r382399/ Log: - Reimplement revision 382199. Added: head/math/sage/files/patch-build_pkgs_git_spkg-install (contents, props changed) Modified: head/math/sage/Makefile Modified: head/math/sage/Makefile ============================================================================== --- head/math/sage/Makefile Fri Mar 27 11:48:42 2015 (r382398) +++ head/math/sage/Makefile Fri Mar 27 12:20:28 2015 (r382399) @@ -58,8 +58,6 @@ LATEST_LINK= sage-math # Conflicts with MAKE_ARGS+= ARCH="${AR}" post-patch: - ${REINPLACE_CMD} 's/$$MAKE $$gettext/$$MAKE PTHREAD_LIBS=-lpthread $$gettext/' ${WRKSRC}/build/pkgs/git/spkg-install - # Create wrapper for invocation of make. @${MKDIR} ${WRKSRC}/local/bin @${LN} -s -f ${LOCALBASE}/bin/gmake ${WRKSRC}/local/bin/make Added: head/math/sage/files/patch-build_pkgs_git_spkg-install ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/sage/files/patch-build_pkgs_git_spkg-install Fri Mar 27 12:20:28 2015 (r382399) @@ -0,0 +1,11 @@ +--- 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 @@ + + + echo "Building git..." +-$MAKE $gettext ++$MAKE PTHREAD_LIBS=-lpthread $gettext + if [ $? -ne 0 ]; then + echo >&2 "Error building git." + exit 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503271220.t2RCKTXq024460>