diff --git a/devel/nextpnr/Makefile b/devel/nextpnr/Makefile index 8bc40ee388cf..38d8025d793f 100644 --- a/devel/nextpnr/Makefile +++ b/devel/nextpnr/Makefile @@ -1,40 +1,44 @@ PORTNAME= nextpnr DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 0.4 -PORTREVISION= 1 +DISTVERSION= 0.6 PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= manu@FreeBSD.org COMMENT= Portable FPGA place and route tool WWW= https://github.com/YosysHQ/nextpnr LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= clang segfault BROKEN_FreeBSD_12_powerpc64= runaway build BUILD_DEPENDS= ${LOCALBASE}/share/trellis/database:devel/trellis \ ${LOCALBASE}/share/icebox:devel/icestorm LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libboost_filesystem.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs \ ${PY_BOOST} -USES= compiler:c++11-lang cmake qt:5 eigen:3 python gl +USES= compiler:c++14-lang cmake qt:5 eigen:3 python gl USE_QT= buildtools:build core gui opengl qmake:build widgets USE_GL= gl glu USE_GITHUB= yes GH_ACCOUNT= YosysHQ GH_TUPLE= YosysHQ:nextpnr-tests:00c55a9e:tests/tests BINARY_ALIAS= python3=${PYTHON_CMD} CMAKE_ARGS= -DARCH="ice40;ecp5" -DTRELLIS_ROOT=${LOCALBASE}/share/trellis/ +CMAKE_ON= BUILD_GUI PLIST_FILES= bin/nextpnr-ecp5 \ bin/nextpnr-ice40 +# Don't create __pycache__ directory when executing blueprint-compiler +# This is a workaround to avoid filesystem violations during poudriere build +MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 + .include diff --git a/devel/nextpnr/distinfo b/devel/nextpnr/distinfo index e367ede00cb9..88e65b2063f2 100644 --- a/devel/nextpnr/distinfo +++ b/devel/nextpnr/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1671525390 -SHA256 (YosysHQ-nextpnr-nextpnr-0.4_GH0.tar.gz) = ae8e01496c3bb6607cef0e2501b8cf00aba564e9b116dd323887575ab82757c0 -SIZE (YosysHQ-nextpnr-nextpnr-0.4_GH0.tar.gz) = 4460419 +TIMESTAMP = 1699749151 +SHA256 (YosysHQ-nextpnr-nextpnr-0.6_GH0.tar.gz) = 76fa4bca48cc8462a8a3c28f89673439e7632a9baabc7bb121c58b75936d2d0b +SIZE (YosysHQ-nextpnr-nextpnr-0.6_GH0.tar.gz) = 4545679 SHA256 (YosysHQ-nextpnr-tests-00c55a9e_GH0.tar.gz) = 2240aa0c61211a62ca307ef8d8b0f58c4ebb59ecb61334c45bf586daf69d964b SIZE (YosysHQ-nextpnr-tests-00c55a9e_GH0.tar.gz) = 1039171