From owner-freebsd-questions@FreeBSD.ORG Wed May 20 19:29:19 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 18E434EA for ; Wed, 20 May 2015 19:29:19 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C05A31AF1 for ; Wed, 20 May 2015 19:29:18 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t4KJTGMG054904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 20 May 2015 13:29:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t4KJTFkM054901; Wed, 20 May 2015 13:29:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 20 May 2015 13:29:15 -0600 (MDT) From: Warren Block To: Jeffry Killen cc: freebsd-questions@freebsd.org Subject: Re: freetype in ports? In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Wed, 20 May 2015 13:29:16 -0600 (MDT) 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:29:19 -0000 On Wed, 20 May 2015, 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 Use -name. If the stars are used, they have to be protected from shell expansion: find /usr/ports -name "*freetype*" But usually ports can be found quickly with whereis: % whereis freetype freetype: /usr/ports/print/freetype If you don't know the exact name used, there are search options like Polytropon showed, or the freshports.org website can be handy.