Ticket #28283 (closed defect: fixed)
glw should share mesa's dist_subdir
| Reported by: | ryandesign@… | Owned by: | css@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | ||
| Port: | glw |
Description
glw's only distfile is MesaLib-7.2.tar.bz2, which is the same distfile as was used by an older version of the mesa port, yet the glw port makes the user (and our mirror servers) fetch a separate copy of the file. glw should share mesa's dist_subdir so the file only needs to be fetched once. Add this line to the glw portfile:
dist_subdir mesa
Change History
Note: See
TracTickets for help on using
tickets.


Makes sense to me.