Page MenuHomeFreeBSD

Add sysutils/sd-mux-ctrl, Tizen SD mux control program
ClosedPublic

Authored by emaste on Mar 28 2021, 8:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 10 2024, 9:40 AM
Unknown Object (File)
Jan 7 2024, 2:15 PM
Unknown Object (File)
Dec 25 2023, 4:46 AM
Unknown Object (File)
Dec 20 2023, 6:39 AM
Unknown Object (File)
Dec 4 2023, 12:31 AM
Unknown Object (File)
Nov 24 2023, 10:38 PM
Unknown Object (File)
Nov 14 2023, 8:08 AM
Unknown Object (File)
Nov 12 2023, 8:16 AM

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
emaste added a subscriber: gonzo.
diizzy added inline comments.
sysutils/sd-mux-ctrl/Makefile
5

Please follow example Example 5.13 in Porters Handbook

11
19

Not needed

20

You don't need to use full hash (Example 5.13 in Porters Handbook)

sysutils/sd-mux-ctrl/Makefile
19

this is different from the portname though

20

Full hash seems preferable though to avoid any chance of a future collision?

DISTVERSION and LICENSE_FILE as reported

Use upstream + patch, from @daniel.engberg.lists_pyret.net

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
This revision is now accepted and ready to land.Mar 28 2021, 9:41 PM
sbz requested changes to this revision.Mar 28 2021, 9:50 PM

You need to run again make makesum indeed since the PATCH change.

This revision now requires changes to proceed.Mar 28 2021, 9:50 PM
sysutils/sd-mux-ctrl/Makefile
21

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

bz2 per @daniel.engberg.lists_pyret.net

This revision is now accepted and ready to land.Mar 28 2021, 10:23 PM

The entry in “sysutils/Makefile” is missing from this diff (sorry if this is stating the obvious)

The entry in “sysutils/Makefile” is missing from this diff (sorry if this is stating the obvious)

It will be added automatically with addport, cf my comment above.

D29476 submitted for an issue discovered running addport