[Midnightbsd-cvs] mports [16975] trunk/mail/dovecot2/Makefile: set iconv to /usr/local

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 9 10:14:28 EDT 2014


Revision: 16975
          http://svnweb.midnightbsd.org/mports/?rev=16975
Author:   laffer1
Date:     2014-09-09 10:14:27 -0400 (Tue, 09 Sep 2014)
Log Message:
-----------
set iconv to /usr/local

Modified Paths:
--------------
    trunk/mail/dovecot2/Makefile

Modified: trunk/mail/dovecot2/Makefile
===================================================================
--- trunk/mail/dovecot2/Makefile	2014-09-09 02:54:37 UTC (rev 16974)
+++ trunk/mail/dovecot2/Makefile	2014-09-09 14:14:27 UTC (rev 16975)
@@ -2,13 +2,13 @@
 
 PORTNAME=	dovecot
 PORTVERSION=	2.2.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
 PKGNAMESUFFIX=	2
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	Secure and compact IMAP and POP3 servers
+COMMENT=	Secure, fast and powerful IMAP and POP3 server
 
 LICENSE=	lgpl2.1 mit
 LICENSE_COMB=	dual
@@ -19,10 +19,17 @@
 USE_RC_SUBR=	dovecot
 
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd9.1
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd9.1 \
+		 --host=${MACHINE_ARCH}-portbld-freebsd9.1
 CONFIGURE_ARGS=	--localstatedir=/var \
 		--with-statedir=/var/db/dovecot \
-		--without-shadow
+		--without-shadow \
+		--with-notify=kqueue \
+		--with-pam \
+		--with-zlib \
+		--with-bzlib \
+		--with-lzma \
+		--with-libiconv-prefix=/usr/local/
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	${PREFIX}/lib/dovecot
@@ -39,6 +46,7 @@
 OPTIONS_DEFINE=	KQUEUE SSL GSSAPI VPOPMAIL LDAP LUCENE PGSQL MYSQL SQLITE \
 		SOLR DOCS EXAMPLES LIBWRAP
 OPTIONS_DEFAULT=	KQUEUE SSL
+OPTIONS_SUB=	yes
 
 KQUEUE_DESC=	kqueue(2) support
 VPOPMAIL_DESC=	vpopmail support
@@ -119,6 +127,7 @@
 LIB_DEPENDS+=	clucene-core:${PORTSDIR}/textproc/clucene
 PLIST_SUB+=	LUCENE=""
 .else
+CONFIGURE_ARGS+=--without-lucene
 PLIST_SUB+=	LUCENE="@comment "
 .endif
 



More information about the Midnightbsd-cvs mailing list