svn commit: r382399 - in head/math/sage: . files
Stephen Montgomery-Smith
stephen at FreeBSD.org
Fri Mar 27 12:20:30 UTC 2015
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
More information about the svn-ports-all
mailing list