[Bug 230132] shells/jailkit: fix plist if procmail installed (add PROCMAIL option)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 29 04:21:30 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230132

            Bug ID: 230132
           Summary: shells/jailkit: fix plist if procmail installed (add
                    PROCMAIL option)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: woodsb02 at freebsd.org
          Reporter: z7dr6ut7gs at snkmail.com
             Flags: maintainer-feedback?(woodsb02 at freebsd.org)
          Assignee: woodsb02 at freebsd.org

Created attachment 195575
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195575&action=edit
[patch] add PROCMAIL option

If you try 'make stage check-plist' for shells/jailkit and mail/procmail is
already installed, you will get:

===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: man/man8/jk_procmailwrapper.8.gz
Error: Orphaned: sbin/jk_procmailwrapper
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.


The configure script detects the procmail presence and builds the procmail
wrapper which is not in the plist.

The attached patch adds a PROCMAIL option (default off) which explicitly
disables the procmail wrapper (if the option is off) or registers a dependency
on procmail (if on).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list