summaryrefslogtreecommitdiff
path: root/devel/trellis
diff options
context:
space:
mode:
Diffstat (limited to 'devel/trellis')
-rw-r--r--devel/trellis/Makefile2
-rw-r--r--devel/trellis/files/patch-libtrellis_CMakeLists.txt11
2 files changed, 13 insertions, 0 deletions
diff --git a/devel/trellis/Makefile b/devel/trellis/Makefile
index 9ea0d3e2c606..55956ccd2c88 100644
--- a/devel/trellis/Makefile
+++ b/devel/trellis/Makefile
@@ -1,5 +1,6 @@
PORTNAME= trellis
PORTVERSION= g2025011100
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= jbo@FreeBSD.org
@@ -32,5 +33,6 @@ GH_TAGNAME= 14ac883fa639b11fdc98f3cdef87a5d01f79e73d
GH_TUPLE= YosysHQ:prjtrellis-db:4dda149b9e4f1753ebc8b011ece2fe794be1281a:database/database
CMAKE_SOURCE_PATH= ${WRKSRC}/libtrellis
+CMAKE_ARGS= -DCURRENT_GIT_VERSION=${GH_TAGNAME}
.include <bsd.port.mk>
diff --git a/devel/trellis/files/patch-libtrellis_CMakeLists.txt b/devel/trellis/files/patch-libtrellis_CMakeLists.txt
new file mode 100644
index 000000000000..407f2ba2eac1
--- /dev/null
+++ b/devel/trellis/files/patch-libtrellis_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- libtrellis/CMakeLists.txt.orig 2025-08-31 16:45:20 UTC
++++ libtrellis/CMakeLists.txt
+@@ -46,7 +46,7 @@ endif()
+ endif()
+ endif()
+
+-set(boost_libs filesystem program_options system)
++set(boost_libs filesystem program_options)
+ if (Threads_FOUND)
+ list(APPEND boost_libs thread)
+ else()