From owner-freebsd-ports@FreeBSD.ORG Sat Feb 8 11:42:03 2014 Return-Path: Delivered-To: freebsd-ports@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 48888FA2 for ; Sat, 8 Feb 2014 11:42:03 +0000 (UTC) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B6D014B0 for ; Sat, 8 Feb 2014 11:42:02 +0000 (UTC) Received: from p5b159215.dip0.t-ipconnect.de ([91.21.146.21] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1WC6IF-00022M-AO for freebsd-ports@freebsd.org; Sat, 08 Feb 2014 12:41:55 +0100 Message-ID: <52F617FD.4070909@gwdg.de> Date: Sat, 08 Feb 2014 12:41:49 +0100 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: graphics/ufraw: build failure because of old icu dependency Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 11:42:03 -0000 After yesterdays update of devel/icu it also seems necessary to update graphics/ufraw: #diff -u Makefile.orig Makefile --- Makefile.orig 2014-02-06 16:44:50.000000000 +0100 +++ Makefile 2014-02-08 12:38:24.000000000 +0100 @@ -103,7 +103,7 @@ .endfor pre-build: - @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/50.1.2/mkinstalldirs \ + @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/52.1/mkinstalldirs \ ${WRKSRC} .include Thanks, Rainer Hurling