[Bug 225752] Mk/Uses/python.mk: remove deprecated "USES=python:2" and "USES=python:3"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 9 14:10:42 UTC 2018


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

--- Comment #7 from Yasuhiro KIMURA <yasu at utahime.org> ---
(In reply to Mathieu Arnold from comment #1)
> I have not looked at the whole diff, but it feels like a very mechanical
> change. USES=python:2 installs other files than the python2 symlink,
> files that ports may need.  Have you tested that they all still build?

I tried test build of all affected ports with poudriere.

Ports tree: r461207 + proposed patch.
Host OS: 11.1-RELEASE amd64
Poudriere jail OS: 11.1-RELEASE amd64

Build logs are put at following URL.

http://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/111amd64-git/2018-02-08_20h41m06s/

Out of 457 target ports. 453 ports could be built successfully.

There 4 ports that couldn't be built.

1. databases/pgworksheet

Build of this port is skipped because databases/py-pyPgSQL, one of depending
port, is marked BROKEN.

2. math/hfst

Build of this port is ignored because it is marked BROKEN.

3. net/xorp
4. lang/v8-devel

Build of these ports failed at build phase. So I retried build of these ports
without applying proposed patch and confirmed build still failed.

> Also, I do not think there is any need to bump PORTREVISION.

If 'USES=python:2" is changed into 'USES=python:2.7', then run-time dependency
changes from lang/python2 to lang/python2.7. So I think bumping is necessary.

> Also, do not completely remove the code from python.mk, you must change
> the DEV_WARNING to a DEV_ERROR.

OK. As for it I'll update my patch.

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


More information about the freebsd-ports-bugs mailing list