enable debug packages for Dovecot/-piugeonhole, suggested by anton@, ok brad

This commit is contained in:
sthen 2021-01-20 14:57:49 +00:00
parent aa3a5ee2dc
commit 4c699c9e16
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.74 2021/01/07 17:17:59 sthen Exp $
# $OpenBSD: Makefile,v 1.75 2021/01/20 14:57:50 sthen Exp $
COMMENT= Sieve mail filtering for Dovecot
@ -8,6 +8,7 @@ V_DOVECOT= 2.3
DISTNAME= dovecot-${V_DOVECOT}-pigeonhole-${V_SIEVE}
PKGNAME= dovecot-pigeonhole-${V_SIEVE}
EPOCH= 1
REVISION= 0
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}releases/${V_DOVECOT}/
@ -24,6 +25,8 @@ WANTLIB= lib/dovecot/dovecot lib/dovecot/dovecot-lda \
lib/dovecot/dovecot-login lib/dovecot/dovecot-storage \
c crypto iconv ssl
DEBUG_PACKAGES= ${BUILD_PACKAGES}
LIB_DEPENDS= converters/libiconv \
mail/dovecot>=2.3.9.2v0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.293 2021/01/11 22:17:55 sthen Exp $
# $OpenBSD: Makefile,v 1.294 2021/01/20 14:57:49 sthen Exp $
COMMENT-server= compact IMAP/POP3 server
COMMENT-ldap= LDAP authentication / dictionary support for Dovecot
@ -11,6 +11,7 @@ COMMENT-postgresql= PostgreSQL authentication / dictionary support for Dovecot
V_MAJOR= 2.3
V_DOVECOT= 2.3.13
EPOCH= 0
REVISION= 0
DISTNAME= dovecot-${V_DOVECOT}
PKGNAME= dovecot-${V_DOVECOT}
@ -83,6 +84,7 @@ FLAVOR+= no_ldap no_mysql no_postgresql
MULTI_PACKAGES= -server -ldap -mysql -postgresql
SUBPACKAGE?= -server
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.arch.mk>