Page MenuHomeFreeBSD

graphics/partio: add DOXYGEN option
ClosedPublic

Authored by fernape on Sep 13 2018, 4:21 PM.
Tags
None
Referenced Files
F106891561: D17155.id48185.diff
Tue, Jan 7, 1:00 AM
Unknown Object (File)
Sat, Dec 21, 4:40 PM
Unknown Object (File)
Sat, Dec 21, 4:21 PM
Unknown Object (File)
Sun, Dec 15, 1:17 AM
Unknown Object (File)
Wed, Dec 11, 11:53 AM
Unknown Object (File)
Nov 27 2024, 9:50 PM
Unknown Object (File)
Nov 27 2024, 9:50 PM
Unknown Object (File)
Nov 27 2024, 9:50 PM
Subscribers

Details

Summary

Most of the changes come from https://reviews.freebsd.org/D16662

  • Add DOXYGEN option.
  • Remove post-patch-PYTHON-off due to PYTHON_BROKEN_OFF
  • Move some variables to their proper locations
Test Plan
  • portlint -AC OK
  • poudriere builds for {10.4,11.1}{amd64,i386}, 12i386 OK

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19596
Build 19177: arc lint + arc unit

Event Timeline

graphics/partio/Makefile
13–14

Why move this?

38

Why move this?

Keep USE_* sorted alphabetically

Keep related variables close

graphics/partio/Makefile
14

Why blank line?

29–31

Remove this maybe.

31–34

Maybe remove the option if it is required now.

  • Remove blank line
  • Remove PYTHON option
This revision is now accepted and ready to land.Sep 18 2018, 7:02 PM
This revision was automatically updated to reflect the committed changes.