From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 15:27:33 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 054EE6EB; Tue, 10 Jun 2014 15:27:33 +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 E6AF0225B; Tue, 10 Jun 2014 15:27:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5AFRWpO061654; Tue, 10 Jun 2014 15:27:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5AFRWFI061652; Tue, 10 Jun 2014 15:27:32 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406101527.s5AFRWFI061652@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 10 Jun 2014 15:27:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357336 - in head/textproc/libabw: . files 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: Tue, 10 Jun 2014 15:27:33 -0000 Author: bapt Date: Tue Jun 10 15:27:32 2014 New Revision: 357336 URL: http://svnweb.freebsd.org/changeset/ports/357336 QAT: https://qat.redports.org/buildarchive/r357336/ Log: we do not provide a zlib.pc Added: head/textproc/libabw/files/ head/textproc/libabw/files/patch-libabw.pc.in (contents, props changed) Modified: head/textproc/libabw/Makefile Modified: head/textproc/libabw/Makefile ============================================================================== --- head/textproc/libabw/Makefile Tue Jun 10 15:24:38 2014 (r357335) +++ head/textproc/libabw/Makefile Tue Jun 10 15:27:32 2014 (r357336) @@ -2,6 +2,7 @@ PORTNAME= libabw PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://dev-www.libreoffice.org/src/ Added: head/textproc/libabw/files/patch-libabw.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libabw/files/patch-libabw.pc.in Tue Jun 10 15:27:32 2014 (r357336) @@ -0,0 +1,8 @@ +--- ./libabw.pc.in.orig 2014-04-16 19:04:09.000000000 +0200 ++++ ./libabw.pc.in 2014-06-10 15:56:35.070672055 +0200 +@@ -10,4 +10,4 @@ + Libs: -L${libdir} -labw-@ABW_MAJOR_VERSION@.@ABW_MINOR_VERSION@ + Cflags: -I${includedir}/libabw-@ABW_MAJOR_VERSION@.@ABW_MINOR_VERSION@ + +-Requires.private: libxml-2.0 zlib ++Requires.private: libxml-2.0