pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
dovecot24: fix python interpreter
Module Name: pkgsrc-wip
Committed By: Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By: rhialto
Date: Tue Feb 3 19:03:54 2026 +0100
Changeset: 851da10bff16082e3a87a013fd58bf48acfa49bd
Modified Files:
dovecot24/Makefile
Log Message:
dovecot24: fix python interpreter
(at the cost of building Python, for an optional script, by the looks of
it)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=851da10bff16082e3a87a013fd58bf48acfa49bd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dovecot24/Makefile | 3 +++
1 file changed, 3 insertions(+)
diffs:
diff --git a/dovecot24/Makefile b/dovecot24/Makefile
index 8fc5f49743..2ef1da3c00 100644
--- a/dovecot24/Makefile
+++ b/dovecot24/Makefile
@@ -33,6 +33,7 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/dovecot/conf.d
REPLACE_BASH+= src/util/dovecot-sysreport
REPLACE_BASH+= src/util/health-check.sh
+REPLACE_PYTHON+= src/lib-settings/settings-history.py
.PHONY: enable-manz-by-replacing-roff-includes-with-symlinks
enable-manz-by-replacing-roff-includes-with-symlinks:
@@ -47,4 +48,6 @@ post-install: enable-manz-by-replacing-roff-includes-with-symlinks
${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf ${DESTDIR}${EGDIR}
${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh ${DESTDIR}${EGDIR}
+# Just for REPLACE_PYTHON but it pulls in the whole Python...
+.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index