Details
Details
- Reviewers
sbz - Commits
- rP569418: Add sysutils/sd-mux-ctrl, Tizen SD mux control program
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks good! Here some guidance:
- Using poudriere testport for pre-commit testing with poudriere testport -j <jail> -p <porttree> -o sysutils/sd-mux-ctrl
- Using port test from pkg porttools for pre-commit testing
cd /usr/port/sysutils/sd-mux-ctrl sudo port test
- After approved review, you could use addport to add it to the tree with the command below. It will add the entries in the category Makefile and prompt you for confirmation
cd /path/to/svn /usr/ports/Tools/scripts/addport -m -a -i -y -f -d sysutils/sd-mux-ctrl
sysutils/sd-mux-ctrl/Makefile | ||
---|---|---|
20 ↗ | (On Diff #86454) | Need to add the extension to fetch the new distfile, i.e tar:bz2 You can read the description into /usr/ports/Mk/Uses/tar.mk |
Comment Actions
https://projects.pyret.net/files/public/freebsd/0001-sdmux.patch Updated patch, sorry :/
Comment Actions
The entry in “sysutils/Makefile” is missing from this diff (sorry if this is stating the obvious)