aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rvm/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-04-09 04:50:06 +0800
committerkrion <krion@FreeBSD.org>2004-04-09 04:50:06 +0800
commit5010de23bf3f39c87c2811fa9eeff3817b6e854e (patch)
treee8fe8a7e7e0e82af12fe39ba1c8bd3601a6aaa99 /archivers/rvm/files
parent877b82b1ab6bd0637a952eb70aa2cd7a89f8fc35 (diff)
downloadfreebsd-ports-gnome-5010de23bf3f39c87c2811fa9eeff3817b6e854e.tar.gz
freebsd-ports-gnome-5010de23bf3f39c87c2811fa9eeff3817b6e854e.tar.zst
freebsd-ports-gnome-5010de23bf3f39c87c2811fa9eeff3817b6e854e.zip
- Update to version 0.80.2.a
PR: ports/65259 Submitted by: Ports Fury
Diffstat (limited to 'archivers/rvm/files')
-rw-r--r--archivers/rvm/files/patch-Makefile.in11
-rw-r--r--archivers/rvm/files/patch-estring.cc10
-rw-r--r--archivers/rvm/files/patch-reporter.cc10
-rw-r--r--archivers/rvm/files/patch-vaulter.cpp10
4 files changed, 41 insertions, 0 deletions
diff --git a/archivers/rvm/files/patch-Makefile.in b/archivers/rvm/files/patch-Makefile.in
new file mode 100644
index 000000000000..9eed7d96a0c2
--- /dev/null
+++ b/archivers/rvm/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Thu Mar 25 00:19:43 2004
++++ Makefile.in Sat Apr 3 21:35:46 2004
+@@ -75,7 +75,7 @@
+ install_sh = @install_sh@
+ local_rsync = @local_rsync@
+
+-CXXFLAGS = -g -Wall
++CXXFLAGS = @CXXFLAGS@
+
+ bin_PROGRAMS = rvm
+
diff --git a/archivers/rvm/files/patch-estring.cc b/archivers/rvm/files/patch-estring.cc
new file mode 100644
index 000000000000..b65a3ac1923f
--- /dev/null
+++ b/archivers/rvm/files/patch-estring.cc
@@ -0,0 +1,10 @@
+--- estring.cc.orig Thu Mar 25 00:36:48 2004
++++ estring.cc Sat Apr 3 21:20:18 2004
+@@ -4,6 +4,7 @@
+ #include <string>
+ #include <cstdio>
+ #include <cctype>
++#include <cassert>
+
+ #include "debug.h"
+ #include "types.h"
diff --git a/archivers/rvm/files/patch-reporter.cc b/archivers/rvm/files/patch-reporter.cc
new file mode 100644
index 000000000000..129bf7fd6529
--- /dev/null
+++ b/archivers/rvm/files/patch-reporter.cc
@@ -0,0 +1,10 @@
+--- reporter.cc.orig Thu Mar 25 00:28:09 2004
++++ reporter.cc Sat Apr 3 21:26:51 2004
+@@ -4,6 +4,7 @@
+ #include <string>
+ #include <vector>
+ #include <algorithm>
++#include <cassert>
+
+ #include "debug.h"
+ #include "error.h"
diff --git a/archivers/rvm/files/patch-vaulter.cpp b/archivers/rvm/files/patch-vaulter.cpp
new file mode 100644
index 000000000000..ba57d2db207a
--- /dev/null
+++ b/archivers/rvm/files/patch-vaulter.cpp
@@ -0,0 +1,10 @@
+--- vaulter.cc.orig Wed Mar 24 05:03:42 2004
++++ vaulter.cc Sat Apr 3 21:24:37 2004
+@@ -4,6 +4,7 @@
+ #include <vector>
+ #include <map>
+ #include <string>
++#include <cassert>
+
+ #include "debug.h"
+ #include "error.h"