Because scripts/dkimproxy.out is patched, its timestamp may be after the
one of scripts/dkimproxy_out.8, forcing a rebuild of the man page.
- The Makefile are generated with autotools, and need gmake
- Fix some syntax error in dkimproxy.out's pod section.
While there, regenerate patches.
Reported by: pkg-fallout
Sponsored by: Absolight
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight
<yanagisawa@csg.is.titech.ac.jp>: host mail.csg.ci.i.u-tokyo.ac.jp[133.11.54.4]
said: 550 5.1.1 <yanagisawa@csg.is.titech.ac.jp>: Recipient address
rejected: User unknown in local recipient table (in reply to RCPT TO
command)
Sponsored by: DK Hostmaster A/S
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
These fixes are similar to mail/dkfilter, see ports/103344.
PR: ports/103346
Submitted by: Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp> (maintainer)
- to log all messages at start-up time of a daemon,
- to show error messages when some error occurs at that time,
- and to checks $dkfilter_{in,out}_user exist or not.
PR: ports/101024
Submitted by: Yoshisato YANAGISAWA <yanagisawa(at)csg.is.titech.ac.jp> (Maintainer)