[Bug 242463] devel/mercurial: Update to 5.2.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 1 02:30:33 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463

--- Comment #9 from Kubilay Kocak <koobs at 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=concurrent 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 shebang
lines. 

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

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


More information about the freebsd-python mailing list