summaryrefslogtreecommitdiff
path: root/devel/gcvs
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-12-20 17:50:52 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-12-20 17:50:52 +0000
commit1caa7c63450b1f33de18a06963b2100fbeac32b0 (patch)
tree48cd4b648ee77fd8753244ed56a5ad876f5ad955 /devel/gcvs
parentThe rudiments project moved to SourceForge. (diff)
Patch to fix build on beast
Notes
Notes: svn path=/head/; revision=71743
Diffstat (limited to 'devel/gcvs')
-rw-r--r--devel/gcvs/Makefile1
-rw-r--r--devel/gcvs/files/patch-TextBinary.cpp12
2 files changed, 13 insertions, 0 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile
index 68189e4c506b..c5a64cfb0d44 100644
--- a/devel/gcvs/Makefile
+++ b/devel/gcvs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gcvs
PORTVERSION= 1.0b5
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cvsgui
diff --git a/devel/gcvs/files/patch-TextBinary.cpp b/devel/gcvs/files/patch-TextBinary.cpp
new file mode 100644
index 000000000000..2584d18fa1ef
--- /dev/null
+++ b/devel/gcvs/files/patch-TextBinary.cpp
@@ -0,0 +1,12 @@
+--- common/TextBinary.cpp.orig Tue Feb 19 17:36:02 2002
++++ common/TextBinary.cpp Fri Dec 20 18:35:39 2002
+@@ -472,8 +472,7 @@
+ else
+ {
+ ext = tmp + 1;
+- base = file;
+- base[tmp - file] = '\0';
++ base.set(file, tmp - file - 1);
+ }
+ }
+