Created attachment 257320 [details] update patch
Created attachment 257321 [details] poudriere log
Created attachment 257326 [details] Patch for squirrel Hi, Some improvements to your patch: * Add LICENSE_FILE * Use TAB for spacing * Report correct version in .cmake files * Disable static binary and libs * Adjust port Makefile layout to more closely follow Porters Handbook * Disable GNU C/C++ extensions Does this look ok to you? Thanks for working on this!
Yes, thanks for the help!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=707bf5e07d22f544a1a14c96cd4be7776fafe0de commit 707bf5e07d22f544a1a14c96cd4be7776fafe0de Author: Mitchell Clay <mclay@astate.edu> AuthorDate: 2025-02-09 08:21:48 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-02-09 12:19:30 +0000 lang/squirrel: Update to 3.2 and take maintainership * Add LICENSE_FILE * Report correct version in .cmake files * Disable static binary and libs * Adjust port Makefile layout to more closely follow Porters Handbook * Disable GNU C/C++ extensions References: https://github.com/albertodemichelis/squirrel/commit/af69eb70844d5830c99d24e671352b2e5e0fe255 PR: 284650 lang/squirrel/Makefile | 23 +- lang/squirrel/distinfo | 6 +- lang/squirrel/files/patch-CMakeLists.txt | 28 +- lang/squirrel/files/patch-git_57ca6c (gone) | 1291 --------------------------- lang/squirrel/pkg-plist | 7 +- 5 files changed, 29 insertions(+), 1326 deletions(-)
Committed, thanks!