Bug 84607 - ftp/proftpd: IPv6 Always Enabled
Summary: ftp/proftpd: IPv6 Always Enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Haro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-06 07:30 UTC by Max Campos
Modified: 2005-10-13 16:30 UTC (History)
0 users

See Also:


Attachments
file.diff (303 bytes, patch)
2005-08-06 07:30 UTC, Max Campos
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!