Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 13:33:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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
Message-ID:  <201410071333.s97DXPvo091760@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071333.s97DXPvo091760>