Bug 227463 - mail/cyrus-imapd30: Enable cyradm(1) to use p5-Term-Readline-Gnu
Summary: mail/cyrus-imapd30: Enable cyradm(1) to use p5-Term-Readline-Gnu
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Hajimu UMEMOTO
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-04-12 11:01 UTC by Peter Laursen
Modified: 2018-04-14 04:25 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ume)


Attachments
Patch adding dependency (605 bytes, text/plain)
2018-04-12 11:01 UTC, Peter Laursen
no flags Details
Version 2 of the patch (608 bytes, patch)
2018-04-12 11:43 UTC, Peter Laursen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Laursen 2018-04-12 11:01:37 UTC
Created attachment 192450 [details]
Patch adding dependency

Hi,
Near the bottom of the cyradm(1) man page it is stated that if the perl module Term::ReadLine::GNU is installed, cyradm(1) will be able to use that module for line editing.
(This probably applies to the other mail/cyrus-imapd* ports as well, though I have not tested that).
To enable cyradm(1) to use line editing, I have added a dependency on p5-Term-ReadLine-Gnu to RUN_DEPENDS and bumped the PORTREVISION to 2. Both things should be attached in this admittedly small patch.

I am slightly unsure where to paste the RUN_DEPENDS line in the Makefile, so feel free to move things around if it conflicts with style etc.

All the best,

Peter.
Comment 1 Peter Laursen 2018-04-12 11:35:19 UTC
Comment on attachment 192450 [details]
Patch adding dependency

--- mail/cyrus-imapd30/Makefile.orig	2018-04-12 12:56:35.753580000 +0200
+++ mail/cyrus-imapd30/Makefile	2018-04-12 13:28:19.700458000 +0200
@@ -2,7 +2,7 @@
 
 PORTNAME=	cyrus-imapd
 PORTVERSION=	3.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 #PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.cyrusimap.org/cyrus-imapd/ \
@@ -46,6 +46,7 @@
 CPE_VENDOR=	cmu
 CPE_PRODUCT=	cyrus_imap_server
 
+RUN_DEPENDS+= p5-Term-ReadLine-Gnu>=0:devel/p5-Term-ReadLine-Gnu
 OPTIONS_DEFINE=		AUTOCREATE BACKUP CLAMAV HTTP IDLED LDAP LMDB MURDER \
 			MYSQL NNTP PGSQL REPLICATION SNMP SQLITE SQUAT XAPIAN \
 			DOCS
Comment 2 Peter Laursen 2018-04-12 11:43:19 UTC
Created attachment 192452 [details]
Version 2 of the patch

This should be the correct patch - I had forgotten to include a package version in the original submission which made my Poudriere choke.
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-04-14 04:22:27 UTC
A commit references this bug:

Author: ume
Date: Sat Apr 14 04:21:50 UTC 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

Changes:
  head/mail/cyrus-imapd30/Makefile
Comment 4 Hajimu UMEMOTO freebsd_committer freebsd_triage 2018-04-14 04:25:28 UTC
Thank you for the report.
I've just committed it but modified to make it as an option.
This dependency is not necessary to use the readline by cyradm.  You
can enable the command line editing by just installing
p5-Term-Readline-Gnu.  So, I don't enable it by default to avoid extra
dependency.