Hi List
Each time I upgrade pkgsrc, I get annoyed by developer laziness to check
any new files for a valid python interpreter. This is because
#!/usr/bin/env python
Is the recommended way of calling python by upstream and
check-interpreter.mk allows it just because /usr/bin/env exists.
Sadly, no binary called python exists on pkgsrc - it's python2.6 for
example.
So I've attached a quick patch to deny the use of /usr/bin/env
and /bin/env. I would imagine this would stop a lot of packages
installing including some surprising ones like say glib2.