pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/courier-mta
Module Name: pkgsrc
Committed By: rillig
Date: Mon May 25 05:33:59 UTC 2020
Modified Files:
pkgsrc/mail/courier-mta: Makefile.common
Log Message:
mail/courier-*: remove unknown configure option
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/courier-mta/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/mail/courier-mta/Makefile.common
diff -u pkgsrc/mail/courier-mta/Makefile.common:1.15 pkgsrc/mail/courier-mta/Makefile.common:1.16
--- pkgsrc/mail/courier-mta/Makefile.common:1.15 Thu Apr 20 13:50:42 2017
+++ pkgsrc/mail/courier-mta/Makefile.common Mon May 25 05:33:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2017/04/20 13:50:42 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.16 2020/05/25 05:33:59 rillig Exp $
#
# used by mail/courier-imap/Makefile
# used by mail/courier-maildir/Makefile
@@ -35,9 +35,15 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${COURIER_STATEDIR}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --disable-root-check
+.if ${PKGPATH} != mail/courier-maildir && ${PKGPATH} != net/couriertcpd
CONFIGURE_ARGS+= --enable-unicode
+.endif
+.if ${PKGPATH} != mail/courier-imap
CONFIGURE_ARGS+= --enable-utf7-folder-encoding
+.endif
+.if ${PKGPATH} != net/couriertcpd
CONFIGURE_ARGS+= --with-trashquota
+.endif
USE_DB185= yes
CONFIGURE_ARGS+= --with-db=db
Home |
Main Index |
Thread Index |
Old Index