Bug 269873 - devel/avro-c: strange elements in avro-c.pc in /usr/local/libdata/pkgconfig/
Summary: devel/avro-c: strange elements in avro-c.pc in /usr/local/libdata/pkgconfig/
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: 2023-02-28 10:38 UTC by Kurt Jaeger
Modified: 2023-05-28 00:47 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger freebsd_committer freebsd_triage 2023-02-28 10:38:54 UTC
The pkgconfig file contains those lines:

Requires: @ZLIB_PKG@ @LZMA_PKG@ @SNAPPY_PKG@

which are not resolved properly. No other .pc file has those, it looks like
some macro expansion failed for the avro-c.pc file.
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2023-02-28 10:39:48 UTC
This causes failures for gnu configure in the upcoming pmacct-1.7.8 build, if the AVRO option is selected.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-04-09 13:45:38 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=556e3c7b4f5595c285f722d46b9c29feadb3c998

commit 556e3c7b4f5595c285f722d46b9c29feadb3c998
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:29:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:36:32 +0000

    devel/avro-c: Fix avro-c.pc

    - Bump PORTREVISION for package change

    PR:             269873
    Reported by:    pi

 devel/avro-c/Makefile                   | 1 +
 devel/avro-c/files/patch-CMakeLists.txt | 9 +++++++++
 2 files changed, 10 insertions(+)