svn commit: r232249 - head

Ulrich Spörlein uqs at FreeBSD.org
Fri Jun 15 16:35:10 UTC 2012


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.

Thanks
Uli


More information about the svn-src-head mailing list