From owner-freebsd-ports@FreeBSD.ORG Sat Jul 28 16:28:57 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49BCD106566B; Sat, 28 Jul 2012 16:28:57 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id DAD328FC14; Sat, 28 Jul 2012 16:28:56 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 28 Jul 2012 12:28:54 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr17.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BPK89743; Sat, 28 Jul 2012 12:28:53 -0400 X-Auth-ID: anat Received: from pool-173-63-112-200.nwrknj.fios.verizon.net (HELO [192.168.1.8]) ([173.63.112.200]) by smtp01.lnh.mail.rcn.net with ESMTP; 28 Jul 2012 12:28:53 -0400 Message-ID: <50141345.5040108@freebsd.org> Date: Sat, 28 Jul 2012 12:28:53 -0400 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120707 Thunderbird/13.0.1 MIME-Version: 1.0 To: Thomas Zander References: <4FD65C64.3080001@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Ports , Andriy Gapon Subject: Re: graphics/libfpx: use of bsd.lib.mk and warnings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2012 16:28:57 -0000 On 28.07.2012 12:25, Thomas Zander wrote: > It also causes the port to use clang when setting CC=clang in > /etc/src.conf (!) which fails here. > I am truly and utterly surprised that nobody seems to have this problem. The idea of using bsd.lib.mk is simple: here are the sources, please, build me a shared library :-) Does it fail to build with clang? -mi