From owner-freebsd-ports@freebsd.org Sun Aug 23 01:08:56 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 281929BF533 for ; Sun, 23 Aug 2015 01:08:56 +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 0DFB51BFB for ; Sun, 23 Aug 2015 01:08:56 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: by mailman.ysv.freebsd.org (Postfix) id 0AB749BF531; Sun, 23 Aug 2015 01:08:56 +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 097619BF530 for ; Sun, 23 Aug 2015 01:08:56 +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 B5D771BF9; Sun, 23 Aug 2015 01:08:55 +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 t7N18sZF057793 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 22 Aug 2015 19:08:54 -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 t7N18rjO057790; Sat, 22 Aug 2015 19:08:54 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 22 Aug 2015 19:08:53 -0600 (MDT) From: Warren Block To: Hiroki Sato cc: ports@FreeBSD.org Subject: Re: Removal of print/ghostscript*-nox11 In-Reply-To: <20150823.064920.51565180111392661.hrs@allbsd.org> Message-ID: References: <20150821.022521.792759762853683209.hrs@allbsd.org> <20150823.025118.2214641030331335788.hrs@allbsd.org> <20150823.064920.51565180111392661.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 19:08:54 -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: Sun, 23 Aug 2015 01:08:56 -0000 On Sun, 23 Aug 2015, Hiroki Sato wrote: > Warren Block wrote > in : > > wb> It's not clear to me how people that currently have the old > wb> print/ghostscript should switch to the new version. > wb> > wb> 'portmaster -o print/ghostscript9-x11 ghostscript9-9.06_10' (in my > wb> case) or even just 'portmaster ghostscript9-9.06_10' turns into an > wb> endless loop: > wb> > wb> ===>>> print/ghostscript9-x11 >> print/ghostscript9-x11 >> > wb> ghostscript9-9.06_10 (2/2) > wb> > wb> ===>>> The print/ghostscript9 port moved to print/ghostscript9-x11 > wb> ===>>> Reason: Split into print/ghostscript9-base and > wb> print/ghostscript9-x11 > wb> > wb> That will continue to recurse, adding one more print/ghostscript9-x11 > wb> each time. UPDATING should show the correct method. Maybe just > wb> 'pkg delete -f ghostscript9-9.06_10' and then install > wb> print/ghostscript9-x11? > > Does r395051 fix this issue? 'portmaster ghostscript' did correctly replace the old ghostscript with ghostscript-base, but ghostscript-x11 was not installed.