Fri Jun 21 15:36:59 2019 UTC ()
dovecot2-pigeonhole: Disable hardening autodetection.

Seems to interact badly with the SunOS build.


(jperkin)
diff -r1.47 -r1.48 pkgsrc/mail/dovecot2-pigeonhole/Makefile

cvs diff -r1.47 -r1.48 pkgsrc/mail/dovecot2-pigeonhole/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/dovecot2-pigeonhole/Makefile 2019/04/30 15:22:22 1.47
+++ pkgsrc/mail/dovecot2-pigeonhole/Makefile 2019/06/21 15:36:59 1.48
@@ -1,24 +1,26 @@ @@ -1,24 +1,26 @@
1# $NetBSD: Makefile,v 1.47 2019/04/30 15:22:22 taca Exp $ 1# $NetBSD: Makefile,v 1.48 2019/06/21 15:36:59 jperkin Exp $
2 2
3DISTNAME= dovecot-2.3-pigeonhole-0.5.6 3DISTNAME= dovecot-2.3-pigeonhole-0.5.6
4PKGNAME= ${DISTNAME:S/-2.3-/-/} 4PKGNAME= ${DISTNAME:S/-2.3-/-/}
5CATEGORIES= mail 5CATEGORIES= mail
6MASTER_SITES= http://pigeonhole.dovecot.org/releases/2.3/ 6MASTER_SITES= http://pigeonhole.dovecot.org/releases/2.3/
7 7
8MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= http://www.dovecot.org/ 9HOMEPAGE= http://www.dovecot.org/
10COMMENT= Support for the Sieve language and the ManageSieve protocol 10COMMENT= Support for the Sieve language and the ManageSieve protocol
11LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= pkg-config rpcgen 14USE_TOOLS+= pkg-config
 15
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
 17CONFIGURE_ARGS+= --disable-hardening
16 18
17EGDIR= ${PREFIX}/share/examples/dovecot 19EGDIR= ${PREFIX}/share/examples/dovecot
18CONFD= ${PKG_SYSCONFDIR}/dovecot/conf.d 20CONFD= ${PKG_SYSCONFDIR}/dovecot/conf.d
19MAKE_DIRS+= ${CONFD} 21MAKE_DIRS+= ${CONFD}
20CONF_FILES+= ${EGDIR}/conf.d/20-managesieve.conf ${CONFD}/20-managesieve.conf 22CONF_FILES+= ${EGDIR}/conf.d/20-managesieve.conf ${CONFD}/20-managesieve.conf
21CONF_FILES+= ${EGDIR}/conf.d/90-sieve.conf ${CONFD}/90-sieve.conf 23CONF_FILES+= ${EGDIR}/conf.d/90-sieve.conf ${CONFD}/90-sieve.conf
22 24
23.include "../../mail/dovecot2/buildlink3.mk" 25.include "../../mail/dovecot2/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"