From owner-svn-ports-all@freebsd.org Sun Jan 24 15:20:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F5F2712B; Sun, 24 Jan 2016 15:20:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DCC4AE19; Sun, 24 Jan 2016 15:20:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFKiaI001996; Sun, 24 Jan 2016 15:20:44 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFKiqD001995; Sun, 24 Jan 2016 15:20:44 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241520.u0OFKiqD001995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407152 - branches/2016Q1/print/scribus X-SVN-Group: ports-branches 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.20 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, 24 Jan 2016 15:20:46 -0000 Author: feld Date: Sun Jan 24 15:20:44 2016 New Revision: 407152 URL: https://svnweb.freebsd.org/changeset/ports/407152 Log: MFH: r405126 Switch to USES=execinfo PR: 205384 Submitted by: myself Approved by: maintainer timeout Approved by: ports-secteam (with hat) Modified: branches/2016Q1/print/scribus/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/print/scribus/Makefile ============================================================================== --- branches/2016Q1/print/scribus/Makefile Sun Jan 24 15:12:32 2016 (r407151) +++ branches/2016Q1/print/scribus/Makefile Sun Jan 24 15:20:44 2016 (r407152) @@ -21,15 +21,14 @@ LIB_DEPENDS= liblcms.so:${PORTSDIR}/grap libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ libcairo.so:${PORTSDIR}/graphics/cairo \ libhyphen.so:${PORTSDIR}/textproc/hyphen \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-pillow USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 -USES= cmake desktop-file-utils ghostscript:run jpeg pkgconfig \ - python shared-mime-info tar:bz2 +USES= cmake desktop-file-utils execinfo ghostscript:run jpeg \ + pkgconfig python shared-mime-info tar:bz2 USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit