New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #31058 (closed defect: fixed)

Opened 21 months ago

Last modified 20 months ago

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:

  1. 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.

  1. The port contains this line:
    configure.ccache = no
    

This is not valid portfile syntax. Perhaps you meant:

configure.ccache no

Change History

comment:1 Changed 20 months ago by and.damore@…

  • Cc and.damore@… added

Cc Me!

comment:2 Changed 20 months ago by and.damore@…

  • Status changed from new to closed
  • Resolution set to fixed

Committed r85150 due to maintainer timeout.

Note: See TracTickets for help on using tickets.