Bug 196402 - [patch] devel/ninja: Fix build with Python 3
Summary: [patch] devel/ninja: Fix build with Python 3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Grzegorz Blach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-31 16:02 UTC by Kevin Zheng
Modified: 2015-01-18 20:35 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (gblach)


Attachments
Patch to fix build with Python 3 (932 bytes, patch)
2014-12-31 16:02 UTC, Kevin Zheng
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Zheng 2014-12-31 16:02:19 UTC
Created attachment 151157 [details]
Patch to fix build with Python 3

devel/ninja fails to configure due to a Python 2-only construct in its configure script. This patch has already been committed upstream, but in the meantime attach this patch to ports.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-31 16:02:19 UTC
Auto-assigned to maintainer gblach@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-01-18 20:35:24 UTC
A commit references this bug:

Author: gblach
Date: Sun Jan 18 20:35:20 UTC 2015
New revision: 377346
URL: https://svnweb.freebsd.org/changeset/ports/377346

Log:
  Fix build with Python 3

  PR:		196402
  Submitted by:	Kevin Zheng (kevinz5000 <at> gmail <dot> com)

Changes:
  head/devel/ninja/files/patch-configure.py
Comment 3 Grzegorz Blach freebsd_committer freebsd_triage 2015-01-18 20:35:54 UTC
Committed, thanks.