mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
upgrade to 4.8.2
This commit is contained in:
parent
4e4d8e6230
commit
84fc559015
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64687
@ -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/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (centericq-4.8.0.tar.gz) = 0c9710d6b07fe6fc193c0a4215d9761e
|
||||
MD5 (centericq-4.8.2.tar.gz) = 9f707e4928f8491e4042f09030b57eef
|
||||
|
@ -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;
|
||||
|
@ -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/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (centericq-4.8.0.tar.gz) = 0c9710d6b07fe6fc193c0a4215d9761e
|
||||
MD5 (centericq-4.8.2.tar.gz) = 9f707e4928f8491e4042f09030b57eef
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user