git: e4805a0f0de1 - main - devel/nextpnr: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Oct 2024 12:50:03 UTC
The branch main has been updated by jbo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4805a0f0de166b4539e49918b03d28b8baf8ccc commit e4805a0f0de166b4539e49918b03d28b8baf8ccc Author: Joel Bodenmann <jbo@FreeBSD.org> AuthorDate: 2024-10-07 12:35:26 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2024-10-07 12:48:06 +0000 devel/nextpnr: Fix build Build was broken since devel/boost-libs 1.85.0 update. PR: 281923 Approved by: manu (maintainer) --- devel/nextpnr/Makefile | 5 ++++- devel/nextpnr/distinfo | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/devel/nextpnr/Makefile b/devel/nextpnr/Makefile index 3f8afac6fdca..83029a0ba5d5 100644 --- a/devel/nextpnr/Makefile +++ b/devel/nextpnr/Makefile @@ -1,10 +1,13 @@ PORTNAME= nextpnr DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel +PATCH_SITES= https://github.com/YosysHQ/nextpnr/commit/ +PATCHFILES= f085950383155a745cf2e3c0f28c468d01ff5fd7.patch:-p1 + MAINTAINER= manu@FreeBSD.org COMMENT= Portable FPGA place and route tool WWW= https://github.com/YosysHQ/nextpnr diff --git a/devel/nextpnr/distinfo b/devel/nextpnr/distinfo index e6bb2884d924..312682654a78 100644 --- a/devel/nextpnr/distinfo +++ b/devel/nextpnr/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1708362222 +TIMESTAMP = 1728304472 SHA256 (YosysHQ-nextpnr-nextpnr-0.7_GH0.tar.gz) = bd173cb218c97f66e4afdf7b886d70c8c0893f544a1cf20b50c0182a1d9f2f45 SIZE (YosysHQ-nextpnr-nextpnr-0.7_GH0.tar.gz) = 4711765 SHA256 (YosysHQ-nextpnr-tests-00c55a9e_GH0.tar.gz) = 2240aa0c61211a62ca307ef8d8b0f58c4ebb59ecb61334c45bf586daf69d964b SIZE (YosysHQ-nextpnr-tests-00c55a9e_GH0.tar.gz) = 1039171 +SHA256 (f085950383155a745cf2e3c0f28c468d01ff5fd7.patch) = 4e93475cc6c09b93b707d64e06779f419eddcc6f705e5f568180795f0915f745 +SIZE (f085950383155a745cf2e3c0f28c468d01ff5fd7.patch) = 1087