Page MenuHomeFreeBSD

x11-wm/dwm: Update to 6.2
ClosedPublic

Authored by 0mp on Mar 1 2019, 12:44 PM.
Tags
None
Referenced Files
F163403869: D19416.id55172.diff
Wed, Jul 22, 9:59 PM
Unknown Object (File)
Wed, Jul 22, 11:45 AM
Unknown Object (File)
Tue, Jul 21, 11:07 AM
Unknown Object (File)
Sun, Jul 19, 6:55 PM
Unknown Object (File)
Sun, Jul 19, 4:54 PM
Unknown Object (File)
Sat, Jul 18, 3:00 PM
Unknown Object (File)
Sat, Jul 18, 9:09 AM
Unknown Object (File)
Sat, Jul 18, 3:32 AM
Subscribers
None

Details

Summary
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
Test Plan
  • portlint
  • poudriere testport 11.2 (amd64, i386), 12.0 (amd64, i386)
  • manual testing on 13.0-CURRENT
  • make test exists just fine

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

x11-wm/dwm/Makefile
63 ↗(On Diff #54576)

Put the whole target in the .if instead of creating an empty target if it's not there.

Put the whole post-extract target in the .if instead of creating an empty target if it's not there.

0mp marked an inline comment as done.Mar 5 2019, 3:11 PM
x11-wm/dwm/Makefile
55–60 ↗(On Diff #54732)

This should go after the extract target.

This revision is now accepted and ready to land.Mar 17 2019, 9:23 PM
This revision was automatically updated to reflect the committed changes.