Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2012 12:33:26 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305912 - head/security/courier-authlib
Message-ID:  <201210151233.q9FCXQG1088391@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210151233.q9FCXQG1088391>