Date: Thu, 26 Jun 2014 19:52:51 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191422] New: [patch] graphics/ufraw: hardcoded path to mkinstalldirs now is broken Message-ID: <bug-191422-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191422 Bug ID: 191422 Summary: [patch] graphics/ufraw: hardcoded path to mkinstalldirs now is broken Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: KOT@MATPOCKuH.Ru Hardcoded path to mkinstalldirs now is broken because devel/icu was updated to 53.1. Please apply this patch: Index: Makefile =================================================================== --- Makefile (revision 358905) +++ Makefile (working copy) @@ -99,7 +99,7 @@ .endfor pre-build: - @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/52.1/mkinstalldirs \ + @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/53.1/mkinstalldirs \ ${WRKSRC} -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191422-13>