pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/courier-mta rehash isn't really used, so effectiv...
details: https://anonhg.NetBSD.org/pkgsrc/rev/438102f9e0fe
branches: trunk
changeset: 569034:438102f9e0fe
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jan 04 16:27:48 2010 +0000
description:
rehash isn't really used, so effectively disable the check.
Package still doesn't build as it always includes the ldap stuff.
diffstat:
mail/courier-mta/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 00992d38ef39 -r 438102f9e0fe mail/courier-mta/Makefile
--- a/mail/courier-mta/Makefile Mon Jan 04 16:05:57 2010 +0000
+++ b/mail/courier-mta/Makefile Mon Jan 04 16:27:48 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2008/10/19 19:18:11 he Exp $
+# $NetBSD: Makefile,v 1.27 2010/01/04 16:27:48 joerg Exp $
DISTNAME= courier-${COURIER_VERSION}
PKGNAME= ${DISTNAME:S/-/-mta-/}
@@ -29,6 +29,10 @@
.include "pkginstall.mk"
.include "options.mk"
+.if ${OPSYS} == "NetBSD"
+CONFIGURE_ARGS+= ac_cv_path_REHASH=${FALSE}
+.endif
+
USERGROUP_PHASE= configure
CONFIGURE_ENV+= CERTTOOL=${COURIER_CERTTOOL:Q}
Home |
Main Index |
Thread Index |
Old Index