From owner-svn-ports-all@FreeBSD.ORG Mon Oct 15 12:33:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A789860; Mon, 15 Oct 2012 12:33:26 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 42CA38FC0C; Mon, 15 Oct 2012 12:33:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9FCXQgn088395; Mon, 15 Oct 2012 12:33:26 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9FCXQG1088391; Mon, 15 Oct 2012 12:33:26 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201210151233.q9FCXQG1088391@svn.freebsd.org> From: Oliver Lehmann Date: Mon, 15 Oct 2012 12:33:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305912 - head/security/courier-authlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2012 12:33:26 -0000 Author: oliver Date: Mon Oct 15 12:33:25 2012 New Revision: 305912 URL: http://svn.freebsd.org/changeset/ports/305912 Log: disable SQLite support for the time being (no child port exists) Feature safe: yes Modified: head/security/courier-authlib/Makefile Modified: head/security/courier-authlib/Makefile ============================================================================== --- head/security/courier-authlib/Makefile Mon Oct 15 12:07:36 2012 (r305911) +++ head/security/courier-authlib/Makefile Mon Oct 15 12:33:25 2012 (r305912) @@ -67,7 +67,8 @@ CONFIGURE_ARGS= --enable-unicode \ --with-mailgroup=${MAILGRP} \ --localstatedir=${LOCALSTATEDIR} \ --with-authdaemonvar=${AUTHDAEMONVAR} \ - --cache-file=${WRKDIR}/courier-authlib.cache + --cache-file=${WRKDIR}/courier-authlib.cache \ + --without-authsqlite INSTALL_TARGET= install-strip install-configure