- Add shebangfix, and bash as run-depends
Details
- Reviewers
rakuco mat - Group Reviewers
kde - Commits
- rP440020: Update devel/qbs to 1.7.2.
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
devel/qbs/Makefile | ||
---|---|---|
16 ↗ | (On Diff #27774) | Does it really need bash ? Or does it just have a /bin/bash shebang and would work just fine with /bin/sh ? |
The shellscript is xcode related anyway. So maybe we could just not install it as an alternative.
I don't think we can easily get rid of the 'bundle' module.
As it is not needed, just don't add bash as a dependency.
You could also simply remove the file in post-install :-)
It would avoid patching it, and packaging it :-)
It's part of a whole module of qbs. I'm not sure yet, how that would beave if one of its files is missing.
The patch created a .orig file, which also wants to be installed. So just use sed, and call it a day, right? :D
Spelling police.
devel/qbs/Makefile | ||
---|---|---|
48 ↗ | (On Diff #27934) | Typo here: "shut op." Would probably read better as "silence." "Shut up" usually has a negative connotation. |