[Bug 191422] New: [patch] graphics/ufraw: hardcoded path to mkinstalldirs now is broken

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 26 19:52:51 UTC 2014


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 at FreeBSD.org
          Reporter: KOT at 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.


More information about the freebsd-ports-bugs mailing list