svn commit: r354267 - in head/math/sage: . files

Stephen Montgomery-Smith stephen at FreeBSD.org
Fri May 16 21:25:46 UTC 2014


Author: stephen
Date: Fri May 16 21:25:45 2014
New Revision: 354267
URL: http://svnweb.freebsd.org/changeset/ports/354267
QAT: https://qat.redports.org/buildarchive/r354267/

Log:
  - Fix subpackage libm4ri to pick up sage version of png library.
  - Bump portrevision.
  
  Reference:	http://trac.sagemath.org/ticket/16368

Added:
  head/math/sage/files/patch-build_pkgs_libm4ri_spkg-install   (contents, props changed)
Modified:
  head/math/sage/Makefile

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Fri May 16 21:23:02 2014	(r354266)
+++ head/math/sage/Makefile	Fri May 16 21:25:45 2014	(r354267)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sage
 PORTVERSION=	6.2
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \
 		http://mirrors.xmission.com/sage/src/ \

Added: head/math/sage/files/patch-build_pkgs_libm4ri_spkg-install
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/sage/files/patch-build_pkgs_libm4ri_spkg-install	Fri May 16 21:25:45 2014	(r354267)
@@ -0,0 +1,10 @@
+--- build/pkgs/libm4ri/spkg-install-orig	2014-05-16 18:34:53.000000000 +0000
++++ build/pkgs/libm4ri/spkg-install	2014-05-16 18:48:25.000000000 +0000
+@@ -54,6 +54,7 @@
+ 
+ cd $ROOT_DIR/src/
+ 
++env PKG_CONFIG_LIBDIR=$SAGE_LOCAL/lib/pkgconfig \
+ ./configure --prefix="$SAGE_LOCAL" --libdir="$SAGE_LOCAL/lib" $ENABLE_DEBUG $DISABLE_SSE2
+ 
+ if [ $? -ne 0 ]; then


More information about the svn-ports-all mailing list