Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Apr 2018 04:21:49 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467285 - head/mail/cyrus-imapd30
Message-ID:  <201804140421.w3E4LnZU093409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Sat Apr 14 04:21:49 2018
New Revision: 467285
URL: https://svnweb.freebsd.org/changeset/ports/467285

Log:
  Add options to use the command line editing feature by cyradm.
  
  PR:		227463
  Reported by:	Peter Laursen

Modified:
  head/mail/cyrus-imapd30/Makefile

Modified: head/mail/cyrus-imapd30/Makefile
==============================================================================
--- head/mail/cyrus-imapd30/Makefile	Sat Apr 14 04:01:56 2018	(r467284)
+++ head/mail/cyrus-imapd30/Makefile	Sat Apr 14 04:21:49 2018	(r467285)
@@ -3,7 +3,6 @@
 PORTNAME=	cyrus-imapd
 PORTVERSION=	3.0.5
 PORTREVISION=	1
-#PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.cyrusimap.org/cyrus-imapd/ \
 		https://www.cyrusimap.org/releases/
@@ -102,7 +101,7 @@ XAPIAN_DESC=		Enable Xapian support
 XAPIAN_CONFIGURE_ENABLE=xapian
 XAPIAN_LIB_DEPENDS=	libxapian.so:databases/xapian-core
 
-OPTIONS_RADIO=			GSSAPI
+OPTIONS_RADIO=			GSSAPI READLINE
 OPTIONS_RADIO_GSSAPI=		GSSAPI_HEIMDAL GSSAPI_MIT
 .if exists(/usr/lib/libkrb5.a)
 OPTIONS_RADIO_GSSAPI+=		GSSAPI_BASE
@@ -117,6 +116,12 @@ GSSAPI_HEIMDAL_CONFIGURE_ON=	--enable-gssapi="${GSSAPI
 GSSAPI_MIT_USES=		gssapi:mit
 GSSAPI_MIT_CONFIGURE_ON=	--enable-gssapi="${GSSAPIBASEDIR}" \
 				--with-gss_impl=mit
+
+OPTIONS_RADIO_READLINE=		READLINE_GNU READLINE_PERL
+READLINE_GNU_DESC=		Use Term::Readline::GNU for cyradm
+READLINE_GNU_RUN_DEPENDS=	p5-Term-ReadLine-Gnu>=0:devel/p5-Term-ReadLine-Gnu
+READLINE_PERL_DESC=		Use Term::Readline::Perl for cyradm
+READLINE_PERL_RUN_DEPENDS=	p5-Term-ReadLine-Perl>=0:devel/p5-Term-ReadLine-Perl
 
 MANDIRS=	${CYRUS_PREFIX}/man
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804140421.w3E4LnZU093409>