Bug 196402

Summary: [patch] devel/ninja: Fix build with Python 3
Product: Ports & Packages Reporter: Kevin Zheng <kevinz5000>
Component: Individual Port(s)Assignee: Grzegorz Blach <gblach>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (gblach)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to fix build with Python 3 none

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.