svn commit: r377161 - head/devel/libclc

Koop Mast kwm at FreeBSD.org
Fri Jan 16 10:01:52 UTC 2015


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
 


More information about the svn-ports-all mailing list