Date: Tue, 11 Feb 2014 20:17:14 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343811 - head/graphics/ufraw Message-ID: <201402112017.s1BKHE8J066390@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402112017.s1BKHE8J066390>