summaryrefslogtreecommitdiff
path: root/textproc/xxdiff/files
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xxdiff/files')
-rw-r--r--textproc/xxdiff/files/patch-builderDirs2.cpp13
-rw-r--r--textproc/xxdiff/files/patch-builderFiles2.cpp14
-rw-r--r--textproc/xxdiff/files/patch-builderFiles3.cpp13
-rw-r--r--textproc/xxdiff/files/patch-exceptions.h29
4 files changed, 69 insertions, 0 deletions
diff --git a/textproc/xxdiff/files/patch-builderDirs2.cpp b/textproc/xxdiff/files/patch-builderDirs2.cpp
new file mode 100644
index 000000000000..561b29eaf48d
--- /dev/null
+++ b/textproc/xxdiff/files/patch-builderDirs2.cpp
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- builderDirs2.cpp.orig Mon Jun 30 17:32:25 2003
++++ builderDirs2.cpp Mon Jun 30 17:32:46 2003
+@@ -94,6 +94,8 @@
+ const char* buf
+ );
+
++ ~XxParseDiffError() throw() { }
++
+ };
+
+ /*==============================================================================
diff --git a/textproc/xxdiff/files/patch-builderFiles2.cpp b/textproc/xxdiff/files/patch-builderFiles2.cpp
new file mode 100644
index 000000000000..6b8da63d6532
--- /dev/null
+++ b/textproc/xxdiff/files/patch-builderFiles2.cpp
@@ -0,0 +1,14 @@
+$FreeBSD$
+
+--- builderFiles2.cpp~ Tue Nov 6 07:30:32 2001
++++ builderFiles2.cpp Mon Jun 30 17:40:21 2003
+@@ -150,6 +150,8 @@
+ const XxFln f2n2
+ );
+
++ ~XxParseDiffError() throw() { }
++
+ };
+
+ //------------------------------------------------------------------------------
+
diff --git a/textproc/xxdiff/files/patch-builderFiles3.cpp b/textproc/xxdiff/files/patch-builderFiles3.cpp
new file mode 100644
index 000000000000..b5903c4d7088
--- /dev/null
+++ b/textproc/xxdiff/files/patch-builderFiles3.cpp
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- builderFiles3.cpp.orig Mon Jun 30 17:31:39 2003
++++ builderFiles3.cpp Mon Jun 30 17:32:00 2003
+@@ -73,6 +73,8 @@
+ const XxFln f3n2
+ );
+
++ ~XxParseDiffError() throw() { }
++
+ };
+
+ //------------------------------------------------------------------------------
diff --git a/textproc/xxdiff/files/patch-exceptions.h b/textproc/xxdiff/files/patch-exceptions.h
new file mode 100644
index 000000000000..002255371cdf
--- /dev/null
+++ b/textproc/xxdiff/files/patch-exceptions.h
@@ -0,0 +1,29 @@
+$FreeBSD$
+
+--- exceptions.h.orig Mon Jun 30 17:27:19 2003
++++ exceptions.h Mon Jun 30 17:29:00 2003
+@@ -116,6 +116,8 @@
+ // Returns true if this is a benine exception.
+ bool isBenine() const;
+
++ ~XxUsageError() throw() { }
++
+ private:
+
+ /*----- data members -----*/
+@@ -142,6 +144,7 @@
+ const QString& msg = QString::null // use errno string only.
+ );
+
++ ~XxIoError() throw() { }
+ };
+
+ /*==============================================================================
+@@ -161,6 +164,8 @@
+ XxInternalError(
+ XX_EXC_PARAMS_DECL(file,line)
+ );
++
++ ~XxInternalError() throw() { }
+
+ };