Date: Tue, 19 Dec 2017 16:24:51 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 220214] Try to handle man files for USE_PYTHON=concurrent Message-ID: <bug-220214-21822-NMki5so7Le@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220214-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-220214-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=3D220214 --- Comment #9 from commit-hook@freebsd.org --- A commit references this bug: Author: mat Date: Tue Dec 19 16:23:49 UTC 2017 New revision: 456737 URL: https://svnweb.freebsd.org/changeset/ports/456737 Log: Enhance USES=3Duniquefiles to be more generic. This allows to have more complex renaming schemes. Until now, it could only add a prefix or a suffix, but this was not working at all for man pages, because it would give man/man1/pyfoo.1.gz-2.7 or man/man1/pyfoo-1-2.7.gz. With this change, a man page will be correctly renamed to man/man1/pyfoo-2.7.1.gz. Unfix ports that were already handling man pages. PR: 220214 Submitted by: Fukang Chen (previous patch) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13444 Changes: head/Mk/Uses/python.mk head/Mk/Uses/uniquefiles.mk head/mail/py-pymailq/Makefile head/math/py-numpy/Makefile head/math/py-numpy/pkg-plist head/www/py-ddgr/Makefile head/www/py-ddgr/files/patch-Makefile --=20 You are receiving this mail because: 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-220214-21822-NMki5so7Le>