- comms/gnuradio
 - graphics/hugin
 - math/asymptote - also modify patch-Makefile.in and post-patch, as one of the files is generated on the fly.
 - science/afni
 
Details
Diff Detail
- Repository
 - rP FreeBSD ports repository
 - Lint
 No Lint Coverage - Unit
 No Test Coverage - Build Status
 Buildable 8952 Build 9344: arc lint + arc unit 
Event Timeline
- x11-wm/fvwm2 - add PYTHON=${PYTHON_CMD} to the configure environment to fix shebangs
 - x11-wm/fvwm-crystal
 
| devel/libdbusmenu/Makefile | ||
|---|---|---|
| 25–34 | So you are adding python as a dependency so that a tool that nobody will ever use gets the right shebang ? It is ludicrous, please don't.  | |
| math/asymptote/files/patch-Makefile.in | ||
| 16–17 ↗ | (On Diff #27808) | There is no real need for the patch, you could simply use /usr/bin/env python in the sed line in the Makefile.  | 
| x11-wm/fvwm2/Makefile | ||
|---|---|---|
| 26–28 | Same here, it never needed python before, now it requires it to run ?  | |
| devel/libdbusmenu/Makefile | ||
|---|---|---|
| 25–34 | according to INDEX it depends on python anyways, no? So should this shebang error just be ignored?  | |
| devel/libdbusmenu/Makefile | ||
|---|---|---|
| 25–34 | There are talks about reducing the pain for the python interpreter shebang thing, only if the port depends on python. Now, if this already has python as a run dependencies through some dependency, it may be ok. Be sure to say so when you commit it.  | |
Looks ok, you might want to investigate using SHEBANG_REGEX or SHEBANG_GLOB in some cases.