x11-wm/dwm: Update to 6.2 - Clean up MASTER_SITES (remove outdated websites) - Set FREETYPEINC (now required to build) and VERSION in MARK_ARGS - Use DISTVERSION instead of PORTVERSION for consistency - Define a simple do-test target so that we can quickly test if the binary is at least not core dumping when started - Improve the description of the VOLUMECONTROL option - Replace config.mk patching with a post-configure target that makes the port respect user's CFLAGS, CPPFLAGS and LDFLAGS - Rewrite the post-extract target using make(1) if syntax instead of sh(1) if syntax New release announcement: https://lists.suckless.org/dev/1902/33214.html
Details
Details
- Reviewers
mat krion - Commits
- rP496110: x11-wm/dwm: Update to 6.2
- portlint
- poudriere testport 11.2 (amd64, i386), 12.0 (amd64, i386)
- manual testing on 13.0-CURRENT
- make test exists just fine
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 23147 Build 22199: arc lint + arc unit
Event Timeline
x11-wm/dwm/Makefile | ||
---|---|---|
57–59 | Put the whole target in the .if instead of creating an empty target if it's not there. |
Comment Actions
Put the whole post-extract target in the .if instead of creating an empty target if it's not there.
x11-wm/dwm/Makefile | ||
---|---|---|
55–60 | This should go after the extract target. |