svn commit: r424354 - in head/databases: percona-pam-for-mysql percona56-server

Mark Felder feld at FreeBSD.org
Thu Oct 20 20:07:52 UTC 2016


Author: feld
Date: Thu Oct 20 20:07:51 2016
New Revision: 424354
URL: https://svnweb.freebsd.org/changeset/ports/424354

Log:
  databases/percona-pam-for-mysql: Fix build
  
  The build was failing on 11 and head due to missing USES=libedit
  
  PR:		213643

Modified:
  head/databases/percona-pam-for-mysql/Makefile
  head/databases/percona56-server/Makefile

Modified: head/databases/percona-pam-for-mysql/Makefile
==============================================================================
--- head/databases/percona-pam-for-mysql/Makefile	Thu Oct 20 19:59:01 2016	(r424353)
+++ head/databases/percona-pam-for-mysql/Makefile	Thu Oct 20 20:07:51 2016	(r424354)
@@ -2,6 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	percona
+PORTREVISION=	1
 PKGNAMESUFFIX=	-pam-for-mysql
 
 COMMENT=	PAM plugin for MySQL

Modified: head/databases/percona56-server/Makefile
==============================================================================
--- head/databases/percona56-server/Makefile	Thu Oct 20 19:59:01 2016	(r424353)
+++ head/databases/percona56-server/Makefile	Thu Oct 20 20:07:51 2016	(r424354)
@@ -63,6 +63,7 @@ USES+=		libedit
 .elifdef PLUGIN_ONLY
 # For building plugins (percona-pam-for-mysql, etc)
 # Currently do nothing special
+USES+=		libedit
 .else
 # MySQL-Server part
 USES+=mysql:56p


More information about the svn-ports-all mailing list