summaryrefslogtreecommitdiff
path: root/news/golded+
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-02 15:19:52 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-02 15:19:52 +0000
commitb3c43d5fbc262775a0c15b67c7b7c3628909616a (patch)
treeaf5782b61236003432bbe3649cc214e2256255f7 /news/golded+
parentDue popular demand and weeling of gnome@ to deliver more eye candy (diff)
Fix templates handling.
Bump PORTREVISION. Obtained from: GoldED+ CVS
Notes
Notes: svn path=/head/; revision=92850
Diffstat (limited to 'news/golded+')
-rw-r--r--news/golded+/Makefile1
-rw-r--r--news/golded+/files/patch-golded3-gemsgs.cpp11
2 files changed, 12 insertions, 0 deletions
diff --git a/news/golded+/Makefile b/news/golded+/Makefile
index b48fc3d29219..f811679d3216 100644
--- a/news/golded+/Makefile
+++ b/news/golded+/Makefile
@@ -7,6 +7,7 @@
PORTNAME= golded+
PORTVERSION= 1.1.4.7
+PORTREVISION= 1
CATEGORIES= news mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=golded-plus
diff --git a/news/golded+/files/patch-golded3-gemsgs.cpp b/news/golded+/files/patch-golded3-gemsgs.cpp
new file mode 100644
index 000000000000..a3f3751b2624
--- /dev/null
+++ b/news/golded+/files/patch-golded3-gemsgs.cpp
@@ -0,0 +1,11 @@
+--- golded3/gemsgs.cpp.orig Sun Nov 2 20:05:14 2003
++++ golded3/gemsgs.cpp Sun Nov 2 20:04:49 2003
+@@ -55,7 +55,7 @@
+ va_list a;
+ va_start(a, cnt);
+ for(int i = 0; i < cnt; i ++) {
+- use = va_arg(a, bool);
++ use = va_arg(a, int);
+ if(dst[toklen] == '{') {
+ char *p = strchr(dst+toklen, '}');
+ if(p) {