Date: Thu, 24 Jun 2004 18:15:57 +0200 (CEST) From: Mohacsi Janos <mohacsi@niif.hu> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dougb@FreeBSD.org Subject: ports/68282: update: mail/pine4 - ipv6 compilation handling bug Message-ID: <20040624161557.475BB5585@mail.ki.iif.hu> Resent-Message-ID: <200406241620.i5OGK3Lo096415@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040624161557.475BB5585>