From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 9 10:01:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2829C16A4E9; Wed, 9 Jun 2004 10:01:53 +0000 (GMT) Received: from mail.ki.iif.hu (mignon.ki.iif.hu [193.6.222.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id E641E43D58; Wed, 9 Jun 2004 10:01:51 +0000 (GMT) (envelope-from mohacsi@niif.hu) Received: from localhost (localhost [127.0.0.1]) by mail.ki.iif.hu (Postfix) with ESMTP id 4087455D2; Wed, 9 Jun 2004 12:01:43 +0200 (CEST) Received: from mail.ki.iif.hu ([127.0.0.1]) by localhost (mignon.ki.iif.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 92181-01-7; Wed, 9 Jun 2004 12:01:41 +0200 (CEST) Received: by mail.ki.iif.hu (Postfix, from userid 1003) id 838825571; Wed, 9 Jun 2004 12:01:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.ki.iif.hu (Postfix) with ESMTP id 817785570; Wed, 9 Jun 2004 12:01:41 +0200 (CEST) Date: Wed, 9 Jun 2004 12:01:41 +0200 (CEST) From: Mohacsi Janos X-X-Sender: mohacsi@mignon.ki.iif.hu To: Doug Barton In-Reply-To: <200405222234.i4MMY6IT079363@freefall.freebsd.org> Message-ID: <20040609115950.R92220@mignon.ki.iif.hu> References: <200405222234.i4MMY6IT079363@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at mail.ki.iif.hu cc: freebsd-ports-bugs@FreeBSD.org cc: janos.mohacsi@bsd.hu Subject: Re: ports/65852: New port: mail/pine+ipv6 or might be patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2004 10:01:53 -0000 Hi Doug, I did not have to work on the problem until now. Here is the patch for the new pine 4.60. ------------8<------------------ diff -ruN pine4.bak/Makefile pine4/Makefile --- pine4.bak/Makefile Tue May 25 09:02:55 2004 +++ pine4/Makefile Wed Jun 9 11:18:37 2004 @@ -7,7 +7,7 @@ PORTNAME= pine PORTVERSION= 4.60 -CATEGORIES= mail news +CATEGORIES= mail news ipv6 MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ http://mirror.sit.wisc.edu/pub/net/mail/pine/ \ ftp://sunsite.icm.edu.pl/pub/unix/mail/pine/ \ @@ -39,6 +39,10 @@ .else EXTRA_OPTS+= SSLTYPE=unix.nopwd .endif +.endif +# +.if defined(WITH_IPV6) +EXTRA_OPTS+= IP=6 .endif MAN1= pine.1 pico.1 pilot.1 rpdump.1 rpload.1 -----------------8<----------------------------- Janos Mohacsi Network Engineer, Research Associate NIIF/HUNGARNET, HUNGARY Key 00F9AF98: 8645 1312 D249 471B DBAE 21A2 9F52 0D1F 00F9 AF98 On Sat, 22 May 2004, Doug Barton wrote: > Synopsis: New port: mail/pine+ipv6 or might be patch > > State-Changed-From-To: open->analyzed > State-Changed-By: dougb > State-Changed-When: Sat May 22 15:32:46 PDT 2004 > State-Changed-Why: > > I'm interested in this idea, but I'd rather have it as patches to > the existing pine4 port. Please consider following up to this > PR with such patches. > > > Responsible-Changed-From-To: freebsd-ports-bugs->dougb > Responsible-Changed-By: dougb > Responsible-Changed-When: Sat May 22 15:32:46 PDT 2004 > Responsible-Changed-Why: > > I'm the maintainer for pine4. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=65852 >