Hello,

Perl is pulled in here, might be through a dependency of Opendkim.
Though if you install the Perl port without the USE_PERL flag ${PREFIX}/bin/perl doesn't get symlink'ed into /usr/bin. So when PR'ing, is it possible adding a small patch that replaces "/usr/bin/perl" with "/usr/bin/env perl" ?
I already sent a mail to the maintainer, still yet nothing happened.

Thank you

On Thu, 13 Feb 2014, Thomas Steen Rasmussen wrote:

Hello,

mail/opendkim seems to be missing a perl depencency to make the
opendkim-genkey tool work:

$ opendkim-genkey
bash: /usr/local/sbin/opendkim-genkey: /usr/bin/perl: bad interpreter: No such file or directory
$ file /usr/local/sbin/opendkim-genkey
/usr/local/sbin/opendkim-genkey: Perl script, ASCII text executable

As you can see it also needs to have the shebang line updated
to /usr/local/bin/perl :)

This is with opendkim-2.8.3. It works as expected after
installing lang/perl with no extra modules.

I can open a PR for this if you wish, let me know.


Best regards,

Thomas Steen Rasmussen
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to