Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2002 21:19:20 -0700 (PDT)
From:      <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rtdean@cytherianage.net
Subject:   ports/43615: [patch] update and fix net/naim
Message-ID:  <200210030419.g934JKF03084@incinerator.seecolinslash.com>

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

>Number:         43615
>Category:       ports
>Synopsis:       [patch] update and fix net/naim
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 02 21:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.7-RC FreeBSD 4.7-RC #26: Tue Oct 1 02:43:55 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	in addition to the current version of net/naim being old and outdated,
	it no longer works. AOL's aim TOC servers have started spitting out
	'invalid' frame headers, presumably in an effort to cut down on non-
	commissioned projects. naim came out wiht a patch for this, which this
	update incorportates.

	it's worth noting that this problem affects net/centericq and many other
	aim clients. gaim isn't affected.

	the MASTER_SITES have changed a bit because the new source tarball is
	hidden behind a cookies-based frontend which i'm still trying to 
	figure out. if this is committed now, i'll submit a patch when more
	sites become available.
>How-To-Repeat:
	the older version compiles just fine, but after a minute or so, your client
	will either disconnect, or the program will core dump.
	
>Fix:

	

	these patches patch net/naim/Makefile and net/naim/distinfo. the patches in
	files/ have all been incorporated into this version, so the entire files/
	directory can be removed.

--- patch-Makefile begins here ---
--- Makefile.orig	Wed Oct  2 20:58:35 2002
+++ Makefile	Wed Oct  2 21:06:20 2002
@@ -6,14 +6,13 @@
 #
 
 PORTNAME=	naim
-PORTVERSION=	0.11.3
-PORTREVISION=	1
+PORTVERSION=	0.11.4p1
 CATEGORIES=	net
-MASTER_SITES=	http://rpi-acm.org/~n/dev.n.ml.org/ \
-		http://www.acm.rpi.edu/~n/dev.n.ml.org/
+MASTER_SITES=	http://www.acm.rpi.edu/~n/
 
 MAINTAINER=	rtdean@cytherianage.net
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/p1//}
 GNU_CONFIGURE=	yes
 
 MAN1=		naim.1
--- patch-Makefile ends here ---

--- patch-distinfo begins here ---
--- distinfo.orig	Wed Oct  2 20:58:30 2002
+++ distinfo	Wed Oct  2 21:03:32 2002
@@ -1 +1 @@
-MD5 (naim-0.11.3.tar.gz) = d7c10e61eff7a7075d2c24044fd40b51
+MD5 (naim-0.11.4p1.tar.gz) = 5253a39fe594440478dc4f3fb8538ca4
--- patch-distinfo ends here ---


>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?200210030419.g934JKF03084>