Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 17:01:10 +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: r357349 - in head/textproc/libe-book: . files
Message-ID:  <201406101701.s5AH1ADm004768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jun 10 17:01:10 2014
New Revision: 357349
URL: http://svnweb.freebsd.org/changeset/ports/357349
QAT: https://qat.redports.org/buildarchive/r357349/

Log:
  We do not provide a zlib.pc

Added:
  head/textproc/libe-book/files/
  head/textproc/libe-book/files/patch-libe-book.pc.in   (contents, props changed)
Modified:
  head/textproc/libe-book/Makefile

Modified: head/textproc/libe-book/Makefile
==============================================================================
--- head/textproc/libe-book/Makefile	Tue Jun 10 16:35:17 2014	(r357348)
+++ head/textproc/libe-book/Makefile	Tue Jun 10 17:01:10 2014	(r357349)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libe-book
 PORTVERSION=	0.1.1
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/libebook/${PORTNAME}-${PORTVERSION}/
 

Added: head/textproc/libe-book/files/patch-libe-book.pc.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/libe-book/files/patch-libe-book.pc.in	Tue Jun 10 17:01:10 2014	(r357349)
@@ -0,0 +1,8 @@
+--- ./libe-book.pc.in.orig	2014-05-24 15:06:06.000000000 +0200
++++ ./libe-book.pc.in	2014-06-10 15:47:26.723536905 +0200
+@@ -10,4 +10,4 @@
+ Libs: -L${libdir} -le-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@
+ Cflags: -I${includedir}/libe-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@
+ 
+-Requires.private: icu-uc @REQUIRES_EXPERIMENTAL@ libxml-2.0 zlib
++Requires.private: icu-uc @REQUIRES_EXPERIMENTAL@ libxml-2.0



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