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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

graphics/partio/Makefile
14 ↗(On Diff #48009)

Why move this?

38 ↗(On Diff #48009)

Why move this?

Keep USE_* sorted alphabetically

Keep related variables close

graphics/partio/Makefile
15 ↗(On Diff #48052)

Why blank line?

31 ↗(On Diff #48052)

Remove this maybe.

33–36 ↗(On Diff #48052)

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.