- Unbreak on i386 and powerpc
- Add optional DOCS and EXAMPLES
- Pet portclippy(1) and portfmt(1)
Details
Details
- Reviewers
db yuri - Commits
- R11:cf8635a1d5e4: cad/opentimer: Update g20221116 => 2.1.0-20250707
For every {amd64, i386} × {14.3, 13.5}:
- Successful poudriere testport
- Successful run-testing
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 67649 Build 64532: arc lint + arc unit
Event Timeline
cad/opentimer/Makefile | ||
---|---|---|
2 | This line should be: the 'g' syntax is used when there are no tag and no version. |
cad/opentimer/Makefile | ||
---|---|---|
40 | Please remove surrounding braces. People often think that they are needed, but in fact they aren't needed in the BSD Make syntax. | |
45 | Please remove surrounding braces. | |
45 | Please remove surrounding braces. | |
cad/opentimer/pkg-plist | ||
1 ↗ | (On Diff #163763) | Please use PORTEXAMPLES=* in the Makefile and remove the list of examples from pkg-plist. Examples aren't as "important" as other files and it's advantageous to not have their list to keep pkg-plist shorter. |
57 ↗ | (On Diff #163763) | Same as with examples. |
Comment Actions
Make requested changes on review:
- Remove surrounding braces
- Use PORTDOCS and PORTEXAMPLES