Bug 84607

Summary: ftp/proftpd: IPv6 Always Enabled
Product: Ports & Packages Reporter: Max Campos <mcampos>
Component: Individual Port(s)Assignee: Michael Haro <mharo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Max Campos 2005-08-06 07:30:19 UTC
IPv6 cannot be disabled.  When the port think ipv6 is disabled it calls configure with "--disable-ipv6".  Unfortunately, due to a bug in proftp's configure script, this causes ipv6 to be enabled.

I've reported this to the proftpd folks as bug 2676.

Fix: Add the following patch to the files directory:
How-To-Repeat: Run make without any options (or with WITHOUT_IPV6), then check config.h and see PR_USE_IPV6 is defined.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-08-07 00:29:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mharo

Over to maintainer.
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2005-10-13 16:30:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!