pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/opensmtpd-extras



Module Name:    pkgsrc
Committed By:   vins
Date:           Thu Feb 29 21:34:34 UTC 2024

Modified Files:
        pkgsrc/mail/opensmtpd-extras: PLIST options.mk

Log Message:
opensmtpd-extras: disable broken python table


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/opensmtpd-extras/PLIST \
    pkgsrc/mail/opensmtpd-extras/options.mk

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

Modified files:

Index: pkgsrc/mail/opensmtpd-extras/PLIST
diff -u pkgsrc/mail/opensmtpd-extras/PLIST:1.1 pkgsrc/mail/opensmtpd-extras/PLIST:1.2
--- pkgsrc/mail/opensmtpd-extras/PLIST:1.1      Thu Feb 29 20:57:37 2024
+++ pkgsrc/mail/opensmtpd-extras/PLIST  Thu Feb 29 21:34:33 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/02/29 20:57:37 vins Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/02/29 21:34:33 vins Exp $
 libexec/opensmtpd/queue-null
 ${PLIST.python}libexec/opensmtpd/queue-python
 libexec/opensmtpd/queue-ram
@@ -10,7 +10,6 @@ ${PLIST.ldap}libexec/opensmtpd/table-lda
 ${PLIST.mysql}libexec/opensmtpd/table-mysql
 libexec/opensmtpd/table-passwd
 ${PLIST.pgsql}libexec/opensmtpd/table-postgres
-${PLIST.python}libexec/opensmtpd/table-python
 ${PLIST.redis}libexec/opensmtpd/table-redis
 libexec/opensmtpd/table-socketmap
 ${PLIST.sqlite}libexec/opensmtpd/table-sqlite
Index: pkgsrc/mail/opensmtpd-extras/options.mk
diff -u pkgsrc/mail/opensmtpd-extras/options.mk:1.1 pkgsrc/mail/opensmtpd-extras/options.mk:1.2
--- pkgsrc/mail/opensmtpd-extras/options.mk:1.1 Thu Feb 29 20:57:37 2024
+++ pkgsrc/mail/opensmtpd-extras/options.mk     Thu Feb 29 21:34:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2024/02/29 20:57:37 vins Exp $
+# $NetBSD: options.mk,v 1.2 2024/02/29 21:34:33 vins Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.opensmtpd-extras
 
@@ -71,14 +71,12 @@ CONFIGURE_ARGS+=    --with-perl=${BUILDLINK
 .if !empty(PKG_OPTIONS:Mpython)
 # current implementation is incompatible and does not build with python3
 PYTHON_VERSIONS_ACCEPTED=      27
-LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib
 .  include "../../converters/libiconv/buildlink3.mk"
 .  include "../../devel/gettext-lib/buildlink3.mk"
 .  include "../../lang/python/application.mk"
 CONFIGURE_ARGS+=       --with-python=${PREFIX:Q}
 CONFIGURE_ARGS+=       --with-python-type=python${PYVERSSUFFIX}
 CONFIGURE_ARGS+=       --with-queue-python
-CONFIGURE_ARGS+=       --with-table-python
 CONFIGURE_ARGS+=       --with-scheduler-python
 PLIST.python=          yes
 .endif



Home | Main Index | Thread Index | Old Index