Bug 266577 - devel/grpc: Unbundle xxhash
Summary: devel/grpc: Unbundle xxhash
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-24 07:52 UTC by Daniel Engberg
Modified: 2022-10-09 15:42 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Patch for grpc (680 bytes, patch)
2022-09-24 07:52 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2022-09-24 07:52:46 UTC
Created attachment 236784 [details]
Patch for grpc

Use xxhash from ports instead

Reference (and potential other improvements): https://git.alpinelinux.org/aports/tree/community/grpc/APKBUILD

Compile tested on FreeBSD 13.1-STABLE (amd64) (make, make check-plist, make test)
Poudriere testport OK 12.3-RELEASE (amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-09 15:41:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ee9017a5fc00e3fe2af1eb4f2807b1133a4d174

commit 7ee9017a5fc00e3fe2af1eb4f2807b1133a4d174
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-10-09 15:35:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-09 15:38:13 +0000

    devel/grpc: Use devel/xxhash instead of bundled one

    Do not bump PORTREVISION because they are identical now.

    PR:             266577

 devel/grpc/Makefile | 2 ++
 1 file changed, 2 insertions(+)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-10-09 15:42:10 UTC
Committed. Thanks!