From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 24 16:20:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 139BE16A4CE for ; Thu, 24 Jun 2004 16:20:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A6E43D39 for ; Thu, 24 Jun 2004 16:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5OGK3eo096416 for ; Thu, 24 Jun 2004 16:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5OGK3Lo096415; Thu, 24 Jun 2004 16:20:03 GMT (envelope-from gnats) Resent-Date: Thu, 24 Jun 2004 16:20:03 GMT Resent-Message-Id: <200406241620.i5OGK3Lo096415@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mohacsi Janos Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02EC016A4CE; Thu, 24 Jun 2004 16:16:05 +0000 (GMT) Received: from mail.ki.iif.hu (mignon.ki.iif.hu [193.6.222.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB73B43D45; Thu, 24 Jun 2004 16:16:03 +0000 (GMT) (envelope-from mohacsi@niif.hu) Received: from localhost (localhost [127.0.0.1]) by mail.ki.iif.hu (Postfix) with ESMTP id B597B558A; Thu, 24 Jun 2004 18:15:58 +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 64543-02-10; Thu, 24 Jun 2004 18:15:57 +0200 (CEST) Received: by mail.ki.iif.hu (Postfix, from userid 1003) id 475BB5585; Thu, 24 Jun 2004 18:15:57 +0200 (CEST) Message-Id: <20040624161557.475BB5585@mail.ki.iif.hu> Date: Thu, 24 Jun 2004 18:15:57 +0200 (CEST) From: Mohacsi Janos To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dougb@FreeBSD.org Subject: ports/68282: update: mail/pine4 - ipv6 compilation handling bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mohacsi Janos List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 16:20:15 -0000 >Number: 68282 >Category: ports >Synopsis: update: mail/pine4 - ipv6 compilation handling bug >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 24 16:20:03 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Mohacsi Janos >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: NIIF >Environment: System: FreeBSD mignon.ki.iif.hu 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Wed Sep 17 15:33:52 CEST 2003 root@mignon.ki.iif.hu:/usr/obj/usr/src/sys/MIGNON i386 >Description: Update to mail/pine4 The pine build script does not handle correctly the IP=6 option (that makes pine compatible) in all cases. This patch tries to resolve this problem. Hopefully this will be resolved in the next pine release. >How-To-Repeat: Apply this diff. >Fix: diff -ruN pine4.bak/Makefile pine4/Makefile --- pine4.bak/Makefile Wed Jun 9 13:44:09 2004 +++ pine4/Makefile Thu Jun 24 17:55:23 2004 @@ -43,6 +43,7 @@ .if defined(WITH_IPV6) EXTRA_OPTS+= IP=6 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-imap::src::osdep::unix::Makefile .endif MAN1= pine.1 pico.1 pilot.1 rpdump.1 rpload.1 diff -ruN pine4.bak/files/extra-patch-imap::src::osdep::unix::Makefile pine4/files/extra-patch-imap::src::osdep::unix::Makefile --- pine4.bak/files/extra-patch-imap::src::osdep::unix::Makefile Thu Jan 1 01:00:00 1970 +++ pine4/files/extra-patch-imap::src::osdep::unix::Makefile Thu Jun 24 17:51:05 2004 @@ -0,0 +1,11 @@ +--- imap/src/osdep/unix/Makefile.orig Thu Jun 24 17:48:38 2004 ++++ imap/src/osdep/unix/Makefile Thu Jun 24 17:48:50 2004 +@@ -24,7 +24,7 @@ + EXTRADRIVERS=mbox + PASSWDTYPE=std + SSLTYPE=nopwd +-IP=4 ++IP=6 + + + # Extended flags needed for SSL. You may need to modify. >Release-Note: >Audit-Trail: >Unformatted: