[Bug 192642] [stage] update mail/mailagent to a non-interactive, regular port

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 14 06:22:41 UTC 2014


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

--- Comment #7 from John Marino <marino at FreeBSD.org> ---
(In reply to ykasap from comment #3)
> % portlint
> WARN: Makefile: [0]: possible direct use of command "perl" found. use
> ${PERL} instead.
> WARN: Makefile: possible use of absolute pathname "/var/run/utmp".
> WARN: Makefile: Consider defining LICENSE.
> 0 fatal errors and 3 warnings found.
> % 
> 
> I guess that the first warning is because using "perl" to change
> several perl scripts in the source not to directly use the word.


I'm not 100% sure, but I think you can add "USES+= shebangfix" (or add it to
the end of existing USES) and then define SHEBANG_FILES=<same list of files>
and delete the post-patch target completely.  See Mk/Uses/shebangfix.mk

Ignore the /var/run warning

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


More information about the freebsd-ports-bugs mailing list