https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225052
Po-Chuan Hsieh <sunp...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sunp...@freebsd.org --- Comment #5 from Po-Chuan Hsieh <sunp...@freebsd.org> --- (In reply to Kyle Evans from comment #4) I did a test as follows: % cd /usr/ports/lang/python % make -V DEFAULT_VERSIONS python=3.6 % pkg info -x python python-3.6_3,2 python2-2_3 python27-2.7.14_1 python3-3_3 python36-3.6.4 % ls -l /usr/local/bin/python lrwxr-xr-x 1 root wheel 7 Dec 20 23:00:37 2017 /usr/local/bin/python@ -> python3 % ln -fs python2 /usr/local/bin/python % ls -l /usr/local/bin/python lrwxr-xr-x 1 root wheel 7 Feb 15 04:30 /usr/local/bin/python@ -> python2 % make -V PKGNAME python-3.6_3,2 % make run-depends-list /usr/ports/lang/python3 /usr/ports/lang/python36 % make -V RUN_DEPENDS python3:lang/python3 /usr/local/bin/python3.6:lang/python36 The result seems correct. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"