Ticket #31058 (closed defect: fixed)
wxWidgets-devel: cleanup supported_archs and configure.ccache
| Reported by: | ryandesign@… | Owned by: | jwa@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.1 |
| Keywords: | Cc: | pixilla@…, and.damore@… | |
| Port: | wxwidgets-devel |
Description
I noted two peculiarities in the wxWidgets-devel port that were introduced in r79389:
- The port contains this line:
supported_archs x86_64 ppc64 i386 ppc
This line does nothing because this is already the default, so it should be removed.
- The port contains this line:
configure.ccache = no
This is not valid portfile syntax. Perhaps you meant:
configure.ccache no
Change History
Note: See
TracTickets for help on using
tickets.


Cc Me!