Summary: | security/libargon2: Add pkgconfig file | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Christopher Hall <hsw> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed Overcome By Events | ||||||
Severity: | Affects Only Me | CC: | dbaio | ||||
Priority: | --- | Keywords: | needs-qa | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Thank you for your contribution. Could you please: Confirm that this change passes QA (portlint, poudriere in particular). For more information, see: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.html Set the maintainer-approval flag value to + on attachments for ports you are maintainer of. Attachment -> Details -> maintainer-approval [+] During a port test I see this message which relates to the sed command which modifies the pkgconfig file. ===> Validating port with portlint WARN: Makefile: possible use of absolute pathname "/usr@${PREFIX}@g;". 0 fatal errors and 1 warning found. Otherwise the port test is successful. libargon2 is building successfully on Poudriere; with 11.0 and 10.3 setups. since this has not been committed and there are other problems with this port I will revise the patch I will put the entire patch in bug #224190 so this bug can just be closed without being committed A commit references this bug: Author: tz Date: Tue Dec 12 11:38:49 UTC 2017 New revision: 456119 URL: https://svnweb.freebsd.org/changeset/ports/456119 Log: security/libargon2: Add SONAME to shared library Also add pkg-config file PR: 224190 222344 Submitted by: Christopher Hall (maintainer) Reported by: xxjack12xx@gmail.com Approved by: maintainer Changes: head/security/libargon2/Makefile head/security/libargon2/pkg-plist A commit references this bug: Author: pkubaj Date: Mon Feb 15 15:13:36 UTC 2021 New revision: 565315 URL: https://svnweb.freebsd.org/changeset/ports/565315 Log: databases/mongodb44: add LTO option and make it the default PR: 222344 Approved by: ronald-lists@klop.ws (maintainer) Changes: head/databases/mongodb44/Makefile |
Created attachment 186401 [details] patch argon2 to install a pkgconfig data file This change just add the pkgconfig file to the installed files to make using the library more convenient.