Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Aug 2005 11:57:35 +0400
From:      Andrej Zverev <az@inec.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84692: [fix] ftp/proftpd -- ipV6
Message-ID:  <E1E2OzP-000NCo-Mz@az.inec.ru>
Resent-Message-ID: <200508090800.j7980ftu064895@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1E2OzP-000NCo-Mz>