pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot pkglint.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7207e7fa24ff
branches:  trunk
changeset: 537084:7207e7fa24ff
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Jan 03 14:06:20 2008 +0000

description:
pkglint.

diffstat:

 mail/dovecot/Makefile   |  4 +++-
 mail/dovecot/options.mk |  4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r b85ba462939e -r 7207e7fa24ff mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Thu Jan 03 14:05:38 2008 +0000
+++ b/mail/dovecot/Makefile     Thu Jan 03 14:06:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2008/01/01 20:47:57 ghen Exp $
+# $NetBSD: Makefile,v 1.111 2008/01/03 14:06:20 ghen Exp $
 
 DISTNAME=              dovecot-1.0.10
 CATEGORIES=            mail
@@ -45,6 +45,8 @@
 SUBST_SED.paths+=      -e 's,@PREFIX@,${PREFIX},g'
 SUBST_STAGE.paths=     pre-configure
 
+BUILD_DEFS+=           VARBASE
+
 post-build:
        ${SED} "s|/etc/ssl/|${SSLDIR}/|" ${WRKSRC}/dovecot-example.conf \
                                                > ${WRKDIR}/dovecot-example.conf
diff -r b85ba462939e -r 7207e7fa24ff mail/dovecot/options.mk
--- a/mail/dovecot/options.mk   Thu Jan 03 14:05:38 2008 +0000
+++ b/mail/dovecot/options.mk   Thu Jan 03 14:06:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.19 2007/02/22 19:26:40 wiz Exp $
+# $NetBSD: options.mk,v 1.20 2008/01/03 14:06:20 ghen Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.dovecot
 PKG_SUPPORTED_OPTIONS= gssapi inet6 kqueue ldap mysql pam pgsql sasl sqlite
@@ -6,7 +6,7 @@
 PKG_OPTIONS_GROUP.ssl= gnutls ssl
 PKG_SUGGESTED_OPTIONS= ssl
 
-.ifdef PKG_HAVE_KQUEUE
+.if defined(PKG_HAVE_KQUEUE)
 PKG_SUGGESTED_OPTIONS+=        kqueue
 .endif
 



Home | Main Index | Thread Index | Old Index