Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2012 18:34:58 +0200
From:      Ulrich =?utf-8?B?U3DDtnJsZWlu?= <uqs@FreeBSD.org>
To:        Sergey Kandaurov <pluknet@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r232249 - head
Message-ID:  <20120615163458.GX10094@acme.spoerlein.net>
In-Reply-To: <201202281106.q1SB6qR2067935@svn.freebsd.org>
References:  <201202281106.q1SB6qR2067935@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120615163458.GX10094>