Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Dec 2015 15:11:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204937] lang/clang37[fix] - fails to correctly depend on llvm37 if any other package provides clang37 executable
Message-ID:  <bug-204937-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: c.kworr@gmail.com
          Assignee: brooks@FreeBSD.org
             Flags: maintainer-feedback?(brooks@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204937-13>