summaryrefslogtreecommitdiffstats
path: root/www/dillo2/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-01-13 22:39:39 +0000
committerpav <pav@FreeBSD.org>2005-01-13 22:39:39 +0000
commit2281a8c082cc68ad6f512e3f9eb1cb15eccfe2b6 (patch)
tree6f5c4d134faab4536c31a5937b51ea03c57c2eee /www/dillo2/files
parent97e588859e5ecc94ae2a04874092a0d7c9acee43 (diff)
downloadFreeBSD-ports-2281a8c082cc68ad6f512e3f9eb1cb15eccfe2b6.zip
FreeBSD-ports-2281a8c082cc68ad6f512e3f9eb1cb15eccfe2b6.tar.gz
- Update to 0.8.4
PR: ports/76172 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Diffstat (limited to 'www/dillo2/files')
-rw-r--r--www/dillo2/files/patch-src-capi.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/dillo2/files/patch-src-capi.c b/www/dillo2/files/patch-src-capi.c
deleted file mode 100644
index 420a043..0000000
--- a/www/dillo2/files/patch-src-capi.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/capi.c.orig Fri Jan 7 19:35:29 2005
-+++ src/capi.c Fri Jan 7 19:37:29 2005
-@@ -492,9 +492,9 @@
- a_Chain_bcb(OpStop, Info, conn->url, NULL);
-
- } else if (strcmp(Data2, "send_status_message") == 0) {
-- a_Interface_msg(conn->bw, Data1);
-+ a_Interface_msg(conn->bw, "%s", Data1);
- } else if (strcmp(Data2, "chat") == 0) {
-- a_Interface_msg(conn->bw, Data1);
-+ a_Interface_msg(conn->bw, "%s", Data1);
- a_Bookmarks_chat_add(NULL, NULL, Data1);
- } else if (strcmp(Data2, "dialog") == 0) {
- a_Dpiapi_dialog(conn->bw, conn->server, Data1);
OpenPOWER on IntegriCloud