ports/168156: ports/mail/dovecot2 can't install correctly with WITH_SOLR=true

Jashank Jeremy jashank at rulingia.com
Sun May 20 01:50:03 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list