summaryrefslogtreecommitdiff
path: root/net-im/meanwhile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-27 06:00:19 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-27 06:00:19 +0000
commit354b79f0c7ae6bdfdd04d0e8dcc0ce81c80cc5ea (patch)
treeb1f61375a36466f187362040cec9e25264e95dda /net-im/meanwhile
parentUpdate to 0.79. See http://gaim.sourceforge.net/ChangeLog for the usual list (diff)
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.
Notes
Notes: svn path=/head/; revision=112347
Diffstat (limited to 'net-im/meanwhile')
-rw-r--r--net-im/meanwhile/Makefile6
-rw-r--r--net-im/meanwhile/distinfo2
-rw-r--r--net-im/meanwhile/files/patch-src_srvc_im.c19
-rw-r--r--net-im/meanwhile/pkg-plist2
4 files changed, 10 insertions, 19 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile
index d00da0b9679b..29f91b3b9297 100644
--- a/net-im/meanwhile/Makefile
+++ b/net-im/meanwhile/Makefile
@@ -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
diff --git a/net-im/meanwhile/distinfo b/net-im/meanwhile/distinfo
index 3023b894c6d2..938aafef4fa9 100644
--- a/net-im/meanwhile/distinfo
+++ b/net-im/meanwhile/distinfo
@@ -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
diff --git a/net-im/meanwhile/files/patch-src_srvc_im.c b/net-im/meanwhile/files/patch-src_srvc_im.c
deleted file mode 100644
index 47d70264e8b6..000000000000
--- a/net-im/meanwhile/files/patch-src_srvc_im.c
+++ /dev/null
@@ -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) ||
diff --git a/net-im/meanwhile/pkg-plist b/net-im/meanwhile/pkg-plist
index e4c3cb9d631f..16f371d694e8 100644
--- a/net-im/meanwhile/pkg-plist
+++ b/net-im/meanwhile/pkg-plist
@@ -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