1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix a bug in the plist generator that miscatagorized a some EXTRAS files

as CLANG files.

PR:		204146
Submitted by:	marino
This commit is contained in:
Brooks Davis 2015-11-02 17:40:00 +00:00
parent a8fe7b23c5
commit 9305306c25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400665
2 changed files with 6 additions and 6 deletions

View File

@ -131,7 +131,7 @@ EXTRAS_LIBS= libclangApplyReplacements \
libclangTidyReadabilityModule \
libclangTidyUtils \
libmodernizeCore
EXTRAS_PATTERN= ${EXTRAS_COMMANDS:tW:C/ */|/g}${EXTRAS_LIBS:tW:C/ */|/g}
EXTRAS_PATTERN= ${EXTRAS_COMMANDS:tW:C/ */|/g}|${EXTRAS_LIBS:tW:C/ */|/g}
.include <bsd.port.options.mk>

View File

@ -33,7 +33,7 @@ bin/opt37
%%EXTRAS%%bin/clang-apply-replacements37
%%EXTRAS%%bin/clang-modernize37
%%EXTRAS%%bin/clang-rename37
%%CLANG%%bin/clang-tidy37
%%EXTRAS%%bin/clang-tidy37
%%LLD%%bin/lld37
%%LLDB%%bin/argdumper37
%%LLDB%%bin/lldb37
@ -57,7 +57,7 @@ llvm37/bin/bugpoint
%%CLANG%%llvm37/bin/clang-format
%%EXTRAS%%llvm37/bin/clang-modernize
%%EXTRAS%%llvm37/bin/clang-rename
%%CLANG%%llvm37/bin/clang-tidy
%%EXTRAS%%llvm37/bin/clang-tidy
%%CLANG%%llvm37/bin/git-clang-format
llvm37/bin/llc
%%LLD%%llvm37/bin/lld
@ -2207,9 +2207,9 @@ llvm37/lib/libLTO.so.3.7
%%CLANG%%llvm37/lib/libclangAnalysis.so
%%CLANG%%llvm37/lib/libclangAnalysis.so.%%LLVM_RELEASE%%
%%CLANG%%llvm37/lib/libclangAnalysis.so.3.7
%%CLANG%%llvm37/lib/libclangApplyReplacements.so
%%CLANG%%llvm37/lib/libclangApplyReplacements.so.%%LLVM_RELEASE%%
%%CLANG%%llvm37/lib/libclangApplyReplacements.so.3.7
%%EXTRAS%%llvm37/lib/libclangApplyReplacements.so
%%EXTRAS%%llvm37/lib/libclangApplyReplacements.so.%%LLVM_RELEASE%%
%%EXTRAS%%llvm37/lib/libclangApplyReplacements.so.3.7
%%CLANG%%llvm37/lib/libclangBasic.so
%%CLANG%%llvm37/lib/libclangBasic.so.%%LLVM_RELEASE%%
%%CLANG%%llvm37/lib/libclangBasic.so.3.7