[Bug 274187] sysutils/syslog-ng: Fix plist error when building with PYTHON option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Sep 2023 23:59:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274187
Bug ID: 274187
Summary: sysutils/syslog-ng: Fix plist error when building with
PYTHON option
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: cy@FreeBSD.org
Reporter: romain@FreeBSD.org
Assignee: cy@FreeBSD.org
Flags: maintainer-feedback?(cy@FreeBSD.org)
Created attachment 245343
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245343&action=edit
Patch to fix the issue
When building with python support:
---Begin OPTIONS List---
===> The following configuration options are available for syslog-ng-4.4.0:
[...]
PYTHON=on: Build with Python 3.9 support
Some files are orphaned:
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned:
lib/syslog-ng/python/syslogng/__pycache__/reloc%%PYTHON_EXT_SUFFIX%%.pyc
Error: Orphaned: lib/syslog-ng/python/syslogng/reloc.py
It look like this is part of
https://github.com/syslog-ng/syslog-ng/commit/64f7b8e52e3358dc6c11824954f3a89966b048e1
added last week.
No need to bump PORTREVISION since PYTHON is not a default option.
--
You are receiving this mail because:
You are the assignee for the bug.