diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-20 06:59:52 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-20 06:59:52 +0000 |
commit | 84fc55901592fbaf821e36dcad5e7c99c9cc72b9 (patch) | |
tree | ca09eb2bbd27ebbd3585b82d021439241977eac6 /net | |
parent | update WWW (diff) |
upgrade to 4.8.2
Diffstat (limited to 'net')
-rw-r--r-- | net/centericq/Makefile | 2 | ||||
-rw-r--r-- | net/centericq/distinfo | 2 | ||||
-rw-r--r-- | net/centericq/files/patch-conscommon.cc | 19 |
3 files changed, 7 insertions, 16 deletions
diff --git a/net/centericq/Makefile b/net/centericq/Makefile index 04aef11d4e64..1d991c3eebb7 100644 --- a/net/centericq/Makefile +++ b/net/centericq/Makefile @@ -7,7 +7,7 @@ # PORTNAME= centericq -PORTVERSION= 4.8.0 +PORTVERSION= 4.8.2 PORTREVISION= 0 CATEGORIES= net MASTER_SITES= http://konst.org.ua/download/ diff --git a/net/centericq/distinfo b/net/centericq/distinfo index 3028944b4dba..e728cf9d8a35 100644 --- a/net/centericq/distinfo +++ b/net/centericq/distinfo @@ -1 +1 @@ -MD5 (centericq-4.8.0.tar.gz) = 0c9710d6b07fe6fc193c0a4215d9761e +MD5 (centericq-4.8.2.tar.gz) = 9f707e4928f8491e4042f09030b57eef diff --git a/net/centericq/files/patch-conscommon.cc b/net/centericq/files/patch-conscommon.cc index ca2d8b24232d..bc6575ed790b 100644 --- a/net/centericq/files/patch-conscommon.cc +++ b/net/centericq/files/patch-conscommon.cc @@ -1,20 +1,11 @@ ---- kkconsui-0.1/src/conscommon.cc.orig Tue Jul 16 19:18:01 2002 -+++ kkconsui-0.1/src/conscommon.cc Tue Jul 16 19:20:11 2002 -@@ -28,6 +28,8 @@ - #include <sys/filio.h> - #endif - -+#include <iostream> -+ - bool kintf_graph = true, kintf_refresh = true; - - void (*kt_resize_event)(void); -@@ -255,7 +257,7 @@ +--- kkconsui-0.1/src/conscommon.cc.orig Tue Aug 20 14:50:35 2002 ++++ kkconsui-0.1/src/conscommon.cc Tue Aug 20 14:51:10 2002 +@@ -256,7 +256,7 @@ #include <fribidi/fribidi.h> } -string makebidi(const string &buf, int lpad = 0) { +string makebidi(const string &buf, int lpad) { + if(!use_fribidi) return buf; + FriBidiChar *us, *out_us; - char *outstring, *cbuf; - int size; |