Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jan 2020 02:30:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 242463] devel/mercurial: Update to 5.2.1
Message-ID:  <bug-242463-21822-mqh07Gfr5W@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242463-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242463-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242463

--- Comment #9 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to Peter Wullinger from comment #8)

Great patch Peter, thank you

One thing left is to check the pkg-plist (make makeplist) for any leftover
files not processed by USE_PYTHON=3Dconcurrent to ensure there's none that =
are
still installed in common/shared (non Python-version-specific) locations.

>From the updated patch it looks like (at least) the manual pages will still
conflict, and need to be processed with concurrent as well:

man/man1/hg.1.gz
man/man5/hgignore.5.gz
man/man5/hgignore.5.gz
man/man5/hgrc.5.gz
man/man5/hgrc.5.gz

You should be able to do this by extending UNIQUE_SUFFIX_FILES (or
UNIQUE_FIND_SUFFIX_FILES, or UNIQUE_SUFFIX_TYPES (See Mk/Uses/uniquefiles.mk
examples and how Mk/Uses/python.mk uses uniquefiles)

We also need to check that any and all python scripts that are installed use
the specific Python-version executable the port was built with in their she=
bang
lines.=20

Any that aren't handled by setuptools automatic shebang processing (via
setup.py:console_scripts/scripts methods) need to be processed with
USES=3Dshebangfix

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242463-21822-mqh07Gfr5W>