Sat May 23 12:36:35 2020 UTC ()
mail/dbmail: remove unknown configure option


(rillig)
diff -r1.67 -r1.68 pkgsrc/mail/dbmail/Makefile

cvs diff -r1.67 -r1.68 pkgsrc/mail/dbmail/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/dbmail/Makefile 2020/05/16 14:48:48 1.67
+++ pkgsrc/mail/dbmail/Makefile 2020/05/23 12:36:35 1.68
@@ -1,32 +1,31 @@ @@ -1,32 +1,31 @@
1# $NetBSD: Makefile,v 1.67 2020/05/16 14:48:48 rillig Exp $ 1# $NetBSD: Makefile,v 1.68 2020/05/23 12:36:35 rillig Exp $
2 2
3DISTNAME= dbmail-3.2.3 3DISTNAME= dbmail-3.2.3
4PKGREVISION= 17 4PKGREVISION= 17
5CATEGORIES= mail 5CATEGORIES= mail
6MASTER_SITES= ${MASTER_SITE_GITHUB:=pjstevns/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=pjstevns/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.dbmail.org/ 10HOMEPAGE= https://www.dbmail.org/
11COMMENT= Store and retrieve mail messages in a database 11COMMENT= Store and retrieve mail messages in a database
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14USE_TOOLS+= gmake pkg-config pax 14USE_TOOLS+= gmake pkg-config pax
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18CONFIGURE_ARGS+= --with-logdir=${VARBASE}/log 18CONFIGURE_ARGS+= --with-logdir=${VARBASE}/log
19CONFIGURE_ARGS+= --with-pkglibdir=${PREFIX}/lib/dbmail 
20CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 19CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
21CONFIGURE_ARGS+= --localstatedir=${VARBASE}/run 20CONFIGURE_ARGS+= --localstatedir=${VARBASE}/run
22CONFIGURE_ARGS+= --with-zdb=${BUILDLINK_PREFIX.libzdb} 21CONFIGURE_ARGS+= --with-zdb=${BUILDLINK_PREFIX.libzdb}
23 22
24BUILD_DEFS+= VARBASE 23BUILD_DEFS+= VARBASE
25 24
26EGDIR= ${PREFIX}/share/examples/dbmail 25EGDIR= ${PREFIX}/share/examples/dbmail
27CONF_FILES_PERMS+= ${EGDIR}/dbmail.conf ${PKG_SYSCONFDIR}/dbmail.conf \ 26CONF_FILES_PERMS+= ${EGDIR}/dbmail.conf ${PKG_SYSCONFDIR}/dbmail.conf \
28 ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0640 27 ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0640
29RCD_SCRIPTS= dbmail dbmailimapd dbmaillmtpd dbmailpop3d 28RCD_SCRIPTS= dbmail dbmailimapd dbmaillmtpd dbmailpop3d
30DATADIR= ${PREFIX}/share/dbmail 29DATADIR= ${PREFIX}/share/dbmail
31 30
32MESSAGE_SUBST+= DATADIR=${DATADIR} 31MESSAGE_SUBST+= DATADIR=${DATADIR}