Bug 218775

Summary: [PATCH] devel/llvm40 build botched up after shebangfix changes
Product: Ports & Packages Reporter: Helge Oldach <freebsd>
Component: Individual Port(s)Assignee: Brooks Davis <brooks>
Status: Closed FIXED    
Severity: Affects Many People CC: freebsd
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (brooks)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Helge Oldach 2017-04-20 10:04:12 UTC
llvm40 does not build without the EXTRAS option enabled:

==>  License LLVM accepted by the user
===>   llvm40-4.0.0_4 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by llvm40-4.0.0_4 for building
===>  Extracting for llvm40-4.0.0_4
=> SHA256 Checksum OK for llvm-4.0.0.src.tar.xz.
=> SHA256 Checksum OK for cfe-4.0.0.src.tar.xz.
/bin/mv /usr/obj/usr/ports/devel/llvm40/work/cfe-4.0.0.src /usr/obj/usr/ports/devel/llvm40/work/llvm-4.0.0.src/tools/clang
===>  Patching for llvm40-4.0.0_4
sed: tools/clang/tools/extra/clang-tidy/tool/clang-tidy-diff.py: No such file or directory
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/llvm40
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/llvm40

Close-to-trivial fix attached.
Comment 1 Helge Oldach 2017-04-20 10:05:01 UTC
Created attachment 181935 [details]
patch
Comment 2 Helge Oldach 2017-04-21 10:48:51 UTC
*** Bug 218774 has been marked as a duplicate of this bug. ***
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-04-21 15:03:49 UTC
A commit references this bug:

Author: brooks
Date: Fri Apr 21 15:03:21 UTC 2017
New revision: 439084
URL: https://svnweb.freebsd.org/changeset/ports/439084

Log:
  Fix SHEBANG_FILES when the EXTRAS option is disabled.

  PR:		218719, 218775, 218776
  Submitted by:	Helge Oldach <freebsd@oldach.net>, owen@easytarget.org

Changes:
  head/devel/llvm38/Makefile
  head/devel/llvm39/Makefile
  head/devel/llvm40/Makefile