Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Mk/Scripts/qa.sh | ||
---|---|---|
220 ↗ | (On Diff #2648) | You'll need to return 1 for this case, but not you can't without refactoring or using a temp file since this is in a subshell/pipe. |
Comment Actions
Install libperl as libperl.so.x.yy.z and have its soname be libperl.so.x.
Also, fix the libperl to only run when really needed stage-qa check.
Mk/Scripts/qa.sh | ||
---|---|---|
213 ↗ | (On Diff #2694) | Here I think you need to put this:
(otherwise there will be like 5000 qa errors!) |
Comment Actions
I like the idea. Haven't looked at the code too closely, but it is a shame perl doesn't do this.