From owner-freebsd-questions@FreeBSD.ORG Wed May 20 19:16:16 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BCEADF2 for ; Wed, 20 May 2015 19:16:16 +0000 (UTC) Received: from mail.tridentusa.com (mail.tridentusa.com [96.225.19.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.tridentusa.com", Issuer "mail.tridentusa.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DF726192F for ; Wed, 20 May 2015 19:16:15 +0000 (UTC) Received: (qmail 3426 invoked from network); 20 May 2015 15:16:14 -0400 Received: from pool-108-35-251-60.nwrknj.fios.verizon.net (HELO ?192.168.1.61?) (jjohnstone@tridentusa.com@108.35.251.60) by mail.tridentusa.com with SMTP; 20 May 2015 15:16:14 -0400 Message-ID: <555CDD7B.5060102@tridentusa.com> Date: Wed, 20 May 2015 15:16:11 -0400 From: John Johnstone User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org CC: Valeri Galtsev , Jeffry Killen Subject: Re: freetype in ports? References: <20150520200456.49f6ee31.freebsd@edvax.de> <50466.128.135.70.2.1432145863.squirrel@cosmo.uchicago.edu> In-Reply-To: <50466.128.135.70.2.1432145863.squirrel@cosmo.uchicago.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2015 19:16:16 -0000 On 5/20/15 2:17 PM, Valeri Galtsev wrote: > > On Wed, May 20, 2015 1:04 pm, Polytropon wrote: >> On Wed, 20 May 2015 10:36:17 -0700, Jeffry Killen wrote: >>> Hello; >>> >>> I want to add freetype to system so I can build php5.6x with GD, with >>> freetype >>> ttf font support. >>> >>> I did >>> find /usr/ports *freetype* and no match came up >>> >>> same with >>> find /usr/ports FreeType2 and no match came up > > I would use unix find comand as follows: > > find /usr/ports -name \*freetype\* > > But the suggestion by Mr. Polytropon below is much better (as it doesn't > care about case to the contrary to find command above... How about -iname? - John J.