From owner-cvs-ports@FreeBSD.ORG Sat Sep 6 06:15:21 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 427F1106564A; Sat, 6 Sep 2008 06:15:21 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 381C08FC12; Sat, 6 Sep 2008 06:15:21 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m866FLPG038333; Sat, 6 Sep 2008 06:15:21 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m866FLst038328; Sat, 6 Sep 2008 06:15:21 GMT (envelope-from dougb) Message-Id: <200809060615.m866FLst038328@repoman.freebsd.org> From: Doug Barton Date: Sat, 6 Sep 2008 06:15:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/alpine Makefile ports/mail/alpine/files patch-configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 06:15:21 -0000 dougb 2008-09-06 06:15:21 UTC FreeBSD ports repository Modified files: mail/alpine Makefile Added files: mail/alpine/files patch-configure Log: A number of small-but-important updates: 1. Update the names of some configure flags. This would not have affected users who used the defaults, or the package. 2. In order for the speller option to actually be chosen by configure it already has to be installed, so add them to BUILD_DEPENDS. [1] Fixing this properly also required a patch to configure which I am submitting upstream. 3. Update the location of mlock (if installed) [1] 4. Turns out that alpine no longer uses the value of SSLTYPE internally, (it is only used by the IMAP server which we don't build) so simplify the whole SSL section considerably. All authentication types are now available to alpine by default. 5. Include the proper MAKE_ARGS and relax a test in configure to give users who want to try the new S/MIME support a fighting chance. [2] Bump PORTREVISION accordingly Submitted by: Scott Allendorf [1] Inspired by: scf [2] Revision Changes Path 1.6 +20 -13 ports/mail/alpine/Makefile 1.1 +29 -0 ports/mail/alpine/files/patch-configure (new)