[Bug 238267] sysutils/py-google-compute-engine not correctly defaulting to using python 2.7.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 31 19:15:25 UTC 2019


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

--- Comment #3 from Glen Barber <gjb at FreeBSD.org> ---
Your patch does appear to correct the problem.

 root@:/usr/ports/sysutils/py-google-compute-engine # make \
 __MAKE_CONF=/dev/null -V FLAVOR
 py27

 root@:/usr/ports/sysutils/py-google-compute-engine # make \
 __MAKE_CONF=/dev/null -V SUB_LIST

 PYTHON_CMD="/usr/local/bin/python2.7"  \
 PYTHON_VER="2.7" PREFIX=/usr/local LOCALBASE=/usr/local  \
 DATADIR=/usr/local/share/py27-google-compute-engine \
 DOCSDIR=/usr/local/share/doc/py27-google-compute-engine \
 EXAMPLESDIR=/usr/local/share/examples/py27-google-compute-engine  \
 WWWDIR=/usr/local/www/py27-google-compute-engine \
 ETCDIR=/usr/local/etc/py27-google-compute-engine

 root@:/usr/ports/sysutils/py-google-compute-engine # make \
 __MAKE_CONF=/dev/null -V PYTHON_VER
 2.7

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


More information about the freebsd-ports-bugs mailing list