From owner-svn-ports-all@FreeBSD.ORG Tue Oct 7 13:33:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9CA4D2D; Tue, 7 Oct 2014 13:33:26 +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 9B52EFA0; Tue, 7 Oct 2014 13:33:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97DXQpv091763; Tue, 7 Oct 2014 13:33:26 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97DXPvo091760; Tue, 7 Oct 2014 13:33:25 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410071333.s97DXPvo091760@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 7 Oct 2014 13:33:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370332 - in head: graphics/libcdr01 print/libmspub01 textproc/libvisio01 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-1 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: Tue, 07 Oct 2014 13:33:26 -0000 Author: bapt Date: Tue Oct 7 13:33:25 2014 New Revision: 370332 URL: https://svnweb.freebsd.org/changeset/ports/370332 QAT: https://qat.redports.org/buildarchive/r370332/ Log: Remove zlib from pc files Modified: head/graphics/libcdr01/Makefile head/print/libmspub01/Makefile head/textproc/libvisio01/Makefile Modified: head/graphics/libcdr01/Makefile ============================================================================== --- head/graphics/libcdr01/Makefile Tue Oct 7 13:27:44 2014 (r370331) +++ head/graphics/libcdr01/Makefile Tue Oct 7 13:33:25 2014 (r370332) @@ -2,6 +2,7 @@ PORTNAME= libcdr PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= LODEV PKGNAMESUFFIX= 01 @@ -26,4 +27,7 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -Wno-long-long +post-patch: + @${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libcdr.pc.in + .include Modified: head/print/libmspub01/Makefile ============================================================================== --- head/print/libmspub01/Makefile Tue Oct 7 13:27:44 2014 (r370331) +++ head/print/libmspub01/Makefile Tue Oct 7 13:33:25 2014 (r370332) @@ -2,6 +2,7 @@ PORTNAME= libmspub PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 @@ -25,4 +26,7 @@ CONFIGURE_ARGS= --disable-werror --witho CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" CPPFLAGS+= -I${LOCALBASE}/include +post-patch: + @${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libmspub.pc.in + .include Modified: head/textproc/libvisio01/Makefile ============================================================================== --- head/textproc/libvisio01/Makefile Tue Oct 7 13:27:44 2014 (r370331) +++ head/textproc/libvisio01/Makefile Tue Oct 7 13:33:25 2014 (r370332) @@ -2,6 +2,7 @@ PORTNAME= libvisio PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 @@ -25,4 +26,7 @@ USE_GNOME= libxml2 USES= gmake gperf libtool pathfix perl5 pkgconfig tar:xz INSTALL_TARGET= install-strip +post-patch: + @${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libvisio.pc.in + .include