svn commit: r357336 - in head/textproc/libabw: . files

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 10 15:27:33 UTC 2014


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- at ABW_MAJOR_VERSION@. at ABW_MINOR_VERSION@
+ Cflags: -I${includedir}/libabw- at ABW_MAJOR_VERSION@. at ABW_MINOR_VERSION@
+ 
+-Requires.private: libxml-2.0 zlib
++Requires.private: libxml-2.0


More information about the svn-ports-head mailing list