svn commit: r568376 - head/devel/trellis

Kai Knoblich kai at FreeBSD.org
Sun Mar 14 10:50:05 UTC 2021


Author: kai
Date: Sun Mar 14 10:50:04 2021
New Revision: 568376
URL: https://svnweb.freebsd.org/changeset/ports/568376

Log:
  devel/trellis: Fix build with Python 3.8
  
  * Backport patch from upstream repository to add Python 3.8 to the search
    range.
  
  Excerpt from the log:
  
  -- Could NOT find Boost (missing: python-3.8) (found version "1.72.0")
  CMake Error at CMakeLists.txt:82 (message):
    No version of Boost::Python 3.x could be found.
  
  PR:		253815
  Approved by:	portmgr (build fix)

Modified:
  head/devel/trellis/Makefile
  head/devel/trellis/distinfo

Modified: head/devel/trellis/Makefile
==============================================================================
--- head/devel/trellis/Makefile	Sun Mar 14 09:54:20 2021	(r568375)
+++ head/devel/trellis/Makefile	Sun Mar 14 10:50:04 2021	(r568376)
@@ -5,6 +5,10 @@ PORTVERSION=	g20190422
 PORTREVISION=	3
 CATEGORIES=	devel
 
+# Add Python 3.8 to search list in ${WRKSRC}/libtrellis/CMakeLists.txt
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	2784291454a0307cf131acb5f0f68acc1eb4ffc3.patch:-p1
+
 MAINTAINER=	manu at FreeBSD.Org
 COMMENT=	Documenting the Lattice ECP5 bit-stream format
 

Modified: head/devel/trellis/distinfo
==============================================================================
--- head/devel/trellis/distinfo	Sun Mar 14 09:54:20 2021	(r568375)
+++ head/devel/trellis/distinfo	Sun Mar 14 10:50:04 2021	(r568376)
@@ -1,5 +1,7 @@
-TIMESTAMP = 1559407512
+TIMESTAMP = 1615486005
 SHA256 (SymbiFlow-prjtrellis-g20190422-5eb0ad87_GH0.tar.gz) = e9611f0d3516048acd49e8f2228d13775a7fff14e41a8cb92c0e01918b3c10ff
 SIZE (SymbiFlow-prjtrellis-g20190422-5eb0ad87_GH0.tar.gz) = 359933
 SHA256 (SymbiFlow-prjtrellis-db-d0b219af_GH0.tar.gz) = 88c94d6bf74f4156f07bf09f8c207f6e237e2583cca655ffd1e0ce3afd89dc16
 SIZE (SymbiFlow-prjtrellis-db-d0b219af_GH0.tar.gz) = 2361070
+SHA256 (2784291454a0307cf131acb5f0f68acc1eb4ffc3.patch) = 39ec4912e76076c8b010f17288bf37587398de24c7ba34b8c009af61645181f2
+SIZE (2784291454a0307cf131acb5f0f68acc1eb4ffc3.patch) = 1718


More information about the svn-ports-all mailing list