Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2018 04:21:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230132] shells/jailkit: fix plist if procmail installed (add PROCMAIL option)
Message-ID:  <bug-230132-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230132

            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@freebsd.org
          Reporter: z7dr6ut7gs@snkmail.com
             Flags: maintainer-feedback?(woodsb02@freebsd.org)
          Assignee: woodsb02@freebsd.org

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

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

=3D=3D=3D> Parsing plist
=3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: man/man8/jk_procmailwrapper.8.gz
Error: Orphaned: sbin/jk_procmailwrapper
=3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
=3D=3D=3D> 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 depende=
ncy
on procmail (if on).

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230132-7788>