Page MenuHomeFreeBSD

devel/gnulib: Fix shebangfix for clisp
ClosedPublic

Authored by ivy on Fri, Sep 19, 8:58 PM.
Tags
None
Referenced Files
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
Unknown Object (File)
Sun, Sep 21, 9:26 AM
Unknown Object (File)
Sun, Sep 21, 9:02 AM
Unknown Object (File)
Sun, Sep 21, 7:26 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 67182
Build 64065: arc lint + arc unit

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.