Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 08:09:47 +0100 (CET)
From:      Tommy Scheunemann <net@arrishq.net>
To:        Thomas Steen Rasmussen <thomas@gibfest.dk>
Cc:        ports@freebsd.org, umq@ueo.co.jp
Subject:   Re: Missing perl dependency for mail/opendkim
Message-ID:  <alpine.DEB.2.00.1402130804070.1854@tommy.evolver.de>
In-Reply-To: <52FC0944.6090605@gibfest.dk>
References:  <52FC0944.6090605@gibfest.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
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-unsubscribe@freebsd.org"
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.DEB.2.00.1402130804070.1854>