svn commit: r357343 - in head/graphics/libfreehand: . files

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 10 16:08:52 UTC 2014


Author: bapt
Date: Tue Jun 10 16:08:51 2014
New Revision: 357343
URL: http://svnweb.freebsd.org/changeset/ports/357343
QAT: https://qat.redports.org/buildarchive/r357343/

Log:
  We do not provide a zlib.pc file

Added:
  head/graphics/libfreehand/files/
  head/graphics/libfreehand/files/patch-libfreehand.pc.in   (contents, props changed)
Modified:
  head/graphics/libfreehand/Makefile

Modified: head/graphics/libfreehand/Makefile
==============================================================================
--- head/graphics/libfreehand/Makefile	Tue Jun 10 16:07:54 2014	(r357342)
+++ head/graphics/libfreehand/Makefile	Tue Jun 10 16:08:51 2014	(r357343)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libfreehand
 PORTVERSION=	0.1.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://dev-www.libreoffice.org/src/
 

Added: head/graphics/libfreehand/files/patch-libfreehand.pc.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/libfreehand/files/patch-libfreehand.pc.in	Tue Jun 10 16:08:51 2014	(r357343)
@@ -0,0 +1,8 @@
+--- ./libfreehand.pc.in.orig	2014-04-16 19:00:19.000000000 +0200
++++ ./libfreehand.pc.in	2014-06-10 16:02:17.706475057 +0200
+@@ -9,5 +9,3 @@
+ Requires: librevenge-0.0 librevenge-stream-0.0
+ Libs: -L${libdir} -lfreehand- at FH_MAJOR_VERSION@. at FH_MINOR_VERSION@
+ Cflags: -I${includedir}/libfreehand- at FH_MAJOR_VERSION@. at FH_MINOR_VERSION@
+-
+-Requires.private: zlib


More information about the svn-ports-head mailing list