Skip to content

Commit

Permalink
devel/llvm-devel: Fix plist without EXTRAS
Browse files Browse the repository at this point in the history
The clang-pseudo program is provided by clang-tools-extras (the
EXTRAS option), but was incorrectly tagged as part of CLANG.
This also broke the lite flavor.
  • Loading branch information
brooksdavis committed Mar 31, 2022
1 parent f8dea99 commit 27c74dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devel/llvm-devel/Makefile.COMMANDS
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ CLANG_COMMANDS= \
clang-nvlink-wrapper \
clang-offload-bundler \
clang-offload-wrapper \
clang-pseudo \
clang-repl \
clang-scan-deps \
diagtool \
Expand All @@ -95,6 +94,7 @@ EXTRAS_COMMANDS= \
clang-doc \
clang-include-fixer \
clang-move \
clang-pseudo \
clang-query \
clang-rename \
clang-reorder-fields \
Expand Down
4 changes: 2 additions & 2 deletions devel/llvm-devel/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ bin/split-file-devel
%%CLANG%%bin/clang-nvlink-wrapper-devel
%%CLANG%%bin/clang-offload-bundler-devel
%%CLANG%%bin/clang-offload-wrapper-devel
%%CLANG%%bin/clang-pseudo-devel
%%CLANG%%bin/clang-repl-devel
%%CLANG%%bin/clang-scan-deps-devel
%%CLANG%%bin/diagtool-devel
Expand All @@ -92,6 +91,7 @@ bin/split-file-devel
%%EXTRAS%%bin/clang-doc-devel
%%EXTRAS%%bin/clang-include-fixer-devel
%%EXTRAS%%bin/clang-move-devel
%%EXTRAS%%bin/clang-pseudo-devel
%%EXTRAS%%bin/clang-query-devel
%%EXTRAS%%bin/clang-rename-devel
%%EXTRAS%%bin/clang-reorder-fields-devel
Expand Down Expand Up @@ -170,7 +170,7 @@ llvm-devel/bin/bugpoint
%%CLANG%%llvm-devel/bin/clang-nvlink-wrapper
%%CLANG%%llvm-devel/bin/clang-offload-bundler
%%CLANG%%llvm-devel/bin/clang-offload-wrapper
%%CLANG%%llvm-devel/bin/clang-pseudo
%%EXTRAS%%llvm-devel/bin/clang-pseudo
%%EXTRAS%%llvm-devel/bin/clang-query
%%CLANG%%llvm-devel/bin/clang-refactor
%%EXTRAS%%llvm-devel/bin/clang-rename
Expand Down

0 comments on commit 27c74dc

Please sign in to comment.