Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 12:01:35 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343907 - head/sysutils/coreutils
Message-ID:  <201402121201.s1CC1ZsW069332@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Feb 12 12:01:35 2014
New Revision: 343907
URL: http://svnweb.freebsd.org/changeset/ports/343907
QAT: https://qat.redports.org/buildarchive/r343907/

Log:
  - Add missing dependency on iconv.
  - Fix GMP option.

Modified:
  head/sysutils/coreutils/Makefile

Modified: head/sysutils/coreutils/Makefile
==============================================================================
--- head/sysutils/coreutils/Makefile	Wed Feb 12 11:55:07 2014	(r343906)
+++ head/sysutils/coreutils/Makefile	Wed Feb 12 12:01:35 2014	(r343907)
@@ -3,7 +3,7 @@
 
 PORTNAME=	coreutils
 PORTVERSION=	8.22
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils textproc
 MASTER_SITES=	GNU
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -26,7 +26,7 @@ CONFIGURE_ARGS=	--program-prefix=g	\
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1
 CPPFLAGS+=	"-I${LOCALBASE}/include"
 
-USES=		gmake perl5 charsetfix
+USES=		gmake iconv perl5 charsetfix
 USE_PERL5=	build	# build - required for tests and man page generation
 USE_XZ=		yes
 USE_LDCONFIG=	yes
@@ -39,7 +39,7 @@ OPTIONS_SUB=	yes
 NLS_USES=	gettext
 NLS_CONFIGURE_ENABLE=   nls
 GMP_LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
-GMP_CONFIGURE_ENABLE=	gmp
+GMP_CONFIGURE_WITH=	gmp
 
 .include <bsd.port.options.mk>
 



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