On 16 July 2011 15:12, Doug Barton <do...@freebsd.org> wrote: > Author: dougb > Date: Sat Jul 16 11:12:09 2011 > New Revision: 224092 > URL: http://svn.freebsd.org/changeset/base/224092 > > Log: > Upgrade to version 9.8.0-P4 >
Hi. This commit changed liblwres.so major version 50 --> 80, so the obsolete library needs to be added to ObsoleteFiles.inc. Also, two files were removed in r224175. Does this look good for you? Index: ObsoleteFiles.inc =================================================================== --- ObsoleteFiles.inc (revision 225527) +++ ObsoleteFiles.inc (working copy) @@ -61,6 +61,11 @@ OLD_LIBS+=usr/lib32/librtld_db.so.1 OLD_LIBS+=usr/lib32/libtacplus.so.4 .endif +# 20110718: no longer useful in the age of rc.d +OLD_FILES+=usr/sbin/named.reconfig +OLD_FILES+=usr/sbin/named.reload +# 20110716: bind 9.8.0 import +OLD_LIBS+=usr/lib/liblwres.so.50 # 20110709: vm_map_clean.9 -> vm_map_sync.9 OLD_FILES+=usr/share/man/man9/vm_map_clean.9.gz # 20110709: Catch up with removal of these functions. -- wbr, pluknet _______________________________________________ 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"