Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2020 08:11:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251143] mail/sympa does not detect correct path of postmap
Message-ID:  <bug-251143-7788-oP5gHOZPGJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251143-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251143-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: mfechner
Date: Thu Nov 26 08:11:24 UTC 2020
New revision: 556321
URL: https://svnweb.freebsd.org/changeset/ports/556321

Log:
  Add postfix as build dependency.
  While creating a package of sympa the configure script searches for the p=
ath
of postmap and if it is not found, it falls back to standard path
/usr/sbin/postmap

  As the correct path is required, that postfix integration will not work l=
ike
it is described here:
=20
https://sympa-community.github.io/manual/install/configure-mail-server-post=
fix.html

  adding postfix as a build dependency ensures that the correct path for
postmap is detected and the file /usr/local/libexec/sympa/sympa_newaliases.=
pl
will have the correct path.

  PR:           251143
  Approved by:  dgeo@centrale-marseille.fr (maintainer)

Changes:
  head/mail/sympa/Makefile

--=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-251143-7788-oP5gHOZPGJ>