Summary: | [New Port] devel/genht: Simple generic hash table implementation in C | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Robert Clausecker <fuz> | ||||
Component: | Individual Port(s) | Assignee: | Nuno Teixeira <eduardo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | eduardo | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | http://www.repo.hu/projects/genht/ | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 265285 | ||||||
Attachments: |
|
Description
Robert Clausecker
![]() ![]() Hello, portlint -C WARN: /usr/home/nunotex/Work/freebsd/ports/devel/genht/pkg-plist: [16]: installing shared libraries, please define USE_LDCONFIG as appropriate (In reply to Nuno Teixeira from comment #1) Hi, Thank you for raising this issue. Please add USE_LDCONFIG when you commit the port. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cb56fb0db2319dc56d72143729390b5e9977b63 commit 5cb56fb0db2319dc56d72143729390b5e9977b63 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-07-18 06:57:56 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-07-18 07:00:24 +0000 devel/genht: New port: Simple generic hash table implementation in C - submiter becomes maintainer genht is a simple generic hash table implementation in C. Uses open addressing scheme with space doubling. Type generics is achieved by ugly name prefixing macros. WWW: http://www.repo.hu/projects/genht/ PR: 265261 devel/Makefile | 1 + devel/genht/Makefile (new) | 28 ++++++++++++++++++++++++++++ devel/genht/distinfo (new) | 3 +++ devel/genht/files/patch-src_Makefile (new) | 11 +++++++++++ devel/genht/pkg-descr (new) | 5 +++++ devel/genht/pkg-plist (new) | 17 +++++++++++++++++ 6 files changed, 65 insertions(+) Committed, thanks! |