Date: Mon, 28 Jan 2019 02:52:17 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491446 - head/devel/xtensa-esp32-elf Message-ID: <201901280252.x0S2qHfc037680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901280252.x0S2qHfc037680>