Page MenuHomeFreeBSD

devel/gnulib: Fix shebangfix for clisp
ClosedPublic

Authored by ivy on Sep 19 2025, 8:58 PM.
Tags
None
Referenced Files
F166161958: D52630.id162441.diff
Wed, Aug 12, 12:16 AM
Unknown Object (File)
Mon, Aug 10, 10:56 AM
Unknown Object (File)
Sun, Aug 9, 8:53 PM
Unknown Object (File)
Sun, Aug 9, 8:52 PM
Unknown Object (File)
Sun, Aug 9, 8:51 PM
Unknown Object (File)
Sat, Aug 8, 4:51 AM
Unknown Object (File)
Tue, Jul 28, 11:14 AM
Unknown Object (File)
Mon, Jul 27, 11:39 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 67182
Build 64065: arc lint + arc unit

Event Timeline

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

LGTM, but requires a PORTREVISION bump.

This revision is now accepted and ready to land.Sep 20 2025, 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.