From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 9 08:00:43 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 663E716A422 for ; Tue, 9 Aug 2005 08:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7105D43D6A for ; Tue, 9 Aug 2005 08:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7980fY5064896 for ; Tue, 9 Aug 2005 08:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7980ftu064895; Tue, 9 Aug 2005 08:00:41 GMT (envelope-from gnats) Resent-Date: Tue, 9 Aug 2005 08:00:41 GMT Resent-Message-Id: <200508090800.j7980ftu064895@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, Andrej Zverev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C0516A41F for ; Tue, 9 Aug 2005 07:57:27 +0000 (GMT) (envelope-from az@inec.ru) Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id D738D43D46 for ; Tue, 9 Aug 2005 07:57:26 +0000 (GMT) (envelope-from az@inec.ru) Received: from waterwall.inec.ru (root@localhost) by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j797wpfq047993 for ; Tue, 9 Aug 2005 11:58:51 +0400 (MSD) Received: from az.inec.ru (msproxyoutif.intermediate.org [10.0.0.2]) by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j797wobG047987 for ; Tue, 9 Aug 2005 11:58:51 +0400 (MSD) Received: from az by az.inec.ru with local (Exim 4.51 (FreeBSD)) id 1E2OzP-000NCo-Mz for FreeBSD-gnats-submit@freebsd.org; Tue, 09 Aug 2005 11:57:35 +0400 Message-Id: Date: Tue, 09 Aug 2005 11:57:35 +0400 From: Andrej Zverev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/84692: [fix] ftp/proftpd -- ipV6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrej Zverev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2005 08:00:43 -0000 >Number: 84692 >Category: ports >Synopsis: [fix] ftp/proftpd -- ipV6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 09 08:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Since, ipv6 is disabled by default, we don't need to disable it via CONFIGURE_ARGS. In current configuration, ipv6 enabled forever (if system builded with IPV6 support). I send mharo@ mail, how repeat this situation, but no responce. >How-To-Repeat: >Fix: --- proftpd.diff begins here --- diff -Nru proftpd.orig/Makefile proftpd/Makefile --- proftpd.orig/Makefile Sun Jul 31 16:37:42 2005 +++ proftpd/Makefile Tue Aug 9 11:52:08 2005 @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.0rc2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ @@ -86,10 +86,6 @@ .if defined(WITH_IPV6) CONFIGURE_ARGS+= --enable-ipv6 -.endif - -.if defined(WITHOUT_IPV6) -CONFIGURE_ARGS+= --disable-ipv6 .endif #allow user to override --- proftpd.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: