Created attachment 182738 [details] patch Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'bin/gmock_doctor.py' *** Error code 1 Stop. make: stopped in /usr/ports/devel/googlemock
Comment on attachment 182738 [details] patch > +USES= autoreconf libtool localbase python:-2.7 shebangfix Does gmock_doctor.py NOT work with python3? Do you really need python for build? Maybe replace "python:-2.7" with "python:run".
Created attachment 182745 [details] patch - Add USES= python:run instead of python:-2.7
(In reply to Jan Beich (away from May 25 to June 11) from comment #1) Indeed! It's only needed at run time.
A commit references this bug: Author: cpm Date: Sun May 21 11:06:13 UTC 2017 New revision: 441375 URL: https://svnweb.freebsd.org/changeset/ports/441375 Log: - Fix shebangs - Bump PORTREVISION PR: 219401 Submitted by: cpm Approved by: jbeich (maintainer) Changes: head/devel/googlemock/Makefile
Committed! Thanks