Bug 275027 - security/aide: configure: error: libpcre2-8 not found by pkg-config
Summary: security/aide: configure: error: libpcre2-8 not found by pkg-config
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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-11 14:11 UTC by Trond Endrestøl
Modified: 2023-11-11 21:43 UTC (History)
1 user (show)

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


Attachments
Patch for security/aide/Makefile (2.82 KB, patch)
2023-11-11 14:11 UTC, Trond Endrestøl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trond Endrestøl 2023-11-11 14:11:09 UTC
security/aide/Makefile needs patching on 14.0-STABLE.
Comment 1 Trond Endrestøl 2023-11-11 14:11:53 UTC
Created attachment 246243 [details]
Patch for security/aide/Makefile
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2023-11-11 14:27:25 UTC
acm@ just updated the port. He will need to fix this.
Comment 3 Cy Schubert freebsd_committer freebsd_triage 2023-11-11 14:30:49 UTC
I'll apply the patch.
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-11-11 14:35:16 UTC
A commit in branch main references this bug:

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

commit bf5b04cd814333671f8848df34efa3c5dc06dd75
Author:     Trond Endrestol <Trond.Endrestol@ximalas.info>
AuthorDate: 2023-11-11 14:29:24 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-11-11 14:34:02 +0000

    security/aide: Fix build

    Fix:
            configure: error: libpcre2-8 not found by pkg-config - Try to add directory containing libpcre2-8.pc to PKG_CONFIG_PATH environment variable

    PR:     275027
    Fixes:  1b319a6f2949

 security/aide/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 5 Trond Endrestøl 2023-11-11 21:43:35 UTC
Fixed.