From owner-svn-ports-head@FreeBSD.ORG Sun Sep 14 14:42:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8D8853E for ; Sun, 14 Sep 2014 14:42:57 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id E6120DE4 for ; Sun, 14 Sep 2014 14:42:56 +0000 (UTC) Received: (qmail 78610 invoked by uid 89); 14 Sep 2014 14:42:54 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@88.217.180.141) by mail.grem.de with ESMTPA; 14 Sep 2014 14:42:54 -0000 Date: Sun, 14 Sep 2014 16:42:54 +0200 From: Michael Gmelin To: John Marino Subject: Re: svn commit: r368054 - in head/devel/ice: . files Message-ID: <20140914164254.705b1899@bsd64.grem.de> In-Reply-To: <5413635C.7010703@marino.st> References: <201409121806.s8CI6H7N075621@svn.freebsd.org> <5413635C.7010703@marino.st> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 14:42:57 -0000 On Fri, 12 Sep 2014 23:19:24 +0200 John Marino wrote: > On 9/12/2014 20:06, Michael Gmelin wrote: > > Author: grembo > > Date: Fri Sep 12 18:06:17 2014 > > New Revision: 368054 > > URL: http://svnweb.freebsd.org/changeset/ports/368054 > > QAT: https://qat.redports.org/buildarchive/r368054/ > > > > Log: > > This adds patches No 3 [1] and No 5 [2] from upstream. > > Also fixes LIB_DEPENDS handling (previous versions of the slave > > ports won't depend on libIce.so), move LIB_DEPENDS and LIB_VRS > > for slaves to master, upgrade to USES= python > > > > [1] > > http://www.zeroc.com/forums/patches/6183-patch-3-ice-3-5-1-marshaling-bug-nested-optionals.html > > [2] > > http://www.zeroc.com/forums/patches/6285-patch-5-ice-3-5-1-fix-icegrid-registry-issue-shared-replica-groups.html > > Approved by: mentors (implicit) > > > > I would have taken the opportunity to remove the useless checking of > NO_STAGE while doing this. > > right? Done, thanks for the hint. -- Michael Gmelin