From owner-svn-ports-all@FreeBSD.ORG Fri May 16 08:30:46 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 71F19EFF; Fri, 16 May 2014 08:30:46 +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 5FBD22697; Fri, 16 May 2014 08:30:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4G8UkQ6010668; Fri, 16 May 2014 08:30:46 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4G8UkNr010667; Fri, 16 May 2014 08:30:46 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201405160830.s4G8UkNr010667@svn.freebsd.org> From: Boris Samorodov Date: Fri, 16 May 2014 08:30:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354201 - head/print/scribus 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.18 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: Fri, 16 May 2014 08:30:46 -0000 Author: bsam Date: Fri May 16 08:30:45 2014 New Revision: 354201 URL: http://svnweb.freebsd.org/changeset/ports/354201 QAT: https://qat.redports.org/buildarchive/r354201/ Log: Utilize USES+=tar:xz. Modified: head/print/scribus/Makefile Modified: head/print/scribus/Makefile ============================================================================== --- head/print/scribus/Makefile Fri May 16 08:13:22 2014 (r354200) +++ head/print/scribus/Makefile Fri May 16 08:30:45 2014 (r354201) @@ -27,12 +27,11 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging -USE_XZ= yes USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 USE_GHOSTSCRIPT_RUN= yes USE_PYTHON= yes -USES= cmake desktop-file-utils pkgconfig shared-mime-info +USES= cmake desktop-file-utils pkgconfig shared-mime-info tar:xz USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit