Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 08:49:15 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7720b02014c2 - main - net/cjdns: Fix build
Message-ID:  <202406060849.4568nFxr003258@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7720b02014c220453ae9a407ff5583ad83a6806c

commit 7720b02014c220453ae9a407ff5583ad83a6806c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-06 07:51:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-06 08:49:01 +0000

    net/cjdns: Fix build
    
    Reported by:    fallout
---
 net/cjdns/files/patch-node__build_FindPython.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/cjdns/files/patch-node__build_FindPython.js b/net/cjdns/files/patch-node__build_FindPython.js
index 995b0bcc0f40..09eb77e35f1f 100644
--- a/net/cjdns/files/patch-node__build_FindPython.js
+++ b/net/cjdns/files/patch-node__build_FindPython.js
@@ -5,7 +5,7 @@
  // (as of this writing, we don't know what python3 versions actually work)
  // whereas we know that python2.7 is the only working python2 version.
 -var PYTHONS = ["python3.7", "python3", "python2.7", "python2", "python"];
-+var PYTHONS = ["python3.9", "python3.8", "python3.7", "python3", "python2.7", "python2", "python"];
++var PYTHONS = ["python3.11", "python3.9", "python3.8", "python3.7", "python3", "python2.7", "python2", "python"];
  
  var SCRIPT = [
      'import sys',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406060849.4568nFxr003258>