From owner-svn-ports-all@FreeBSD.ORG Sun Mar 30 19:48:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B4CD99B; Sun, 30 Mar 2014 19:48:12 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1864B29E; Sun, 30 Mar 2014 19:48:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2UJmBW5045594; Sun, 30 Mar 2014 19:48:11 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2UJmBtC045593; Sun, 30 Mar 2014 19:48:11 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201403301948.s2UJmBtC045593@svn.freebsd.org> From: Dirk Meyer Date: Sun, 30 Mar 2014 19:48:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349673 - head/graphics/gd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 19:48:12 -0000 Author: dinoex Date: Sun Mar 30 19:48:11 2014 New Revision: 349673 URL: http://svnweb.freebsd.org/changeset/ports/349673 QAT: https://qat.redports.org/buildarchive/r349673/ Log: - add USES=tar:xz - cleanup GNU_CONFIGURE_ARGS for iconv Modified: head/graphics/gd/Makefile Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Sun Mar 30 19:47:04 2014 (r349672) +++ head/graphics/gd/Makefile Sun Mar 30 19:48:11 2014 (r349673) @@ -18,8 +18,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap CONFLICTS= bazaar-1.* -USE_XZ= yes -USES= pkgconfig +USES= tar:xz pkgconfig GNU_CONFIGURE= yes GNU_CONFIGURE_ENV= PKG_CONFIG_LIBDIR=${LOCALBASE}/libdata/pkgconfig GNU_CONFIGURE_ARGS= @@ -31,9 +30,7 @@ NO_OPTIONS_SORT=yes FONTCONFIG_LIB_DEPENDS+= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig FONTCONFIG_CONFIGURE_OFF= --with-fontconfig=no ICONV_USES= iconv -ICONV_CONFIGURE_WITH= libiconv ICONV_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} -ICONV_CONFIGURE_OFF= --with-libiconv-prefix=no VPX_LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx VPX_CONFIGURE_OFF= --without-vpx XPM_USE= xorg=xpm,x11