Opened 14 years ago
Closed 13 years ago
#29062 closed enhancement (fixed)
clang should share llvm's dist_subdir
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mfeiri | |
Port: | clang-3.0 clang-2.9 |
Description
clang uses llvm's distfile, so it would be best to share llvm's dist_subdir so that users don't have to download the llvm distfile twice -- once for the llvm port and once for the clang port. This would also help our mirror servers not need to mirror the llvm distfile twice (in the future; the damage is already done for version 2.9).
This would be accomplished by adding this line to the clang portfile:
dist_subdir llvm
You can either do it now (which would cause the distfiles mirrors to download and mirror a second copy of the clang 2.9 distfile), or you can wait until you update the portfiles to the next version of llvm / clang.
Change History (2)
comment:1 Changed 13 years ago by jmroot (Joshua Root)
Cc: | mfeiri@… added |
---|---|
Owner: | changed from mfeiri@… to jeremyhu@… |
Port: | clang-3.0 clang-2.9 added; clang removed |
Version: | 1.9.2 |
comment:2 Changed 13 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r91154 r91155