pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot Remove USE_LANGUAGES; it is unneeded. (A...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1f6ced44fd6d
branches: trunk
changeset: 514639:1f6ced44fd6d
user: tv <tv%pkgsrc.org@localhost>
date: Thu Jun 15 15:14:59 2006 +0000
description:
Remove USE_LANGUAGES; it is unneeded. (All libtoolized programs look for
C++ and Fortran by default, but doing so does not bomb configure or build,
so there's no harm in the pkgsrc warnings.)
Because this changes the dependencies on systems using pkgsrc-supplied gcc,
bump PKGREVISION. <sigh>
diffstat:
mail/dovecot/Makefile | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r aece73cfba2c -r 1f6ced44fd6d mail/dovecot/Makefile
--- a/mail/dovecot/Makefile Thu Jun 15 14:27:36 2006 +0000
+++ b/mail/dovecot/Makefile Thu Jun 15 15:14:59 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2006/06/13 16:51:40 ghen Exp $
+# $NetBSD: Makefile,v 1.54 2006/06/15 15:14:59 tv Exp $
DISTNAME= dovecot-1.0.beta9
PKGNAME= ${DISTNAME:S/.beta/beta/}
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/
@@ -18,10 +19,6 @@
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --with-ssldir=${SSLCERTS:Q}
-# ./configure checks for c++ and fortran compilers although
-# dovecot doesn't actually use them, this should be fixed.
-USE_LANGUAGES+= c c++ fortran
-
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index