Created attachment 248209 [details] Patch Hi, thanks for adding a port for pgvector! This patch updates the name to be consistent with upstream and fixes the license identifier.
Also, I think the build failures on some platforms can be fixed by having it use: make OPTFLAGS=""
Created attachment 248212 [details] Patch v2
Aloha Andrew, thank you for fixing this! :) I tried to apply the patch, but "git apply" failed at the MOVED. Do i need to apply it in another way? Best, Torsten
Created attachment 248221 [details] Patch v3 Thanks Torsten. It looks like someone moved another port, causing a conflict. Just pushed a new patch.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=65494cab7b3d95c81e99957fc49e6f7e8e9a9b4d commit 65494cab7b3d95c81e99957fc49e6f7e8e9a9b4d Author: Torsten Zuehlsdorff <tz@FreeBSD.org> AuthorDate: 2024-02-06 20:31:13 +0000 Commit: Torsten Zuehlsdorff <tz@FreeBSD.org> CommitDate: 2024-02-06 20:31:13 +0000 databases/pg_vector: Rename to match upstream and fix license Also split DISTVERSION into PORTVERSION and DISTVERSIONPREFIX PR: 276846 Reported by: Andrew Kane <andrew@ankane.org> MOVED | 1 + databases/Makefile | 2 +- databases/{pg_vector => pgvector}/Makefile | 8 +++++--- databases/{pg_vector => pgvector}/distinfo | 0 databases/{pg_vector => pgvector}/pkg-descr | 0 databases/{pg_vector => pgvector}/pkg-plist | 0 6 files changed, 7 insertions(+), 4 deletions(-)
Thank you Andrew :) I fixed a small Typo in the MOVED file (databaseS instead of database) and committed your patch.
Awesome, thank you! (and great catch)