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)
Feb 20 2024, 8:41 AM
Unknown Object (File)
Feb 20 2024, 8:41 AM
Unknown Object (File)
Feb 20 2024, 8:41 AM
Unknown Object (File)
Feb 20 2024, 8:41 AM
Unknown Object (File)
Feb 20 2024, 8:41 AM
Unknown Object (File)
Feb 20 2024, 8:41 AM
Unknown Object (File)
Feb 20 2024, 8:27 AM
Unknown Object (File)
Jan 26 2024, 8:46 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 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.