From owner-freebsd-ports Wed Oct 2 21:20: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEE1737B404 for ; Wed, 2 Oct 2002 21:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CF4543E81 for ; Wed, 2 Oct 2002 21:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g934K1Co018265 for ; Wed, 2 Oct 2002 21:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g934K1NW018264; Wed, 2 Oct 2002 21:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 127E237B401 for ; Wed, 2 Oct 2002 21:19:07 -0700 (PDT) Received: from incinerator.seecolinslash.com (dsl081-071-120.sfo1.dsl.speakeasy.net [64.81.71.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE2643E4A for ; Wed, 2 Oct 2002 21:19:06 -0700 (PDT) (envelope-from monkey@incinerator.seecolinslash.com) Received: (from monkey@localhost) by incinerator.seecolinslash.com (8.11.6/8.11.6) id g934JKF03084; Wed, 2 Oct 2002 21:19:20 -0700 (PDT) (envelope-from monkey) Message-Id: <200210030419.g934JKF03084@incinerator.seecolinslash.com> Date: Wed, 2 Oct 2002 21:19:20 -0700 (PDT) From: Reply-To: To: FreeBSD-gnats-submit@FreeBSD.org Cc: rtdean@cytherianage.net X-Send-Pr-Version: 3.113 Subject: ports/43615: [patch] update and fix net/naim Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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