Bug 18851

Summary: --with-ftp should be --enable-ftp in /usr/ports/www/apache13-php4/scripts/configure.php
Product: Ports & Packages Reporter: jpf <jpf>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description jpf 2000-05-28 04:40:00 UTC
ftp_connect() was undefined even though FTP support 
was selected during a make in /usr/ports/www/apache13-php4.

Fix: 

Replace the --with-ftp string with --enable-ftp string in the
/usr/ports/www/apache13-php4/scripts/configure.php script.
How-To-Repeat: Run a normal make in /usr/ports/www/apache13-php4 and select
File Transfer Protocal Support.
Comment 1 Steve Price freebsd_committer freebsd_triage 2000-05-29 03:31:11 UTC
State Changed
From-To: open->closed

Committed, thanks!