Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2016 13:28:57 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422872 - head/databases/mysql57-server
Message-ID:  <201609281328.u8SDSvaT064843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Sep 28 13:28:57 2016
New Revision: 422872
URL: https://svnweb.freebsd.org/changeset/ports/422872

Log:
  You cannot, ever, set DEFAULT_VERSIONS in a port.
  
  Sponsored by:	Absolight

Modified:
  head/databases/mysql57-server/Makefile   (contents, props changed)

Modified: head/databases/mysql57-server/Makefile
==============================================================================
--- head/databases/mysql57-server/Makefile	Wed Sep 28 13:02:27 2016	(r422871)
+++ head/databases/mysql57-server/Makefile	Wed Sep 28 13:28:57 2016	(r422872)
@@ -136,8 +136,6 @@ PERFSCHM_SUB_LIST_OFF+=	PERFSCHEMRC="--s
 .  if !defined(CLIENT_ONLY)
 EXTRA_PATCHES+=		${PATCHDIR}/rapid_plugin-patch-_x_mysqlxtest__src_mysqlxtest.cc
 .  endif
-### Just like deperecated `WITH_OPENSSL_PORT=yes` a workaround for building on 9.X ###
-DEFAULT_VERSIONS+=ssl=openssl
 .endif
 
 .include <bsd.port.pre.mk>



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