Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2015 19:27:21 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384381 - head/databases/mysql-workbench51
Message-ID:  <201504201927.t3KJRLPq067957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Apr 20 19:27:21 2015
New Revision: 384381
URL: https://svnweb.freebsd.org/changeset/ports/384381

Log:
  Run autoreconf on taocrypt directory first because otherwise some files
  aren't updated.

Modified:
  head/databases/mysql-workbench51/Makefile

Modified: head/databases/mysql-workbench51/Makefile
==============================================================================
--- head/databases/mysql-workbench51/Makefile	Mon Apr 20 19:06:29 2015	(r384380)
+++ head/databases/mysql-workbench51/Makefile	Mon Apr 20 19:27:21 2015	(r384381)
@@ -60,7 +60,7 @@ post-patch:
 		${WRKSRC}/plugins/db.mysql/backend/db_plugin_be.cpp
 
 pre-configure:
-	(cd ${WRKSRC}/ext/yassl && ${LOCALBASE}/bin/autoreconf -f -i)
 	(cd ${WRKSRC}/ext/yassl/taocrypt && ${LOCALBASE}/bin/autoreconf -f -i)
+	(cd ${WRKSRC}/ext/yassl && ${LOCALBASE}/bin/autoreconf -f -i)
 
 .include <bsd.port.mk>



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