Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2012 07:12:21 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305234 - head/devel/cdash
Message-ID:  <201210040712.q947CLGa091131@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Oct  4 07:12:20 2012
New Revision: 305234
URL: http://svn.freebsd.org/changeset/ports/305234

Log:
  - Set MYSQL as the default database type, to make package building happy
  
  Reported by:	bapt

Modified:
  head/devel/cdash/Makefile

Modified: head/devel/cdash/Makefile
==============================================================================
--- head/devel/cdash/Makefile	Thu Oct  4 06:34:17 2012	(r305233)
+++ head/devel/cdash/Makefile	Thu Oct  4 07:12:20 2012	(r305234)
@@ -19,6 +19,7 @@ LICENSE=	BSD
 
 OPTIONS_MULTI=	DB
 OPTIONS_MULTI_DB=	MYSQL PGSQL
+OPTIONS_DEFAULT=MYSQL
 
 USE_ZIP=	yes
 USE_CMAKE=	yes



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