From owner-freebsd-questions@FreeBSD.ORG Thu May 7 05:14:19 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 083AC1065677 for ; Thu, 7 May 2009 05:14:19 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by mx1.freebsd.org (Postfix) with ESMTP id B7A388FC16 for ; Thu, 7 May 2009 05:14:18 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id n474uNd7012544 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 6 May 2009 23:56:23 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id n474uMqA095130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 6 May 2009 23:56:22 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id n474uK9O095117; Wed, 6 May 2009 23:56:20 -0500 (CDT) (envelope-from dan) Date: Wed, 6 May 2009 23:56:19 -0500 From: Dan Nelson To: Chris Hill Message-ID: <20090507045616.GH3371@dan.emsphone.com> References: <20090506221421.N3109@tripel.monochrome.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090506221421.N3109@tripel.monochrome.org> X-OS: FreeBSD 7.2-STABLE User-Agent: Mutt/1.5.19 (2009-01-05) X-Virus-Scanned: ClamAV version 0.94.1, clamav-milter version 0.94.1 on email1.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Wed, 06 May 2009 23:56:23 -0500 (CDT) X-Scanned-By: MIMEDefang 2.45 Cc: FreeBSD Questions List Subject: Re: Java without CUPS 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: Thu, 07 May 2009 05:14:19 -0000 In the last episode (May 06), Chris Hill said: > I know that, since my printer speaks Postscript, I don't need CUPS. But > some of the ports I'm installing want to install CUPS as a dependency. > The first one I happened across was java/jdk16, but I'd be surprised if > there weren't more. > > Could it be as simple as > # make -DWITHOUT_CUPS install > ? I see no such possibility in either the config options or the Makefile > for jdk16, and google was no help. > > It's not like the disk space costs anything nowadays, but I chafe at > installing unneccesary bloat on my system. If it can't be done I'll deal, > but I'd like to stay CUPS-free if possible. Take a look at PR 120718. The same files work for the jdk7 tree, too, if you happen to track that. -- Dan Nelson dnelson@allantgroup.com