Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2019 19:15:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238267] sysutils/py-google-compute-engine not correctly defaulting to using python 2.7.
Message-ID:  <bug-238267-7788-kpBOia0yRR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238267-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238267-7788@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=3D238267

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

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

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

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238267-7788-kpBOia0yRR>