Index: head/devel/nextpnr/Makefile =================================================================== --- head/devel/nextpnr/Makefile (revision 515820) +++ head/devel/nextpnr/Makefile (revision 515821) @@ -1,39 +1,37 @@ # $FreeBSD$ PORTNAME= nextpnr -PORTVERSION= g20190529 -PORTREVISION= 1 +DISTVERSION= g20191026 CATEGORIES= devel MAINTAINER= manu@FreeBSD.org COMMENT= Portable FPGA place and route tool LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_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:3.5+ gl - USE_QT= buildtools_build core gui opengl qmake_build widgets -USE_GL= gl - +USE_GL= gl glu USE_GITHUB= yes GH_ACCOUNT= YosysHQ -GH_TAGNAME= 150004e3 +GH_TAGNAME= 5cf0ed5 +GH_TUPLE= YosysHQ:nextpnr-tests:8f93e7e:tests/tests BINARY_ALIAS= python3=${PYTHON_CMD} CMAKE_ARGS= -DARCH="ice40;ecp5" -DTRELLIS_ROOT=${LOCALBASE}/share/trellis/ PLIST_FILES= bin/nextpnr-ecp5 \ bin/nextpnr-ice40 .include Index: head/devel/nextpnr/distinfo =================================================================== --- head/devel/nextpnr/distinfo (revision 515820) +++ head/devel/nextpnr/distinfo (revision 515821) @@ -1,3 +1,5 @@ -TIMESTAMP = 1560153617 -SHA256 (YosysHQ-nextpnr-g20190529-150004e3_GH0.tar.gz) = 10d04e5ae05144f3191d5a11219d7f8252d7cd52de7ac022b67020fe7797693f -SIZE (YosysHQ-nextpnr-g20190529-150004e3_GH0.tar.gz) = 3191173 +TIMESTAMP = 1572127579 +SHA256 (YosysHQ-nextpnr-g20191026-5cf0ed5_GH0.tar.gz) = ed7566b3e09741a4d3ef0bc0f5854a1ad7157c0c715c6c692c0b7e8d00cb6b72 +SIZE (YosysHQ-nextpnr-g20191026-5cf0ed5_GH0.tar.gz) = 3212729 +SHA256 (YosysHQ-nextpnr-tests-8f93e7e_GH0.tar.gz) = 5de9c0132957fcac6be6643a50499eb8d57402198b97ea20e684f9a0a10487a1 +SIZE (YosysHQ-nextpnr-tests-8f93e7e_GH0.tar.gz) = 1034317 Index: head/devel/nextpnr/pkg-descr =================================================================== --- head/devel/nextpnr/pkg-descr (revision 515820) +++ head/devel/nextpnr/pkg-descr (revision 515821) @@ -1,8 +1,10 @@ nextpnr aims to be a vendor neutral, timing driven, FOSS FPGA place and route tool. Currently nextpnr supports: Lattice iCE40 devices supported by Project IceStorm (experimental) Lattice ECP5 devices supported by Project Trellis (experimental) a "generic" back-end for user-defined architectures + +WWW: https://github.com/YosysHQ/nextpnr