Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2015 10:01:52 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377161 - head/devel/libclc
Message-ID:  <201501161001.t0GA1qsx067163@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Jan 16 10:01:51 2015
New Revision: 377161
URL: https://svnweb.freebsd.org/changeset/ports/377161
QAT: https://qat.redports.org/buildarchive/r377161/

Log:
  Replace a python command with python2.7 so it can actualy run the required
  commands. This fixes the build in poudriere because lang/python isn't installed.

Modified:
  head/devel/libclc/Makefile

Modified: head/devel/libclc/Makefile
==============================================================================
--- head/devel/libclc/Makefile	Fri Jan 16 09:29:06 2015	(r377160)
+++ head/devel/libclc/Makefile	Fri Jan 16 10:01:51 2015	(r377161)
@@ -54,6 +54,7 @@ do-fetch:
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' \
+		-e 's|"python |"${PYTHON_VERSION} |g' \
 		${WRKSRC}/build/ninja_syntax.py \
 		${WRKSRC}/configure.py
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501161001.t0GA1qsx067163>