Skip to content

Commit

Permalink
sysutils/syslog-ng: Fix package with PYTHON=ON
Browse files Browse the repository at this point in the history
Since the 3.37.1 update, syslog-ng does not build with option PYTHON
enabled:

[00:01:12] ====> Running Q/A tests (stage-qa)
[00:01:12] Error: /usr/local/lib/syslog-ng/libmod-python.so is linked to
/usr/local/lib/libpython3.10.so.1.0 from lang/python310 but it is not
declared as a dependency
[00:01:12] Warning: you need LIB_DEPENDS+=libpython3.10.so:lang/python310

PR:		264985
Submitted by:	Christian Ullrich <chris@chrullrich.net>
Reported by:	Christian Ullrich <chris@chrullrich.net>
Reviewed by:	Peter Czanik (CzP) <peter.czanik@oneidentity.com>
		Balabit (a OneIdentity company) / syslog-ng upstream

Signed-off-by:	Cy Schubert <cy@FreeBSD.org>
  • Loading branch information
chrullrich authored and cschuber committed Jul 5, 2022
1 parent 9da465c commit ec701eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sysutils/syslog-ng/Makefile
Expand Up @@ -149,10 +149,7 @@ PYTHON_USES= python:3.5+
PYTHON_CONFIGURE_ON= --enable-python
PYTHON_CONFIGURE_OFF= --disable-python
PYTHON_PLIST_FILES= lib/syslog-ng/libmod-python.so \
lib/syslog-ng/python/syslogng-1.0-py%%PYTHON_VER%%.egg-info/PKG-INFO \
lib/syslog-ng/python/syslogng-1.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt \
lib/syslog-ng/python/syslogng-1.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt \
lib/syslog-ng/python/syslogng-1.0-py%%PYTHON_VER%%.egg-info/top_level.txt \
lib/syslog-ng/python/syslogng-1.0-py%%PYTHON_VER%%.egg-info \
lib/syslog-ng/python/syslogng/__init__.py \
lib/syslog-ng/python/syslogng/__pycache__/__init__.cpython-${PYTHON_SUFFIX}.pyc \
lib/syslog-ng/python/syslogng/debuggercli/__init__.py \
Expand Down

0 comments on commit ec701eb

Please sign in to comment.