Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Nov 2020 15:54:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250831] databases/postgresql13-server: Unwanted dependency on devel/llvm11 on FreeBSD 12.2-RELEASE
Message-ID:  <bug-250831-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250831

            Bug ID: 250831
           Summary: databases/postgresql13-server: Unwanted dependency on
                    devel/llvm11 on FreeBSD 12.2-RELEASE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: chris@chrullrich.net
                CC: brooks@FreeBSD.org, pgsql@FreeBSD.org
                CC: brooks@FreeBSD.org, pgsql@FreeBSD.org

On 12.2-RELEASE (where the system compiler is clang 10.0.1), the llvm
dependency should be version 10 according to the comments. Instead, it depe=
nds
on the highest available version 11.

The Makefile checks ${COMPILER_VERSION} <=3D 11 (line 249), but with clang =
10.0,
${COMPILER_VERSION} is 100, contrary to its specification ("two digits") in
Uses/compiler.mk .

Fix: Another painful conditional catering to both one-digit and two-digit m=
ajor
versions, unless compiler.mk can be persuaded to provide the major version =
only
(or we can assume that versions 8 and 80 are not in circulation at the same
time).

--=20
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-250831-7788>