[Bug 204937] lang/clang37[fix] - fails to correctly depend on llvm37 if any other package provides clang37 executable

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 1 15:11:00 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204937

            Bug ID: 204937
           Summary: lang/clang37[fix] - fails to correctly depend on
                    llvm37 if any other package provides clang37
                    executable
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks at FreeBSD.org
          Reporter: c.kworr at gmail.com
          Assignee: brooks at FreeBSD.org
             Flags: maintainer-feedback?(brooks at FreeBSD.org)

When building lang/clang37 it depends on clang37 binary that can be also
installed via devel/ccache. The correct way to depend is to include the whole
path to the binary:

RUN_DEPENDS+=
${PREFIX}/bin/clang${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLVM_SUFFIX}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list