svn commit: r255462 - head

Dag-Erling Smørgrav des at FreeBSD.org
Tue Sep 10 22:40:39 UTC 2013


Author: des
Date: Tue Sep 10 22:40:38 2013
New Revision: 255462
URL: http://svnweb.freebsd.org/changeset/base/255462

Log:
  Missed in r255386: libssh is more than just the .so file itself.
  
  Approved by:	re (blanket)

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Sep 10 22:30:22 2013	(r255461)
+++ head/ObsoleteFiles.inc	Tue Sep 10 22:40:38 2013	(r255462)
@@ -39,8 +39,14 @@
 # done
 
 # 20130908: libssh becomes private
+OLD_FILES+=usr/lib/libssh.a
+OLD_FILES+=usr/lib/libssh.so
 OLD_LIBS+=usr/lib/libssh.so.5
+OLD_FILES+=usr/lib/libssh_p.a
+OLD_FILES+=usr/lib32/libssh.a
+OLD_FILES+=usr/lib32/libssh.so
 OLD_LIBS+=usr/lib32/libssh.so.5
+OLD_FILES+=usr/lib32/libssh_p.a
 # 20130903: gnupatch is no more
 OLD_FILES+=usr/bin/gnupatch
 OLD_FILES+=usr/share/man/man1/gnupatch.1.gz


More information about the svn-src-head mailing list