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)
Fri, Oct 17, 7:49 AM
Unknown Object (File)
Sun, Oct 5, 4:46 AM
Unknown Object (File)
Sun, Sep 28, 3:17 AM
Unknown Object (File)
Sat, Sep 27, 9:18 AM
Unknown Object (File)
Fri, Sep 26, 11:25 PM
Unknown Object (File)
Sun, Sep 21, 5:05 AM
Unknown Object (File)
Sat, Sep 20, 2:43 PM
Unknown Object (File)
Sat, Sep 20, 5:20 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
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.