From owner-svn-ports-all@FreeBSD.ORG Tue Feb 11 20:17:15 2014 Return-Path: Delivered-To: svn-ports-all@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 F3E965A3; Tue, 11 Feb 2014 20:17:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 DDC7B1C87; Tue, 11 Feb 2014 20:17:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1BKHEN4066391; Tue, 11 Feb 2014 20:17:14 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1BKHE8J066390; Tue, 11 Feb 2014 20:17:14 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402112017.s1BKHE8J066390@svn.freebsd.org> From: John Marino Date: Tue, 11 Feb 2014 20:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343811 - head/graphics/ufraw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 11 Feb 2014 20:17:15 -0000 Author: marino Date: Tue Feb 11 20:17:14 2014 New Revision: 343811 URL: http://svnweb.freebsd.org/changeset/ports/343811 QAT: https://qat.redports.org/buildarchive/r343811/ Log: graphics/ufraw: Fix fallout caused by icu upgrade This ufraw port uses a scrip from icu and doesn't even specify icu as a build dependency. This looks wrong to me, but today I'm only going to make ufraw build again. The maintainer may want to review this as it will break every time icu is updated. Modified: head/graphics/ufraw/Makefile Modified: head/graphics/ufraw/Makefile ============================================================================== --- head/graphics/ufraw/Makefile Tue Feb 11 20:12:27 2014 (r343810) +++ head/graphics/ufraw/Makefile Tue Feb 11 20:17:14 2014 (r343811) @@ -103,7 +103,7 @@ post-patch: .endfor pre-build: - @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/50.1.2/mkinstalldirs \ + @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/52.1/mkinstalldirs \ ${WRKSRC} .include