Page MenuHomeFreeBSD

devel/gnulib: Fix shebangfix for clisp
ClosedPublic

Authored by ivy on Sep 19 2025, 8:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 7, 3:07 PM
Unknown Object (File)
Sun, Jul 5, 9:10 AM
Unknown Object (File)
Sat, Jul 4, 6:46 PM
Unknown Object (File)
Wed, Jun 24, 3:03 AM
Unknown Object (File)
Jun 6 2026, 11:47 AM
Unknown Object (File)
May 20 2026, 11:16 AM
Unknown Object (File)
Apr 28 2026, 2:36 AM
Unknown Object (File)
Apr 27 2026, 7:46 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.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.