Page MenuHomeFreeBSD

graphics/partio: add DOXYGEN option
ClosedPublic

Authored by fernape on Sep 13 2018, 4:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 2, 7:26 AM
Unknown Object (File)
Tue, Oct 28, 5:57 PM
Unknown Object (File)
Tue, Oct 28, 5:54 AM
Unknown Object (File)
Tue, Oct 28, 1:41 AM
Unknown Object (File)
Fri, Oct 17, 7:49 AM
Unknown Object (File)
Oct 5 2025, 4:46 AM
Unknown Object (File)
Sep 28 2025, 3:17 AM
Unknown Object (File)
Sep 27 2025, 9:18 AM
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 19597
Build 19178: arc lint + arc unit

Event Timeline

graphics/partio/Makefile
14–15

Why move this?

40

Why move this?

Keep USE_* sorted alphabetically

Keep related variables close

graphics/partio/Makefile
15

Why blank line?

31

Remove this maybe.

33–36

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.