summaryrefslogtreecommitdiff
path: root/graphics/pfstools/files/patch-src-pfs-pfs.h
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-02-13 16:34:57 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-02-13 16:34:57 +0000
commite648e1ca7920fc4fdfdfdc8dfd30504789b02efb (patch)
tree57f7f22a462ed08cc0572289471cc4a0cd18b333 /graphics/pfstools/files/patch-src-pfs-pfs.h
parentUpgrade textproc/kibana44 to version 4.4.1. (diff)
graphics/pfstools: some fixes
- fixes for octave 4.0 - fixes for netpbm - submitter becomes maintainer PR: 206239 Submitted by: Iouri V. Ivliev <fbsd@any.COM.ru> Approved by: darius@dons.net.au (maintainer)
Notes
Notes: svn path=/head/; revision=408808
Diffstat (limited to '')
-rw-r--r--graphics/pfstools/files/patch-src-pfs-pfs.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/pfstools/files/patch-src-pfs-pfs.h b/graphics/pfstools/files/patch-src-pfs-pfs.h
index 72276e7d04fc..4a40523f84be 100644
--- a/graphics/pfstools/files/patch-src-pfs-pfs.h
+++ b/graphics/pfstools/files/patch-src-pfs-pfs.h
@@ -1,6 +1,6 @@
---- src/pfs/pfs.h.orig 2006-03-01 17:21:16.000000000 +0000
-+++ src/pfs/pfs.h 2014-02-20 19:04:01.566588122 +0000
-@@ -115,6 +115,7 @@
+--- src/pfs/pfs.h.orig 2006-03-01 17:21:16 UTC
++++ src/pfs/pfs.h
+@@ -115,6 +115,7 @@ namespace pfs
class TagIterator
{
public:
@@ -8,7 +8,7 @@
/**
* Get next item on the list.
*
-@@ -135,6 +136,7 @@
+@@ -135,6 +136,7 @@ namespace pfs
class TagContainer
{
public:
@@ -16,7 +16,7 @@
/**
* Get a string tag of the name tagName from the TagContainer.
* @param tagName name of the tag to retrieve
-@@ -181,6 +183,7 @@
+@@ -181,6 +183,7 @@ namespace pfs
*/
class Channel : public Array2D {
public:
@@ -24,7 +24,7 @@
/**
* Gets width of the channel (in pixels).
* This is a synonym for Array2D::getCols().
-@@ -226,6 +229,7 @@
+@@ -226,6 +229,7 @@ namespace pfs
class ChannelIterator
{
public:
@@ -32,7 +32,7 @@
/**
* Get next item on the list.
*/
-@@ -580,7 +584,9 @@
+@@ -580,7 +584,9 @@ namespace pfs
*/
Exception( const char* const message )
{