Bug 220995 - devel/llvm40: Fix hardcoded clang-format version
Summary: devel/llvm40: Fix hardcoded clang-format version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Brooks Davis
URL:
Keywords: easy
Depends on:
Blocks:
 
Reported: 2017-07-25 07:41 UTC by Oleh Hushchenkov
Modified: 2017-10-16 06:55 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (brooks)
koobs: merge-quarterly?


Attachments
Patch (662 bytes, patch)
2017-07-25 07:41 UTC, Oleh Hushchenkov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh Hushchenkov 2017-07-25 07:41:58 UTC
Created attachment 184693 [details]
Patch

Trivial fix.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-09-19 23:45:28 UTC
A commit references this bug:

Author: brooks
Date: Tue Sep 19 23:44:36 UTC 2017
New revision: 450176
URL: https://svnweb.freebsd.org/changeset/ports/450176

Log:
  Disable LLDB builds on 10.x as they don't link.

  Attempt to correct default targets. [0]

  Fix more references to clang-format50 and use a more future proof
  patching approach. [1]

  Build and install pp-trace with the EXTRAS target.

  PR:		219779 [0], 220995 [1], 222380 [2]

Changes:
  head/devel/llvm50/Makefile
  head/devel/llvm50/files/clang-patch-tools_clang_tools_clang-format_clang-format-sublime.py
  head/devel/llvm50/files/clang-patch-tools_clang_tools_clang-format_clang-format.py
  head/devel/llvm50/files/clang-patch-tools_clang_tools_clang-format_git-clang-format
  head/devel/llvm50/pkg-plist
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-09-20 01:09:35 UTC
A commit references this bug:

Author: brooks
Date: Wed Sep 20 01:08:58 UTC 2017
New revision: 450182
URL: https://svnweb.freebsd.org/changeset/ports/450182

Log:
  Update to a new snapshot.

  Fix location of compiler_rt libraries. [0]

  Fix hardcoded clang-format version. [1]

  PR:		216950 [0], 220995 [1]

Changes:
  head/devel/llvm-devel/Makefile
  head/devel/llvm-devel/Makefile.snapshot
  head/devel/llvm-devel/distinfo
  head/devel/llvm-devel/files/clang-patch-tools_clang_tools_clang-format_clang-format-sublime.py
  head/devel/llvm-devel/files/clang-patch-tools_clang_tools_clang-format_clang-format.py
  head/devel/llvm-devel/files/clang-patch-tools_clang_tools_clang-format_git-clang-format
  head/devel/llvm-devel/pkg-plist
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-10-15 18:26:37 UTC
A commit references this bug:

Author: brooks
Date: Sun Oct 15 18:26:20 UTC 2017
New revision: 452160
URL: https://svnweb.freebsd.org/changeset/ports/452160

Log:
  Fix hardcoded version in clang-format. [0]

  Run ccache-update-links on install and deinstall. [1]

  PR:		220995 [0], 217572 [1]

Changes:
  head/devel/llvm40/Makefile
  head/devel/llvm40/files/clang-patch-tools_clang_tools_clang-format_clang-format-sublime.py
  head/devel/llvm40/files/clang-patch-tools_clang_tools_clang-format_clang-format.py
  head/devel/llvm40/files/clang-patch-tools_clang_tools_clang-format_git-clang-format
  head/devel/llvm40/pkg-plist
Comment 4 Oleh Hushchenkov 2017-10-16 06:55:22 UTC
Thanks!