[Bug 243123] Mk/Uses/objc.mk Forces old 7.0 clang version

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 6 05:29:27 UTC 2020


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

            Bug ID: 243123
           Summary: Mk/Uses/objc.mk Forces old 7.0 clang version
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: acm at FreeBSD.org
          Reporter: ari at ish.com.au
          Assignee: acm at FreeBSD.org
             Flags: maintainer-feedback?(acm at FreeBSD.org)

# uname -a
FreeBSD 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC  amd64

When building www/sogo4, the USES=objc flag appears to be responsible for
bringing llvm70 port into the build dependency tree.

This is a problem because that port takes about 5 hours to build.


It appears that Mk/Uses/objc.mk forces clang to be version 7.0 with this line

OBJC_CLANG_VERSION=70


Can we make it easy to use the system installed clang instead?


# /usr/bin/clang --version
FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM
8.0.1)
Target: x86_64-unknown-freebsd12.1
Thread model: posix
InstalledDir: /usr/bin

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


More information about the freebsd-ports-bugs mailing list