pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/syslog-ng



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 15 11:49:41 UTC 2023

Modified Files:
        pkgsrc/sysutils/syslog-ng: Makefile.common

Log Message:
py-syslog-ng: does not support building for Python 3.12 yet

(missing distutils)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/syslog-ng/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/syslog-ng/Makefile.common
diff -u pkgsrc/sysutils/syslog-ng/Makefile.common:1.22 pkgsrc/sysutils/syslog-ng/Makefile.common:1.23
--- pkgsrc/sysutils/syslog-ng/Makefile.common:1.22      Thu Dec 15 10:09:43 2022
+++ pkgsrc/sysutils/syslog-ng/Makefile.common   Wed Nov 15 11:49:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2022/12/15 10:09:43 wiz Exp $
+# $NetBSD: Makefile.common,v 1.23 2023/11/15 11:49:41 wiz Exp $
 # used by sysutils/syslog-ng/Makefile
 # used by sysutils/syslog-ng/module.mk
 
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+=      --with-pidfile-dir=${VA
 CONFIGURE_ARGS.SunOS+= --enable-dynamic-linking
 CONFIGURE_ARGS.SunOS+= ac_cv_func_inotify_init=no
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312
 
 REPLACE_AWK+=          contrib/syslog2ng
 REPLACE_PYTHON+=       lib/merge-grammar.py



Home | Main Index | Thread Index | Old Index