Bug 248052

Summary: www/apache24: manpage of suexec is always installed
Product: Ports & Packages Reporter: Michael Osipov <michael.osipov>
Component: Individual Port(s)Assignee: freebsd-apache (Nobody) <apache>
Status: Closed FIXED    
Severity: Affects Some People CC: brnrd, michael.osipov
Priority: --- Flags: bugzilla: maintainer-feedback? (apache)
Version: Latest   
Hardware: Any   
OS: Any   

Description Michael Osipov 2020-07-17 19:17:47 UTC
When SUEXEC is off, manpage is still installed:
# tar tJf apache24-2.4.43.txz  | grep suexec
/usr/local/man/man8/suexec.8.gz

because in pkg-plist the manpage is not prepended with %%SUEXEC%%.
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2020-08-06 13:07:23 UTC
Correct.

Will be committed soon.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-08-06 15:20:28 UTC
A commit references this bug:

Author: brnrd
Date: Thu Aug  6 15:19:44 UTC 2020
New revision: 544279
URL: https://svnweb.freebsd.org/changeset/ports/544279

Log:
  www/apache24: Don't install suexec manpage when option is off

  PR:		248052
  Submitted by:	Michael Osipov <michael osipov siemens com>
  Approved by:	apache (brnrd)

Changes:
  head/www/apache24/pkg-plist
Comment 3 Bernard Spil freebsd_committer freebsd_triage 2020-08-06 15:21:16 UTC
Thanks for reporting!