FreeBSD Bugzilla – Attachment 21527 Details for
Bug 37713
AIM Transport doesn't work correctly with jabber-1.4.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch (text/plain; charset=us-ascii), 3.54 KB, created by
Sean Chittenden
on 2002-05-04 03:07:44 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Sean Chittenden
Created:
2002-05-04 03:07:44 UTC
Size:
3.54 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/jabber-aim/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- Makefile 2002/04/19 04:22:50 1.1 >+++ Makefile 2002/05/04 02:04:05 >@@ -5,20 +5,34 @@ > # $FreeBSD: ports/net/jabber-aim/Makefile,v 1.1 2002/04/19 04:22:50 ijliao Exp $ > > PORTNAME= aim-transport >-PORTVERSION= 0.9.24c >+PORTVERSION= 0.9.25 > CATEGORIES= net >-MASTER_SITES= http://download.jabber.org/dists/transports/aim-transport/ >+MASTER_SITES= http://aim-transport.jabberstudio.org/ > PKGNAMEPREFIX= jabber- >+DISTNAME= ${PORTNAME}-stable > DIST_SUBDIR= jabber > > MAINTAINER= sean@chittenden.org > >-BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber >+BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber \ >+ ${LOCALBASE}/bin/libtoolize:${PORTSDIR}/devel/libtool > > USE_GMAKE= yes >+USE_AUTOMAKE= yes >+USE_AUTOMAKE_VER= 15 >+AUTOMAKE_ARGS+= --add-missing --gnu > USE_AUTOCONF= yes > > CONFIGURE_ARGS+= --with-jabberd=${PREFIX}/include/jabber >+ >+post-extract: >+ @${MV} ${WRKDIR}/${PORTNAME} ${WRKDIR}/${DISTNAME} >+ >+pre-configure: >+ @cd ${WRKSRC}; \ >+ libtoolize --force --copy; \ >+ ${ACLOCAL} -I macros; \ >+ ${AUTOHEADER} > > do-install: > ${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber/ >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/net/jabber-aim/distinfo,v >retrieving revision 1.1 >diff -u -r1.1 distinfo >--- distinfo 2002/04/19 04:22:50 1.1 >+++ distinfo 2002/05/04 02:04:05 >@@ -1 +1 @@ >-MD5 (jabber/aim-transport-0.9.24c.tar.gz) = a3c18654d41ebfaa3c74117004bf7d93 >+MD5 (jabber/aim-transport-stable.tar.gz) = 802fbf87f950147afe47841af234d40d >Index: files/patch-aa >=================================================================== >RCS file: /home/ncvs/ports/net/jabber-aim/files/patch-aa,v >retrieving revision 1.1 >diff -u -r1.1 patch-aa >--- files/patch-aa 2002/04/19 04:22:50 1.1 >+++ files/patch-aa 2002/05/04 02:04:05 >@@ -1,41 +1,8 @@ >---- src/sessions.c Tue Nov 27 04:14:37 2001 >-+++ /usr/ports/distfiles/jabber/sessions.c.orig Wed Jan 30 09:07:47 2002 >-@@ -221,6 +221,29 @@ >- return 1; >- } >+--- src/Makefile.am.orig Fri May 3 18:39:47 2002 >++++ src/Makefile.am Fri May 3 18:39:57 2002 >+@@ -59,4 +59,4 @@ > >-+static int aim_icbmparaminfo(aim_session_t* sess, aim_frame_t* fr, ...) >-+{ >-+ struct aim_icbmparameters *params; >-+ va_list ap; >-+ >-+ va_start(ap, fr); >-+ params = va_arg(ap, struct aim_icbmparameters *); >-+ va_end(ap); >-+ >-+ /* >-+ * Set these to your taste, or client medium. Setting minmsginterval >-+ * higher is good for keeping yourself from getting flooded (esp >-+ * if you're on a slow connection or something where that would be >-+ * useful). >-+ */ >-+ params->maxmsglen = 8000; >-+ params->minmsginterval = 0; /* in milliseconds */ >-+ >-+ aim_seticbmparam(sess, params); >-+ >-+ return 1; >-+} >-+ >- int at_conninitdone_admin(aim_session_t *sess, >- aim_frame_t *command, ...) >- { >-@@ -411,6 +434,8 @@ >- AIM_CB_SPECIAL_CONNERR, at_parse_connerr, 0); >- aim_conn_addhandler(sess, bosconn, 0x0001, 0x001f, >- at_memrequest, 0); >-+ aim_conn_addhandler(sess, bosconn, 0x0004, 0x0005, >-+ aim_icbmparaminfo, 0); >- >- >- am = pmalloco(s->p, sizeof(_at_mio)); >+ aimtrans_so_LDFLAGS = -fPIC -shared >+ >+-CFLAGS += -DAIM_BUILDDATE=\"`date +%Y%m%d`\" -DAIM_BUILDTIME=\"`date +%H%M%S`\" -g >++CFLAGS = -DAIM_BUILDDATE=\"`date +%Y%m%d`\" -DAIM_BUILDTIME=\"`date +%H%M%S`\" -g
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 37713
:
21525
|
21526
| 21527