Date: Sun, 20 May 2012 11:48:13 +1000 (EST) From: Jashank Jeremy <jashank@rulingia.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/168156: ports/mail/dovecot2 can't install correctly with WITH_SOLR=true Message-ID: <201205200148.q4K1mDja071499@server.rulingia.com> Resent-Message-ID: <201205200150.q4K1o2Wc015037@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168156 >Category: ports >Synopsis: ports/mail/dovecot2 can't install correctly with WITH_SOLR=true >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 20 01:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jashank Jeremy >Release: FreeBSD 8.3-STABLE amd64 >Organization: >Environment: System: FreeBSD server.rulingia.com 8.3-STABLE FreeBSD 8.3-STABLE #16 r235229M: Fri May 11 12:02:41 EST 2012 root@server.rulingia.com:/var/obj/usr/src/sys/server amd64 >Description: mail/dovecot2 has a bug whereby it will not install correctly due to a typo effectively disabling expansion of the %%WITHSOLR%% plist substitution as specified in the Makefile. >How-To-Repeat: 1. Specify WITH_SOLR in the config options for ports/mail/dovecot2 2. Run `make install' in ports/mail/dovecot2 >Fix: Index: Makefile =================================================================== RCS file: /usr/ncvs/ports/mail/dovecot2/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 18 May 2012 11:42:21 -0000 1.15 +++ Makefile 20 May 2012 01:38:16 -0000 @@ -164,7 +164,7 @@ CONFIGURE_ARGS+=--with-solr LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 PLIST_SUB+= WITHSOLR="" -SUB_LIST+= ITHSOLR="" +SUB_LIST+= WITHSOLR="" .else CONFIGURE_ARGS+=--without-solr PLIST_SUB+= WITHSOLR="@comment " >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205200148.q4K1mDja071499>