On 15 June 2012 20:34, Ulrich Spörlein <u...@freebsd.org> wrote: > On Tue, 2012-02-28 at 11:06:52 +0000, Sergey Kandaurov wrote: >> Author: pluknet >> Date: Tue Feb 28 11:06:52 2012 >> New Revision: 232249 >> URL: http://svn.freebsd.org/changeset/base/232249 >> >> Log: >> Add lib32 part after libarchive 3.0.3 update. >> >> Modified: >> head/ObsoleteFiles.inc >> >> Modified: head/ObsoleteFiles.inc >> ============================================================================== >> --- head/ObsoleteFiles.inc Tue Feb 28 08:36:38 2012 (r232248) >> +++ head/ObsoleteFiles.inc Tue Feb 28 11:06:52 2012 (r232249) >> @@ -56,6 +56,9 @@ OLD_FILES+=man/man3/archive_read_data_in >> man/man3/archive_write_set_compression_none.3.gz \ >> man/man3/archive_write_set_compression_program.3.gz >> OLD_LIBS+=usr/lib/libarchive.so.5 >> +.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" >> +OLD_LIBS+=usr/lib32/libarchive.so.5 >> +.endif >> # 20120113: removal of wtmpcvt(1) >> OLD_FILES+=usr/bin/wtmpcvt >> OLD_FILES+=usr/share/man/man1/wtmpcvt.1.gz > > Please don't add TARGET_ARCH checks unless they are really necessary. > Here they aren't, they very rarely are.
This is a quite old change. Please see http://svn.freebsd.org/changeset/base/233010 -- 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"