o fix shebang on sample bash completion installer o respect ${CC} Reported by: AMDmi3 Reviewed by: matthew Approved by: matthew (mentor) Differential revision: https://reviews.freebsd.org/DXXXX
Details
Details
- Reviewers
matthew - Commits
- rP429996: security/hashcat: batch of small fixes
poudriere testport - OK
runtime - OK
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
It would be slightly easier for me if you run from $PORTSDIR -- most people tend to check out svn+ssh://matthew@repo.freebsd.org/ports/head as .../ports. But it's not a big deal.
Comment Actions
address mat's feedback
o switch to MAKE_ARGS - good point, this is way better!
o use gsed in dependency line
o pet portlint for section order
Comment Actions
replace local patch with the one that got upstreamed
This allows next version to be patch-free.
This passes poudriere testport still and runtime works.