From owner-freebsd-ports@FreeBSD.ORG Tue Jul 3 18:23:28 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F006106566B; Tue, 3 Jul 2012 18:23:28 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 044188FC0A; Tue, 3 Jul 2012 18:23:27 +0000 (UTC) Received: by bkcje9 with SMTP id je9so1581116bkc.13 for ; Tue, 03 Jul 2012 11:23:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=9kZapub0EUywFNs7V0cueeTyitNXZtiCmJ5pmJ6e7tA=; b=g1U0lb/j1zyg6/6cfbopx7aR0jUogDPG8e5S5jMq6EeWFxUQsk7oQOv+H7HFwz4QJM UB1L+9lgYaCoaYTHC1FDpn8CeoGl8KMG0L84UIRa+Su5vRvRL7NI+e8XY7yecLuL9MgZ yvrVDoTbtWw84ybA50usTjSr6t0wkFkkaAWqiOqqEJBm0835iQmNm2P5fuWvXnbTtCE8 Bcb2rmtyZKJtIRGP+lULYqD4UUDsUMGkV1H3odHJMKG57UlVD1Nvh2fGWGltdFO3FLr7 2gotxGuUzhYy0NeN3ToZhq0YKiMGP4A6CT4H2jtMEprZFjURuUGUyvOlW0yZAkM+8liK WXpg== Received: by 10.204.152.27 with SMTP id e27mr10128090bkw.56.1341339807014; Tue, 03 Jul 2012 11:23:27 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.49.87 with HTTP; Tue, 3 Jul 2012 11:22:56 -0700 (PDT) In-Reply-To: <20120703115119.GB49312@oldfaithful.bebik.local> References: <20120703115119.GB49312@oldfaithful.bebik.local> From: Chris Rees Date: Tue, 3 Jul 2012 19:22:56 +0100 X-Google-Sender-Auth: 2I706EtjHETL7yslRKi6IRntPG0 Message-ID: To: Rodrigo OSORIO , Koop Mast Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: unbroken dev/icu in current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2012 18:23:28 -0000 On 3 July 2012 12:51, Rodrigo OSORIO wrote: > > Hi, > > The port dev/icu fails to build in current due to an lock issue > caused by the use of threads api. > Disabling threads for icu in current solves the problem and the port > can be build successfully and AFAIK this unbroke some of the ports who > depends on icu. > > I don't know if this can be an acceptable short-term workaround for this > por ? I've been reliably informed that icu builds just fine on CURRENT from 1/July. I'll update my Tinderbox and let you know. Chris