Author: nwhitehorn
Date: Mon Oct  3 20:49:02 2011
New Revision: 225952
URL: http://svn.freebsd.org/changeset/base/225952

Log:
  Now that its only consumer is gone (sysinstall), remove libftpio as well.

Deleted:
  head/lib/libftpio/
Modified:
  head/ObsoleteFiles.inc
  head/lib/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc      Mon Oct  3 20:46:36 2011        (r225951)
+++ head/ObsoleteFiles.inc      Mon Oct  3 20:49:02 2011        (r225952)
@@ -39,7 +39,18 @@
 # done
 
 # 20110930: sysinstall removed
-OLD_FILES+=usr/sbin/sysinstall usr/share/man/man8/sysinstall.8.gz
+OLD_FILES+=usr/sbin/sysinstall
+OLD_FILES+=usr/share/man/man8/sysinstall.8.gz
+OLD_FILES+=usr/lib/libftpio.a
+OLD_FILES+=usr/lib/libftpio.so
+OLD_LIBS+=usr/lib/libftpio.so.8
+.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
+OLD_FILES+=usr/lib32/libftpio.a
+OLD_FILES+=usr/lib32/libftpio.so
+OLD_LIBS+=usr/lib32/libftpio.so.8
+.endif
+OLD_FILES+=usr/include/ftpio.h
+OLD_FILES+=usr/share/man/man3/ftpio.3.gz
 # 20110915: rename congestion control manpages
 OLD_FILES+=usr/share/man/man4/cc.4.gz
 OLD_FILES+=usr/share/man/man9/cc.9.gz

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile   Mon Oct  3 20:46:36 2011        (r225951)
+++ head/lib/Makefile   Mon Oct  3 20:49:02 2011        (r225952)
@@ -70,7 +70,6 @@ SUBDIR=       ${SUBDIR_ORDERED} \
        ${_libefi} \
        libexpat \
        libfetch \
-       libftpio \
        libgeom \
        ${_libgpib} \
        ${_libgssapi} \
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to