svn commit: r327014 - in head/graphics/podofo: . files

Guido Falsi madpilot at FreeBSD.org
Wed Sep 11 21:55:50 UTC 2013


Author: madpilot
Date: Wed Sep 11 21:55:49 2013
New Revision: 327014
URL: http://svnweb.freebsd.org/changeset/ports/327014

Log:
  Patch to remove forward declaration of a standard C++ class in
  installed include file.
  
  Approved by:	pawel (maintainer)

Added:
  head/graphics/podofo/files/patch-src_base_PdfLocale.h   (contents, props changed)
Modified:
  head/graphics/podofo/Makefile

Modified: head/graphics/podofo/Makefile
==============================================================================
--- head/graphics/podofo/Makefile	Wed Sep 11 21:43:49 2013	(r327013)
+++ head/graphics/podofo/Makefile	Wed Sep 11 21:55:49 2013	(r327014)
@@ -3,6 +3,7 @@
 
 PORTNAME=	podofo
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	graphics print
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
 

Added: head/graphics/podofo/files/patch-src_base_PdfLocale.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/podofo/files/patch-src_base_PdfLocale.h	Wed Sep 11 21:55:49 2013	(r327014)
@@ -0,0 +1,11 @@
+--- src/base/PdfLocale.h.orig	2010-10-25 19:19:15.000000000 +0200
++++ src/base/PdfLocale.h	2013-09-10 18:00:08.338272701 +0200
+@@ -1,8 +1,6 @@
+ #ifndef PODOFO_PDFLOCALE_H
+ #define PODOFO_PDFLOCALE_H
+ 
+-namespace std { class ios_base; };
+-
+ namespace PoDoFo {
+ 
+ /**


More information about the svn-ports-all mailing list