From owner-freebsd-ports@FreeBSD.ORG Wed Apr 26 13:18:32 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F281216A402; Wed, 26 Apr 2006 13:18:31 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (a.imap.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88A0E43D53; Wed, 26 Apr 2006 13:18:14 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [10.1.3.90] (maat.visualtech.com [208.16.19.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by b.mx.visualtech.com (Postfix) with ESMTP id B2EBB4EB2; Wed, 26 Apr 2006 09:18:11 -0400 (EDT) Message-ID: <444F7312.8060607@voicenet.com> Date: Wed, 26 Apr 2006 09:18:10 -0400 From: Adam K Kirchhoff User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060205 Debian/1.7.12-1.1 X-Accept-Language: en MIME-Version: 1.0 To: Simon Barner References: <20060411070916.9f5f564f.adamk@voicenet.com> <20060411112456.GA89866@qlovarnika.bg.datamax> <20060411075134.6fd0602f.adamk@voicenet.com> <20060411125522.GA90276@qlovarnika.bg.datamax> <20060411092449.c7cb9095.adamk@voicenet.com> <20060425154208.GD1824@sunflower.sb1.swh.mhn.de> In-Reply-To: <20060425154208.GD1824@sunflower.sb1.swh.mhn.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: vd@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: boost-python 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: Wed, 26 Apr 2006 13:18:32 -0000 Simon Barner wrote: >[...] > > > >>>The -a option comes from devel/boost/Makefile >>>Btw I tested on 4.11 5.5-pre and 6.0 and (although not documented) >>>find(1) supports -a on those three platforms. >>>What version of FreeBSD are you running? >>> >>> >>> >>FYI, even when I change the "-a" to "-and" it fails to install: >> >>cd /usr/ports/devel/boost-python/work/boost_1_33_1 && /usr/bin/find boost -type d -and \! -name "*.orig" -exec /bin/mkdir -p /usr/local/include/\{\} \; >>find: -and: unknown option >> >>I went ahead and removed it, per your suggestion. It died a few lines later, >>with another -a option to find. After removing that one, though, it seems >>to have installed fine. >> >> > >Hello, > >sorry for not getting back to you earlier. > >Is this still a problem for you? I suspect that you were using rev. 1.24 >of src/usr.bin/find/option.c in which the list of command line parameters >was not lexicographically sorted (as it should be). > >Best regards, > Simon > > > > Well I just did a cvsup and now have rev 1.25 of option.c. The -a option does seem to be working: [ adamk@sorrow - /usr/src/usr.bin/find ]: find . -name "option*" -a -name "*.c" ./option.c Adam