pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/rsyslog



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  2 16:21:02 UTC 2023

Modified Files:
        pkgsrc/sysutils/rsyslog: Makefile.common

Log Message:
rsyslog: build using Python 3 only


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/sysutils/rsyslog/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/rsyslog/Makefile.common
diff -u pkgsrc/sysutils/rsyslog/Makefile.common:1.48 pkgsrc/sysutils/rsyslog/Makefile.common:1.49
--- pkgsrc/sysutils/rsyslog/Makefile.common:1.48        Sun Aug  7 16:01:17 2022
+++ pkgsrc/sysutils/rsyslog/Makefile.common     Tue May  2 16:21:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.48 2022/08/07 16:01:17 gutteridge Exp $
+# $NetBSD: Makefile.common,v 1.49 2023/05/02 16:21:02 wiz Exp $
 # used by sysutils/rsyslog/Makefile
 # used by sysutils/rsyslog-dbi/Makefile
 # used by sysutils/rsyslog-elasticsearch/Makefile
@@ -35,7 +35,9 @@ GNU_CONFIGURE=                yes
 
 USE_LIBTOOL=           yes
 USE_TOOLS+=            bison flex pkg-config
-PYTHON_FOR_BUILD_ONLY= yes
+
+PYTHON_FOR_BUILD_ONLY=         yes
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 EGDIR=                 ${PREFIX}/share/examples/rsyslog
 



Home | Main Index | Thread Index | Old Index