From owner-svn-ports-head@FreeBSD.ORG Wed Feb 12 12:01:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBA5823A; Wed, 12 Feb 2014 12:01:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D3B3A1A02; Wed, 12 Feb 2014 12:01:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1CC1Z2Q069333; Wed, 12 Feb 2014 12:01:35 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1CC1ZsW069332; Wed, 12 Feb 2014 12:01:35 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201402121201.s1CC1ZsW069332@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 12 Feb 2014 12:01:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343907 - head/sysutils/coreutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 12:01:36 -0000 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