svn commit: r355022 - head/databases/mariadb55-server

Michael Gmelin grembo at FreeBSD.org
Sat May 24 14:05:31 UTC 2014


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
 


More information about the svn-ports-all mailing list