Pull in the latest CVS snapshot to allow meanwhile-gaim to build with

Gaim 0.79.  This also allows meanwhile to read server buddy lists, but it
is known to be broken with certain versions of Sametime.
This commit is contained in:
Joe Marcus Clarke 2004-06-27 06:00:19 +00:00
parent a5463711fe
commit 354b79f0c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112347
8 changed files with 20 additions and 38 deletions

View File

@ -7,10 +7,16 @@
PORTNAME= meanwhile
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PATCH_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~marcus/
PATCH_SITE_SUBDIR=marcus
PATCHFILES= patch-net_meanwhile-cvs
MAINTAINER= marcus@FreeBSD.org
COMMENT= Open Source implementation of the Lotus Sametime protocol

View File

@ -1,2 +1,4 @@
MD5 (meanwhile-0.2.tar.gz) = 36105dc1101060679dccd8d87c0df442
SIZE (meanwhile-0.2.tar.gz) = 329678
MD5 (patch-net_meanwhile-cvs) = 1314bdecb88a3bda49a5acd8dc47c1d8
SIZE (patch-net_meanwhile-cvs) = 165534

View File

@ -1,19 +0,0 @@
--- src/srvc_im.c.orig Thu Jun 24 20:53:09 2004
+++ src/srvc_im.c Thu Jun 24 20:53:33 2004
@@ -160,12 +160,14 @@
struct mwSession *s;
struct mwChannelSet *cs;
unsigned int a, b;
+ char *buf;
+ gsize n;
s = chan->session;
cs = s->channels;
- char *buf = msg->addtl.data;
- gsize n = msg->addtl.len;
+ buf = msg->addtl.data;
+ n = msg->addtl.len;
if( (msg->service != Service_IM) ||
(msg->proto_type != Protocol_IM) ||

View File

@ -9,6 +9,8 @@ include/meanwhile/session.h
include/meanwhile/srvc_aware.h
include/meanwhile/srvc_conf.h
include/meanwhile/srvc_im.h
include/meanwhile/srvc_store.h
include/meanwhile/st_list.h
lib/libmeanwhile.a
lib/libmeanwhile.so
lib/libmeanwhile.so.0

View File

@ -7,10 +7,16 @@
PORTNAME= meanwhile
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PATCH_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~marcus/
PATCH_SITE_SUBDIR=marcus
PATCHFILES= patch-net_meanwhile-cvs
MAINTAINER= marcus@FreeBSD.org
COMMENT= Open Source implementation of the Lotus Sametime protocol

View File

@ -1,2 +1,4 @@
MD5 (meanwhile-0.2.tar.gz) = 36105dc1101060679dccd8d87c0df442
SIZE (meanwhile-0.2.tar.gz) = 329678
MD5 (patch-net_meanwhile-cvs) = 1314bdecb88a3bda49a5acd8dc47c1d8
SIZE (patch-net_meanwhile-cvs) = 165534

View File

@ -1,19 +0,0 @@
--- src/srvc_im.c.orig Thu Jun 24 20:53:09 2004
+++ src/srvc_im.c Thu Jun 24 20:53:33 2004
@@ -160,12 +160,14 @@
struct mwSession *s;
struct mwChannelSet *cs;
unsigned int a, b;
+ char *buf;
+ gsize n;
s = chan->session;
cs = s->channels;
- char *buf = msg->addtl.data;
- gsize n = msg->addtl.len;
+ buf = msg->addtl.data;
+ n = msg->addtl.len;
if( (msg->service != Service_IM) ||
(msg->proto_type != Protocol_IM) ||

View File

@ -9,6 +9,8 @@ include/meanwhile/session.h
include/meanwhile/srvc_aware.h
include/meanwhile/srvc_conf.h
include/meanwhile/srvc_im.h
include/meanwhile/srvc_store.h
include/meanwhile/st_list.h
lib/libmeanwhile.a
lib/libmeanwhile.so
lib/libmeanwhile.so.0