Page MenuHomeFreeBSD

devel/gnulib: Fix shebangfix for clisp
ClosedPublic

Authored by ivy on Fri, Sep 19, 8:58 PM.
Tags
None
Referenced Files
F130589555: D52630.diff
Tue, Sep 30, 1:25 PM
F130587607: D52630.diff
Tue, Sep 30, 1:01 PM
F130562457: D52630.diff
Tue, Sep 30, 8:27 AM
Unknown Object (File)
Sat, Sep 27, 10:23 PM
Unknown Object (File)
Thu, Sep 25, 5:15 PM
Unknown Object (File)
Wed, Sep 24, 6:08 PM
Unknown Object (File)
Sun, Sep 21, 6:17 PM
Unknown Object (File)
Sun, Sep 21, 12:54 PM
Subscribers
None

Details

Summary

Uses/shebangfix.mk doesn't know about clisp, and without this, stage-qa
complains when ${LOCALBASE} is not /usr/local since we don't replace the
shebang.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ivy requested review of this revision.Fri, Sep 19, 8:58 PM
ivy created this revision.

LGTM, but requires a PORTREVISION bump.

This revision is now accepted and ready to land.Sat, Sep 20, 5:14 AM

LGTM, but requires a PORTREVISION bump.

i'll do that, but could you briefly explain why? for me this is a build fix, so if the previous version of the port built, then the shebang path is already correct and the update won't change anything. i assume this is different for people who don't have DEVELOPER set?

This revision was automatically updated to reflect the committed changes.

Yes, you're right, the bump wasn't really needed. I misread the change and was thinking that the current package has a wrong shebang.