- Reorder variables.
- Remove tools for updating pkg-plist: they were broken by precedent commits and based on the python 2 script files/mergeplist.py, but python 2 is now EOL.
- Move port-update target from Makefile.amd64 to Makefile and rename it distinfo-update as it does not update pkg-plist anymore.
- Remove EXTRACT_SUFX and use properly USES=tar:txz instead.
- Remove references to removed wine staging ports in CONFLICTS_INSTALL.
Details
Details
- Reviewers
gerald tcberner - Commits
- rP533164: emulators/i386-wine-devel: Style improvements
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 30691 Build 28423: arc lint + arc unit
Event Timeline
Comment Actions
head/emulators/i386-wine-devel/Makefile.amd64 | ||
---|---|---|
52 | It's arguable, whether this is the right position for the options in the makefile. |
head/emulators/i386-wine-devel/Makefile.amd64 | ||
---|---|---|
52 | Where would you put them? |
head/emulators/i386-wine-devel/Makefile.amd64 | ||
---|---|---|
52 | My gut feeling would have put them above the block where you set the PLIST_SUBs. But I would not lose any sleep over it :) |