svn commit: r313443 - head/databases/mysql56-server

Alex Dupre ale at FreeBSD.org
Tue Mar 5 09:36:14 UTC 2013


Author: ale
Date: Tue Mar  5 09:36:13 2013
New Revision: 313443
URL: http://svnweb.freebsd.org/changeset/ports/313443

Log:
  Add perl runtime dependency for a few scripts (mysql_install_db is the main one).
  
  PR:		ports/176255
  Submitted by:	Rustem Alimov <rustem.alimov at gmail.com>

Modified:
  head/databases/mysql56-server/Makefile

Modified: head/databases/mysql56-server/Makefile
==============================================================================
--- head/databases/mysql56-server/Makefile	Tue Mar  5 07:57:10 2013	(r313442)
+++ head/databases/mysql56-server/Makefile	Tue Mar  5 09:36:13 2013	(r313443)
@@ -43,6 +43,8 @@ CMAKE_ARGS+=	-DINSTALL_DOCDIR="share/doc
 USE_MYSQL=	yes
 WANT_MYSQL_VER=	56
 
+USE_PERL5_RUN=	yes
+
 LATEST_LINK=	mysql56-server
 
 CONFLICTS_INSTALL=	mysql-server-[34].* mysql-server-5.[0-57-9].* mariadb-server-5.* percona-server-5.*


More information about the svn-ports-all mailing list