Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 14:05:30 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355022 - head/databases/mariadb55-server
Message-ID:  <201405241405.s4OE5UqY013716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grembo
Date: Sat May 24 14:05:30 2014
New Revision: 355022
URL: http://svnweb.freebsd.org/changeset/ports/355022
QAT: https://qat.redports.org/buildarchive/r355022/

Log:
  It turns out that cmake is still using gmake during the configure
  phase, even though build is then done using make(1). If gmake is not
  available on the host, cmake falls back to make(1) to configure and
  the resulting Makefiles won't work on either, make or gmake. Therefore
  I'll rollback to using gmake all the time.
  
  Reviewed by:	flo (mentor)
  Approved by:	flo (mentor)

Modified:
  head/databases/mariadb55-server/Makefile

Modified: head/databases/mariadb55-server/Makefile
==============================================================================
--- head/databases/mariadb55-server/Makefile	Sat May 24 14:00:47 2014	(r355021)
+++ head/databases/mariadb55-server/Makefile	Sat May 24 14:05:30 2014	(r355022)
@@ -22,7 +22,7 @@ SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
 SLAVEDIRS=	databases/mariadb55-client
-USES=		cmake shebangfix
+USES=		cmake gmake shebangfix
 SHEBANG_FILES=	scripts/*.sh
 NO_OPTIONS_SORT=yes
 



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