svn commit: r366439 - head/databases/mysql51-server

Adam Weinberger adamw at FreeBSD.org
Thu Aug 28 17:00:02 UTC 2014


Author: adamw
Date: Thu Aug 28 17:00:02 2014
New Revision: 366439
URL: http://svnweb.freebsd.org/changeset/ports/366439
QAT: https://qat.redports.org/buildarchive/r366439/

Log:
  Fix mysql51-client build on current by moving USES+=readline above
  bsd.port.pre.mk.

Modified:
  head/databases/mysql51-server/Makefile

Modified: head/databases/mysql51-server/Makefile
==============================================================================
--- head/databases/mysql51-server/Makefile	Thu Aug 28 16:57:50 2014	(r366438)
+++ head/databases/mysql51-server/Makefile	Thu Aug 28 17:00:02 2014	(r366439)
@@ -63,6 +63,10 @@ CONFIGURE_ARGS+=--with-plugins=max-no-nd
 CONFIGURE_ARGS+=--with-collation=${WITH_COLLATION}
 .endif
 
+.if defined(CLIENT_ONLY)
+USES+=		readline
+.endif
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "arm"
@@ -156,7 +160,6 @@ post-patch:
 .else
 # MySQL-Client part
 .if defined(CLIENT_ONLY)
-USES+=			readline
 CONFLICTS_INSTALL=	mysql5.[02-9]-client-* mysql[0-46-9][0-9]-client-*
 
 MAN1=		mysql_config.1 mysql_upgrade.1 mysql.1 mysqladmin.1 \


More information about the svn-ports-head mailing list