Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2019 08:12:01 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514051 - head/sysutils/slurm-wlm
Message-ID:  <201910080812.x988C1DS011518@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Oct  8 08:12:00 2019
New Revision: 514051
URL: https://svnweb.freebsd.org/changeset/ports/514051

Log:
  sysutils/slurm-wlm: Drop nop MYSQL_CONFIGURE_with
  
  It was probably meant to be MYSQL_CONFIGURE_WITH, but the configure
  script does not support --with-mysql or --without-mysql.

Modified:
  head/sysutils/slurm-wlm/Makefile

Modified: head/sysutils/slurm-wlm/Makefile
==============================================================================
--- head/sysutils/slurm-wlm/Makefile	Tue Oct  8 08:11:31 2019	(r514050)
+++ head/sysutils/slurm-wlm/Makefile	Tue Oct  8 08:12:00 2019	(r514051)
@@ -71,7 +71,6 @@ IPMI_LIB_DEPENDS=	libfreeipmi.so:sysutils/freeipmi
 IPMI_CONFIGURE_WITH=	freeipmi
 
 MYSQL_USES=		mysql
-MYSQL_CONFIGURE_with=	mysql
 MYSQL_CONFIGURE_OFF=	--with-mysql_config=/nonexistent
 
 RRD_LIB_DEPENDS=	librrd.so:databases/rrdtool



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