From owner-svn-ports-head@FreeBSD.ORG Wed Dec 24 01:30:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBE14889; Wed, 24 Dec 2014 01:30:49 +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 D84C61A2C; Wed, 24 Dec 2014 01:30:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBO1UnVs084638; Wed, 24 Dec 2014 01:30:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBO1UnQU084637; Wed, 24 Dec 2014 01:30:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412240130.sBO1UnQU084637@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 24 Dec 2014 01:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375382 - head/graphics/inkscape 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.18-1 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, 24 Dec 2014 01:30:50 -0000 Author: antoine Date: Wed Dec 24 01:30:48 2014 New Revision: 375382 URL: https://svnweb.freebsd.org/changeset/ports/375382 QAT: https://qat.redports.org/buildarchive/r375382/ Log: Properly support png15 Modified: head/graphics/inkscape/Makefile Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Wed Dec 24 01:28:15 2014 (r375381) +++ head/graphics/inkscape/Makefile Wed Dec 24 01:30:48 2014 (r375382) @@ -18,7 +18,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/deve libgtkspell.so:${PORTSDIR}/textproc/gtkspell \ liblcms.so:${PORTSDIR}/graphics/lcms \ libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= p5-XML-XQL>=0:${PORTSDIR}/textproc/p5-XML-XQL @@ -55,8 +55,7 @@ CONFIGURE_ARGS+= --enable-poppler-cairo= .endif post-patch: - @${REINPLACE_CMD} -e 's|libpng >= 1.2|libpng15 >= 1.2|g' \ - -e 's|-ldl||g' \ + @${REINPLACE_CMD} -e 's|-ldl||g' \ ${WRKSRC}/configure .if ! ${PORT_OPTIONS:MPOPPLER} @${REINPLACE_CMD} -e 's|poppler|pdisable|g' \