You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_ftp-commits@incubator.apache.org by wr...@apache.org on 2006/12/15 21:38:18 UTC

svn commit: r487678 - /incubator/mod_ftp/trunk/STATUS

Author: wrowe
Date: Fri Dec 15 13:38:17 2006
New Revision: 487678

URL: http://svn.apache.org/viewvc?view=rev&rev=487678
Log:
Notes

Modified:
    incubator/mod_ftp/trunk/STATUS

Modified: incubator/mod_ftp/trunk/STATUS
URL: http://svn.apache.org/viewvc/incubator/mod_ftp/trunk/STATUS?view=diff&rev=487678&r1=487677&r2=487678
==============================================================================
--- incubator/mod_ftp/trunk/STATUS (original)
+++ incubator/mod_ftp/trunk/STATUS Fri Dec 15 13:38:17 2006
@@ -41,18 +41,45 @@
         apxs -c -I ../../include mod_ftp.c ftp_*.c
         apxs -i mod_ftp.la
 
-      but we need to add some autoconf-like detection for two features
-      that apr didn't provide.
+        -or-
 
-RELEASE SHOWSTOPPERS:
+        cd modules/ftp
+        make -f Makefile.apxs
+        make -f Makefile.apxs install
+
+        -or-
+
+        copy modules/ftp/ and include/ over an httpd tree
+        ./buildconf to pick up ftp
+        ./configure --enable-ftp
+
+      but we need to add some autoconf-like detection for the first
+      two methods; for now - ftp_config.h sets glob, fchmod and the
+      header arpa/ftp.h as 'found'.
+
+      On windows, it's necessary to erase the stock ftp_config.h to 
+      clear these missing features.  The project will make an empty
+      stub defining none of these.  On windows, for example
+
+        del include/ftp_config.h
+        set APACHE_HOME=c:\apache22
 
-    * Write a (trivial) build system to compile src/ and modules/ to
-      Apache 2.0 and 2.2
+      And then...
+
+        msdev /useenv mod_ftp.dsw
+
+        -or-
+
+        devenv /useenv mod_ftp.dsw
+
+      The later command will convert mod_ftp.dsw to mod_ftp.sln, so
+      after converting once, invoke 'devenv /useenv mod_ftp.sln' instead.
+
+RELEASE SHOWSTOPPERS:
 
-    * Port source code to 2.2 compatibility.
+    * Port source code to 2.3 + event MPM compatibility.
 
-    * Add documentation, currently being transcoded from /Covalent/ASF/
-      by Noirin for initial checkin.
+    * Implement EPSV and EPRT for IPv6 compatibility.
 
 CURRENT VOTES: