Page MenuHomeFreeBSD

graphics/partio: add DOXYGEN option
ClosedPublic

Authored by fernape on Sep 13 2018, 4:21 PM.
Tags
None
Referenced Files
F108268674: D17155.id48133.diff
Thu, Jan 23, 7:20 AM
F108268448: D17155.id48052.diff
Thu, Jan 23, 7:16 AM
F108265804: D17155.id48051.diff
Thu, Jan 23, 6:39 AM
Unknown Object (File)
Wed, Jan 8, 9:19 AM
Unknown Object (File)
Tue, Jan 7, 8:53 AM
Unknown Object (File)
Tue, Jan 7, 1:00 AM
Unknown Object (File)
Dec 21 2024, 4:40 PM
Unknown Object (File)
Dec 21 2024, 4:21 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 19571
Build 19156: arc lint + arc unit

Event Timeline

graphics/partio/Makefile
14

Why move this?

38

Why move this?

Keep USE_* sorted alphabetically

Keep related variables close

graphics/partio/Makefile
15

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.