Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 17:13:39 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9af9cf9c1ea9 - main - devel/bpython: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
Message-ID:  <202403091713.429HDdEC036547@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=9af9cf9c1ea9f75adb3c111888f29ba4919e1332

commit 9af9cf9c1ea9f75adb3c111888f29ba4919e1332
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 17:10:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 17:10:44 +0000

    devel/bpython: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
---
 devel/bpython/files/patch-setup.py | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/devel/bpython/files/patch-setup.py b/devel/bpython/files/patch-setup.py
new file mode 100644
index 000000000000..43b0d717898e
--- /dev/null
+++ b/devel/bpython/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig	2023-01-18 12:48:13 UTC
++++ setup.py
+@@ -139,7 +139,7 @@ if using_sphinx:
+     build.sub_commands.insert(0, ("build_sphinx_man", None))
+     cmdclass["build_sphinx_man"] = BuildDoc
+ 
+-    if platform.system() in ("FreeBSD", "OpenBSD"):
++    if platform.system() in ("OpenBSD"):
+         man_dir = "man"
+     else:
+         man_dir = "share/man"



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