Created attachment 249798 [details] Patch for snappy - Convert from PORTVERSION to DISTVERSION https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github - Define LICENSE_FILE https://docs.freebsd.org/en/books/porters-handbook/book/#licenses - Remove CMAKE_BUILD_TYPE, defined by framework https://cgit.freebsd.org/ports/tree/Mk/Uses/cmake.mk#n34 - Use = instead of += for PLIST_SUB, SUB_FILES, SUB_LIST Compile tested on 14.0-RELEASE (amd64) Poudriere testport OK, 14.0-RELEASE (amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab0d5c811bbb3ea28b023b5d6d37871078cd100f commit ab0d5c811bbb3ea28b023b5d6d37871078cd100f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-04-07 16:04:35 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-04-07 16:50:07 +0000 archivers/snappy: Improve port * Convert from PORTVERSION to DISTVERSION * Define LICENSE_FILE * Remove CMAKE_BUILD_TYPE * Use = instead of += for PLIST_SUB, SUB_FILES, SUB_LIST * Rearrange port for better readability PR: 278228 Reviewed by: vanilla (maintainer) archivers/snappy/Makefile | 24 ++++++++++++++---------- archivers/snappy/files/snappy.pc.in | 2 +- archivers/snappy/pkg-plist | 2 +- 3 files changed, 16 insertions(+), 12 deletions(-)
Commmitted, thanks