Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 16:08:52 +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: r357343 - in head/graphics/libfreehand: . files
Message-ID:  <201406101608.s5AG8qd9080471@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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-@FH_MAJOR_VERSION@.@FH_MINOR_VERSION@
+ Cflags: -I${includedir}/libfreehand-@FH_MAJOR_VERSION@.@FH_MINOR_VERSION@
+-
+-Requires.private: zlib



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