From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 18:27:42 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F35CC1065670 for ; Fri, 28 Jan 2011 18:27:42 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id B4EDD8FC1A for ; Fri, 28 Jan 2011 18:27:42 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p0SIRfh6074849; Fri, 28 Jan 2011 11:27:41 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p0SIRfkJ074846; Fri, 28 Jan 2011 11:27:41 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 28 Jan 2011 11:27:41 -0700 (MST) From: Warren Block To: William Bulley In-Reply-To: <20110128165934.GA72065@itcom245.staff.itd.umich.edu> Message-ID: References: <20110128165934.GA72065@itcom245.staff.itd.umich.edu> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Fri, 28 Jan 2011 11:27:41 -0700 (MST) Cc: David Demelier , freebsd-questions@freebsd.org Subject: Re: Problem building GIMP 2.6.11 on 8.2-PRERELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2011 18:27:43 -0000 On Fri, 28 Jan 2011, William Bulley wrote: > > So something is clearly wrong here. The /var/db/ports/poppler/OPTIONS > file had: > > WITHOUT_CAIRO=yes > > inside, so I changed that to WITH_CAIRO=yes and repeated the above steps. > > The file /usr/local/libdata/pkgconfig/poppler-cairo.pc is now there! The right way to do that is # cd /usr/ports/graphics/poppler # make config You can reset the options with "make rmconfig".