Opened 5 years ago

Last modified 21 months ago

#57982 new defect

waf portgroup: Support waf 2

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: portgroup Cc:
Port:

Description

The waf portgroup adds --nocache to configure.args. That option apparently no longer exists with waf 2.

I was trying to update the talloc port (which uses the waf portgroup) from 2.1.14 (which includes a copy of waf 1.5.19) to 2.1.15 (which includes a copy of waf 2.0.8). Configure failed with:

waf: error: no such option: --nocache

Change History (3)

comment:1 Changed 5 years ago by kencu (Ken)

This is done in mpv as a workaround for now....

# Current waf doesn't support --nocache anymore. Set by PortGroup.
configure.args-delete   --nocache

comment:2 Changed 4 years ago by raimue (Rainer Müller)

Cc: raimue removed

comment:3 Changed 21 months ago by mascguy (Christopher Nielsen)

Keywords: portgroup added

Add keyword portgroup, to pg-related tickets

Note: See TracTickets for help on using tickets.