svn commit: r343811 - head/graphics/ufraw

John Marino marino at FreeBSD.org
Tue Feb 11 20:17:15 UTC 2014


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>


More information about the svn-ports-all mailing list