From owner-freebsd-ports@FreeBSD.ORG Tue Dec 24 00:27:27 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1486DE6F for ; Tue, 24 Dec 2013 00:27:27 +0000 (UTC) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9DE71CE0 for ; Tue, 24 Dec 2013 00:27:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type; s=default; bh=RtQU8oEDtyhTOD1oQRAp+7 PR3co=; b=RLY456KaptjzUt7KtTTgwZ8NWOl+HlgYyrAFIHcdm/1tHTFmlMhg3y ym0WTVL9jfN5MAptfPPFRBMxm3x7B8IAWslx4G9CYfOaTFsMYY2kx2T2Q1TdL1UZ oYn5Or4r1StPRqh8FEbylSJCzEXQGTfw457a74m7Ix+TVlZpmAVGw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:cc:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=TCxB2dwGTgPO7LjTAOswHJyXuRoWu bQblR2EU7EN18TjklbJBFvji/gwG4ZG3ySP/QF6vj0qgY0v9mkJDtAupw1LRb0Np 5nRtAg6KivkBgcUflw3wVBQr1CQSm7SvNeRRpq++NEVlSqo23CB8TpCrncRu0c+j nVwkxumZD799S8= Date: Tue, 24 Dec 2013 01:27:23 +0100 Message-ID: <878uvbccus.wl%hskuhra@eumx.net> From: "Herbert J. Skuhra" To: Greg Rivers Subject: Re: No examples or default configuration for mail/dovecot2 ? In-Reply-To: References: <87a9frcke0.wl%hskuhra@eumx.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Cc: bra@fsn.hu, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2013 00:27:27 -0000 On Mon, 23 Dec 2013 16:50:49 -0600 (CST) Greg Rivers wrote: > On Mon, 23 Dec 2013, Herbert J. Skuhra wrote: > > > % pkg info dovecot > > dovecot-2.2.9 > > Name : dovecot > > Version : 2.2.9 > > [..] > > > > % ls -l /usr/local/etc/dovecot/ > > total 1 > > -r--r--r-- 1 root wheel 122 Dec 23 22:35 README > > > > % cat /usr/local/etc/dovecot/README > > Configuration files go to this directory. See example configuration files in > > /usr/local/share/doc/dovecot/example-config/ > > > > % ls -l /usr/local/share/doc/dovecot > > total 355 > > -r--r--r-- 1 root wheel 661 Dec 23 22:35 AUTHORS > > [...] > > > > % ls -l /usr/local/share/doc/dovecot/example-config/ > > total 22 > > drwxr-xr-x 2 root wheel 26 Dec 23 22:35 conf.d > > -r--r--r-- 1 root wheel 698 Dec 23 22:35 dovecot-dict-auth.conf.ext > > [...] > > > > So, maybe you should provide a build log. > > > > Sure: http://www.tharned.org/~gcr/dovecot2.log > > Thanks for your response. Can you show the output of 'head -n 10 work/dovecot-2.2.9/config.log'? Have you tried to run 'make rmconfig' before building the port? -- Herbert