From owner-svn-src-head@FreeBSD.ORG Thu Jul 12 23:11:30 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A67A01065673; Thu, 12 Jul 2012 23:11:30 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 926AB8FC20; Thu, 12 Jul 2012 23:11:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6CNBUSa034371; Thu, 12 Jul 2012 23:11:30 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6CNBUUS034369; Thu, 12 Jul 2012 23:11:30 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201207122311.q6CNBUUS034369@svn.freebsd.org> From: Jung-uk Kim Date: Thu, 12 Jul 2012 23:11:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r238412 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2012 23:11:30 -0000 Author: jkim Date: Thu Jul 12 23:11:30 2012 New Revision: 238412 URL: http://svn.freebsd.org/changeset/base/238412 Log: Fix the previous commit. Obsolete libraries must be added to OLD_LIBS. Pointyhat to: me Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Thu Jul 12 23:00:35 2012 (r238411) +++ head/ObsoleteFiles.inc Thu Jul 12 23:11:30 2012 (r238412) @@ -39,7 +39,10 @@ # done # 20120712: OpenSSL 1.0.1c import -OLD_FILES+=lib/libcrypto.so.6 +OLD_LIBS+=lib/libcrypto.so.6 +OLD_LIBS+=usr/lib/libssl.so.6 +OLD_LIBS+=usr/lib32/libcrypto.so.6 +OLD_LIBS+=usr/lib32/libssl.so.6 OLD_FILES+=usr/include/openssl/aes_locl.h OLD_FILES+=usr/include/openssl/bio_lcl.h OLD_FILES+=usr/include/openssl/e_os.h @@ -50,9 +53,6 @@ OLD_FILES+=usr/include/openssl/pq_compat OLD_FILES+=usr/include/openssl/store.h OLD_FILES+=usr/include/openssl/tmdiff.h OLD_FILES+=usr/include/openssl/ui_locl.h -OLD_FILES+=usr/lib/libssl.so.6 -OLD_FILES+=usr/lib32/libcrypto.so.6 -OLD_FILES+=usr/lib32/libssl.so.6 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_id_callback.3.gz # 20120621: remove old man page OLD_FILES+=usr/share/man/man8/vnconfig.8.gz