svn commit: r491446 - head/devel/xtensa-esp32-elf

Craig Leres leres at FreeBSD.org
Mon Jan 28 02:52:18 UTC 2019


Author: leres
Date: Mon Jan 28 02:52:17 2019
New Revision: 491446
URL: https://svnweb.freebsd.org/changeset/ports/491446

Log:
  As it turns out xtensa-esp32-elf does not work with python 3.7 (at
  least) so pin it to python 2.7.
  
  Approved by:	ler (mentor, implicit)

Modified:
  head/devel/xtensa-esp32-elf/Makefile

Modified: head/devel/xtensa-esp32-elf/Makefile
==============================================================================
--- head/devel/xtensa-esp32-elf/Makefile	Sun Jan 27 23:57:42 2019	(r491445)
+++ head/devel/xtensa-esp32-elf/Makefile	Mon Jan 28 02:52:17 2019	(r491446)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xtensa-esp32-elf
 DISTVERSION=	1.22.0.g20171219
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	SOURCEWARE/binutils/releases/binutils:source1 \
 		GNU/binutils:source1 \
@@ -53,7 +53,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 		makeinfo:print/texinfo \
 		wget:ftp/wget
 
-USES=		autoreconf:build bison gmake libtool python
+USES=		autoreconf:build bison gmake libtool python:2.7
 USE_GCC=	7
 USE_GITHUB=	yes
 USE_LDCONFIG=	${PREFIX}/${PORTNAME}/libexec/gcc/${PORTNAME}/5.2.0


More information about the svn-ports-head mailing list