Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 21:55:49 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327014 - in head/graphics/podofo: . files
Message-ID:  <201309112155.r8BLtn1N071095@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {
+ 
+ /**



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