Page MenuHomeFreeBSD

sysutils/xen-tools: fix plist when DOCS option is disabled
ClosedPublic

Authored by novel on Mar 9 2019, 1:18 PM.
Tags
None
Referenced Files
F83187628: D19521.id54986.diff
Tue, May 7, 12:02 PM
Unknown Object (File)
Wed, Apr 24, 10:45 PM
Unknown Object (File)
Wed, Apr 24, 10:45 PM
Unknown Object (File)
Wed, Apr 24, 10:45 PM
Unknown Object (File)
Wed, Apr 24, 8:05 PM
Unknown Object (File)
Mon, Apr 22, 1:21 AM
Unknown Object (File)
Feb 10 2024, 12:57 PM
Unknown Object (File)
Feb 10 2024, 12:57 PM
Subscribers

Details

Summary
  • Fix plist when DOCS option is disabled
  • Install man pages into a proper directory and also get them compressed

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This revision is now accepted and ready to land.Mar 11 2019, 4:31 PM

Forgot to ask but can you commit this?

I'm not a ports committer myself, so I would have to ask for your 'Approved by' if I have to commit this, which seems quite pointless.

This revision was automatically updated to reflect the committed changes.

The manpages should not be behind the DOCS option, they should either always be installed, or be behind a MANPAGES option (that defaults to on).

In D19521#418756, @mat wrote:

The manpages should not be behind the DOCS option, they should either always be installed, or be behind a MANPAGES option (that defaults to on).

Thanks, let me see if I can find some time to fix this either today or tomorrow.

In D19521#418756, @mat wrote:

The manpages should not be behind the DOCS option, they should either always be installed, or be behind a MANPAGES option (that defaults to on).

Thanks, let me see if I can find some time to fix this either today or tomorrow.

Please let me know if you need some help with that.