From owner-freebsd-ports@freebsd.org Sat Aug 22 21:14:46 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9521C9BE494 for ; Sat, 22 Aug 2015 21:14:46 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7AB4F1F09 for ; Sat, 22 Aug 2015 21:14:46 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: by mailman.ysv.freebsd.org (Postfix) id 7886E9BE491; Sat, 22 Aug 2015 21:14:46 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7728A9BE48F for ; Sat, 22 Aug 2015 21:14:46 +0000 (UTC) (envelope-from wblock@wonkity.com) 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 315B91F07; Sat, 22 Aug 2015 21:14:46 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t7MKt954094800 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 22 Aug 2015 14:55:09 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t7MKt9Sp094797; Sat, 22 Aug 2015 14:55:09 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 22 Aug 2015 14:55:09 -0600 (MDT) From: Warren Block To: Hiroki Sato cc: ports@FreeBSD.org Subject: Re: Removal of print/ghostscript*-nox11 In-Reply-To: <20150823.025118.2214641030331335788.hrs@allbsd.org> Message-ID: References: <20150821.022521.792759762853683209.hrs@allbsd.org> <20150823.025118.2214641030331335788.hrs@allbsd.org> 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]); Sat, 22 Aug 2015 14:55:09 -0600 (MDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Aug 2015 21:14:46 -0000 On Sun, 23 Aug 2015, Hiroki Sato wrote: > Hiroki Sato wrote > in <20150821.022521.792759762853683209.hrs@allbsd.org>: > > hr> So I would suggest either of the following two plans: > hr> > hr> Plan A: Just remove print/ghostscript*-nox11. > ... > > hr> Plan B: Remove print/ghostscript*-nox11 and split the X11-dependent > hr> part of print/ghostscript9 into another port. > > Thank you all for your feedback! I committed changes for Plan B as > r395047. > > If you have a problem after this change, please report it to me. Thank you for working on this. It's not clear to me how people that currently have the old print/ghostscript should switch to the new version. 'portmaster -o print/ghostscript9-x11 ghostscript9-9.06_10' (in my case) or even just 'portmaster ghostscript9-9.06_10' turns into an endless loop: ===>>> print/ghostscript9-x11 >> print/ghostscript9-x11 >> ghostscript9-9.06_10 (2/2) ===>>> The print/ghostscript9 port moved to print/ghostscript9-x11 ===>>> Reason: Split into print/ghostscript9-base and print/ghostscript9-x11 That will continue to recurse, adding one more print/ghostscript9-x11 each time. UPDATING should show the correct method. Maybe just 'pkg delete -f ghostscript9-9.06_10' and then install print/ghostscript9-x11?