From owner-freebsd-questions@FreeBSD.ORG Sun Oct 19 13:19:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EA1316A4B3; Sun, 19 Oct 2003 13:19:50 -0700 (PDT) Received: from lilbuddy.antsclimbtree.com (lilbuddy.antsclimbtree.com [216.27.183.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C47343F75; Sun, 19 Oct 2003 13:19:49 -0700 (PDT) (envelope-from mark@antsclimbtree.com) Received: from amore.antsclimbtree.com ([192.168.1.2] helo=antsclimbtree.com) by lilbuddy.antsclimbtree.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.8) id 1ABK2Q-000OQr-Da; Sun, 19 Oct 2003 13:20:30 -0700 Message-ID: <3F92F1E2.7060102@antsclimbtree.com> Date: Sun, 19 Oct 2003 13:19:46 -0700 From: Mark Edwards User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5) Gecko/20030923 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.9 (----) cc: ports@freebsd.org Subject: Improving mail/imap-uw X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 20:19:50 -0000 I want to build imap-uw and cclient with mbx format being the default for new mailbox creation. If building by hand, one does the following: > make {target) CREATEPROTO=mbxproto I've tried contacting the port maintainer twice about adding this option to the port, with no response, so I guess I have to hack it myself. imap-uw uses mbox format by default for compatibility reasons, but mbx is a much better and faster way to go. So, I tried adding: MAKE_ARGS+= CREATEPROTO=mbxproto to the port's Makefile. That did nothing. The port still compiles with unixproto as the default. I don't really understand port Makefiles. Can someone give me a hint as to how to hack this? Thanks!