From owner-freebsd-ports@FreeBSD.ORG Sun Jan 27 16:08:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6338D3BF for ; Sun, 27 Jan 2013 16:08:55 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (ip-2-1-0-2.r03.asbnva02.us.ce.gin.ntt.net [IPv6:2001:418:0:5000::16]) by mx1.freebsd.org (Postfix) with ESMTP id 7DB178E2 for ; Sun, 27 Jan 2013 16:08:54 +0000 (UTC) Received: from wonderland.m5p.com (localhost [IPv6:::1]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id r0RG8l2r001947 for ; Sun, 27 Jan 2013 11:08:52 -0500 (EST) (envelope-from george+freebsd@m5p.com) Message-ID: <5105510F.7070409@m5p.com> Date: Sun, 27 Jan 2013 11:08:47 -0500 From: George Mitchell User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120908 Thunderbird/15.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: ghostscript dependency checking, CURRENT + pkgng Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 on 10.100.0.3 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [IPv6:::1]); Sun, 27 Jan 2013 11:08:53 -0500 (EST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2013 16:08:55 -0000 On a FreeBSD 10.0-CURRENT system on Raspberry Pi, with pkgng installed, I built print/ghostscript9-nox11 (since I'm not planning to run X11 on the box). But when I try to build any of the ports that specify "USE_GHOSTSCRIPT=yes", "make" in the port's directory tries to satisfy the ghostscript dependency by trying to build ghostscript9 even though ghostscript9-nox11 is installed. If I add _USE_GHOSTSCRIPT_PKGNAME_SUFFIX= -nox11 to the Makefile, it "fixes" the problem in an ugly way (although it didn't fix the problem for print/hplip). uname: r245840M (image built by Alie Tab on 25 January) ports: svnversion 308518 pkg -v: 1.0.3 What's the best way to proceed? I have CUPS installed and it even works, but I am pretty sure my printer will work better if I can get print/hplip installed. -- George Mitchell