[Bug 231277] dns/ddclient: perl SHEBANG wrong
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 10 13:11:34 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231277
--- Comment #2 from O. Hartmann <ohartmann at walstatt.org> ---
Why should I address something with upstream when it is clearly a fault of the
port maintenance?
The original perl main program's shebang is
#!/usr/bin/perl -w
#!/usr/local/bin/perl -w
######################################################################
[...]
and after application of the patch (tagged post-patch) it is
#!/usr/local/bin/perl -w
#!/usr/local/local/bin/perl -w
######################################################################
[...]
as reported. And now: who is to blame? Upstream?
The problem is identified rather quickly:
post-patch:
@${GREP} -lR '/usr' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|/usr|${PREFIX}|g'
It is surely more of a cosmetic question, but I'm not sure about nasty side
effects. It should be fixed - locally at FreeBSD's, not upstream.
But how do you think about the attached patch? Also cosmetic (I'd prefer
/usr/bin/env -S perl -w )?
Regards,
oh
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list