Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  3 May 2002 17:33:40 +0200 (CEST)
From:      Martijn <martijn@pacno.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sean@chittenden.org
Subject:   ports/37713: AIM Transport doesn't work correctly with jabber-1.4.2
Message-ID:  <20020503153340.BB51528B@drain.sewers-2.demon.nl>

next in thread | raw e-mail | index | archive | help

>Number:         37713
>Category:       ports
>Synopsis:       AIM Transport doesn't work correctly with jabber-1.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 03 08:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Martijn
>Release:        FreeBSD 4.5-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD drain.hofnet 4.5-RELEASE-p3 FreeBSD 4.5-RELEASE-p3 #10: Fri Apr 19 16:50:30 CEST 2002 root@drain.hofnet:/pub/FreeBSD/obj/usr/src/sys/DRAIN i386


>Description:
	When a ICQ contact sends a message to a jabber user via the aim-transport, the transport always sends an Auto-Reply message to that contact, even when the jabber user is online.

>How-To-Repeat:
	Have a ICQ contact send you a message.
>Fix:

Upgrade to aim-transport-stable (2002-04-03).

Replace files/patch-aa with:

--- src/Makefile.am.orig        Fri May  3 17:27:29 2002
+++ src/Makefile.am     Fri May  3 17:27:36 2002
@@ -59,4 +59,4 @@

 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

and apply this patch:


--- Makefile.orig	Fri May  3 17:05:53 2002
+++ Makefile	Fri May  3 17:25:21 2002
@@ -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=	stable
 CATEGORIES=	net
-MASTER_SITES=	http://download.jabber.org/dists/transports/aim-transport/
+MASTER_SITES=	http://aim-transport.jabberstudio.org/
 PKGNAMEPREFIX=	jabber-
 DIST_SUBDIR=	jabber
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 MAINTAINER=	sean@chittenden.org
 
 BUILD_DEPENDS=	${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
 
 USE_GMAKE=	yes
+USE_LIBTOOL=	yes
+USE_AUTOMAKE=	yes
+USE_AUTOMAKE_VER=	15
 USE_AUTOCONF=	yes
+AUTOCONF=	autoconf
+
+LIBTOOLFILES=	macros/aclocal-include.m4
+AUTOMAKE_ARGS=	--add-missing --gnu
 
 CONFIGURE_ARGS+=	--with-jabberd=${PREFIX}/include/jabber
+
+pre-configure:
+	@cd ${WRKSRC}; \
+	libtoolize --force --copy ; \
+	${ACLOCAL} -I macros ; \
+	${AUTOHEADER}
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber/
--- distinfo.orig	Fri Apr 19 06:22:50 2002
+++ distinfo	Fri May  3 17:06:30 2002
@@ -1 +1 @@
-MD5 (jabber/aim-transport-0.9.24c.tar.gz) = a3c18654d41ebfaa3c74117004bf7d93
+MD5 (jabber/aim-transport-stable.tar.gz) = da08046da787bee6e09452c198b535c9
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020503153340.BB51528B>