Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Aug 2019 10:40:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239738] factor out hardcoding of "clangXYZ" in devel/flang-clang
Message-ID:  <bug-239738-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 239738
           Summary: factor out hardcoding of "clangXYZ" in
                    devel/flang-clang
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: jmd@freebsd.org
          Reporter: linimon@FreeBSD.org
          Assignee: jmd@freebsd.org
             Flags: maintainer-feedback?(jmd@freebsd.org)

Created attachment 206390
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D206390&action=
=3Dedit
patch to devel/flang-clang/Makefile

There are a number of places in the ports tree where the string "clang<vers=
ion"
is called out.  When doing the work to identify stale versions of clang
tree-wide, these instances cause extra work.

Refactor this usage into LLVM_VER.

Note: this refactoring causes portlint to complain but IMHO this complicati=
on
is worth tolerating to help ease maintainability.

Tested on: amd64.

--=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-239738-7788>