From owner-svn-ports-all@FreeBSD.ORG Fri Sep 12 21:19:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5954DEF6; Fri, 12 Sep 2014 21:19:58 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F6A0ACF; Fri, 12 Sep 2014 21:19:57 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id D2A7043BA2; Fri, 12 Sep 2014 16:19:41 -0500 (CDT) Message-ID: <5413635C.7010703@marino.st> Date: Fri, 12 Sep 2014 23:19:24 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Michael Gmelin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r368054 - in head/devel/ice: . files References: <201409121806.s8CI6H7N075621@svn.freebsd.org> In-Reply-To: <201409121806.s8CI6H7N075621@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 21:19:58 -0000 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? John