Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 12:14:36 +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: r317100 - head/math/sage
Message-ID:  <201305021214.r42CEa8x034502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Thu May  2 12:14:35 2013
New Revision: 317100
URL: http://svnweb.freebsd.org/changeset/ports/317100

Log:
  - Convert USE_ICONV=yes to USES=iconv again, because accidentally reverted
    this change in update to 5.9.
  
  Pointed out by:	bsd-src@helfman.org and bapt@.

Modified:
  head/math/sage/Makefile

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Thu May  2 12:10:21 2013	(r317099)
+++ head/math/sage/Makefile	Thu May  2 12:14:35 2013	(r317100)
@@ -33,7 +33,7 @@ USE_FORTRAN=	yes
 USE_GCC=	4.7+
 USE_TK=		yes
 USE_GMAKE=	yes
-USE_ICONV=	yes
+USES=		iconv
 MAKE_JOBS_SAFE=	yes
 LDFLAGS:=	-Wl,-rpath=${WRKSRC}/local/lib ${LDFLAGS}
 FFLAGS+=	-Wl,-rpath=${WRKSRC}/local/lib ${FPM_FLAG}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305021214.r42CEa8x034502>