Fri May 3 06:34:18 2024 UTC (25d)
mutt: Remove unsupported configure argument.


(jperkin)
diff -r1.276 -r1.277 pkgsrc/mail/mutt/Makefile

cvs diff -r1.276 -r1.277 pkgsrc/mail/mutt/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/mutt/Makefile 2024/03/09 18:32:16 1.276
+++ pkgsrc/mail/mutt/Makefile 2024/05/03 06:34:18 1.277
@@ -1,40 +1,39 @@ @@ -1,40 +1,39 @@
1# $NetBSD: Makefile,v 1.276 2024/03/09 18:32:16 tron Exp $ 1# $NetBSD: Makefile,v 1.277 2024/05/03 06:34:18 jperkin Exp $
2 2
3DISTNAME= mutt-2.2.13 3DISTNAME= mutt-2.2.13
4CATEGORIES= mail 4CATEGORIES= mail
5MASTER_SITES= http://ftp.mutt.org/pub/mutt/ 5MASTER_SITES= http://ftp.mutt.org/pub/mutt/
6 6
7MAINTAINER= tonio@NetBSD.org 7MAINTAINER= tonio@NetBSD.org
8HOMEPAGE= http://www.mutt.org/ 8HOMEPAGE= http://www.mutt.org/
9COMMENT= Text-based MIME mail client with PGP & S/MIME support 9COMMENT= Text-based MIME mail client with PGP & S/MIME support
10LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer 10LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer
11 11
12DEPENDS+= mime-types-[0-9]*:../../misc/mime-types 12DEPENDS+= mime-types-[0-9]*:../../misc/mime-types
13 13
14TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 14TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
15TOOL_DEPENDS+= lynx-[0-9]*:../../www/lynx 15TOOL_DEPENDS+= lynx-[0-9]*:../../www/lynx
16 16
17BUILD_DEFS+= VARBASE 17BUILD_DEFS+= VARBASE
18 18
19.include "../../mk/bsd.prefs.mk" 19.include "../../mk/bsd.prefs.mk"
20 20
21USE_PKGLOCALEDIR= yes 21USE_PKGLOCALEDIR= yes
22USE_TOOLS+= gmake msgfmt perl 22USE_TOOLS+= gmake msgfmt perl
23GNU_CONFIGURE= yes 23GNU_CONFIGURE= yes
24CONFIGURE_ARGS+= --with-mailpath=${VARBASE}/mail 24CONFIGURE_ARGS+= --with-mailpath=${VARBASE}/mail
25CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 25CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
26CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/mutt 26CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/mutt
27CONFIGURE_ARGS+= --without-included-gettext 
28CONFIGURE_ARGS+= --enable-external-dotlock 27CONFIGURE_ARGS+= --enable-external-dotlock
29CONFIGURE_ARGS+= --enable-pop 28CONFIGURE_ARGS+= --enable-pop
30CONFIGURE_ARGS+= --enable-imap 29CONFIGURE_ARGS+= --enable-imap
31CONFIGURE_ARGS.SunOS+= --disable-filemonitor 30CONFIGURE_ARGS.SunOS+= --disable-filemonitor
32INFO_FILES= yes 31INFO_FILES= yes
33 32
34PYTHON_FOR_BUILD_ONLY= tool 33PYTHON_FOR_BUILD_ONLY= tool
35REPLACE_PYTHON+= contrib/markdown2html 34REPLACE_PYTHON+= contrib/markdown2html
36 35
37.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" 36.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD"
38# Force sendmail to /usr/sbin to avoid postfix's 37# Force sendmail to /usr/sbin to avoid postfix's
39# ${LOCALBASE}/sbin/sendmail. Should be enabled on all platforms which 38# ${LOCALBASE}/sbin/sendmail. Should be enabled on all platforms which
40# support mailwrapper. 39# support mailwrapper.