Page MenuHomeFreeBSD

Update Mk/Uses/waf.mk to specify python 2.7
ClosedPublic

Authored by jhale on Jan 27 2018, 9:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 19, 10:45 AM
Unknown Object (File)
Thu, May 2, 1:11 AM
Unknown Object (File)
Thu, May 2, 1:04 AM
Unknown Object (File)
Thu, May 2, 1:04 AM
Unknown Object (File)
Wed, May 1, 11:09 PM
Unknown Object (File)
Wed, May 1, 5:16 AM
Unknown Object (File)
Mon, Apr 22, 10:09 AM
Unknown Object (File)
Feb 21 2024, 4:54 PM
Subscribers

Details

Summary

Mk/Uses/waf.mk currently adds python 2.7 as a build requirement with 'python_ARGS=2,build'. This is causing deprecation warnings when building ports that use waf:

/!\ aubio-0.4.6: Makefile warnings, please consider fixing /!\

USES=python:2 is deprecated, use USES=python:2.7

Change to 'python_ARGS=2.7,build' to keep waf builds from stalling.

Test Plan

I have tested the change with audio/aubio. It's a simple change; I'm not sure it requires a full exp-run.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 14599
Build 14731: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jan 28 2018, 3:28 PM
This revision was automatically updated to reflect the committed changes.