summaryrefslogtreecommitdiff
path: root/mail/gld/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-04-14 22:22:56 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-04-14 22:22:56 +0000
commit0f7aab5828577aff6af275d4bcec0e22e8e3bab5 (patch)
tree51345327c551252d5aaa1e64c89730fc0c20b9ec /mail/gld/Makefile
parent8a7b7f03d3829c67b7c3b008090a61cc9db57814 (diff)
downloadpkgsrc-0f7aab5828577aff6af275d4bcec0e22e8e3bab5.tar.gz
Update to 1.5.1, which fixes PR pkg/29975 by Robert Elz.
Some changes were done: enabling the LOOPBACK option by default, fix some snprintf() calls, etc. While I'm here convert this pkg to use bsd.options.mk, now that it supports MySQL and PostgreSQL (MySQL by default as before).
Diffstat (limited to 'mail/gld/Makefile')
-rw-r--r--mail/gld/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/gld/Makefile b/mail/gld/Makefile
index fe918688284..bc9c501a6ae 100644
--- a/mail/gld/Makefile
+++ b/mail/gld/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2005/04/13 16:42:43 salo Exp $
+# $NetBSD: Makefile,v 1.7 2005/04/14 22:22:56 xtraeme Exp $
#
-DISTNAME= gld-1.5
+DISTNAME= gld-1.5.1
CATEGORIES= mail
MASTER_SITES= http://www.gasmi.net/down/
EXTRACT_SUFX= .tgz
@@ -13,8 +13,6 @@ COMMENT= Standalone greylisting server for Postfix
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
-
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
CONF_FILES_PERMS= ${EGDIR}/gld.conf ${PKG_SYSCONFDIR}/gld.conf \
${BINOWN} ${GLD_GROUP} 0740
@@ -36,5 +34,5 @@ SUBST_SED.users+= -e "s|\#USER=nobody|USER=${GLD_USER}|"
SUBST_SED.users+= -e "s|\#GROUP=nobody|GROUP=${GLD_GROUP}|"
SUBST_MESSAGE.users= "Adjusting user/group in configuration file."
-.include "../../mk/mysql.buildlink3.mk"
+.include "options.mk"
.include "../../mk/bsd.pkg.mk"