Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2018 15:25:36 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469293 - head/databases/mysql80-server
Message-ID:  <201805071525.w47FPa8d045275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May  7 15:25:36 2018
New Revision: 469293
URL: https://svnweb.freebsd.org/changeset/ports/469293

Log:
  - Remove obsolete OSVERSION condition
  
  Approved by:	portmgr blanket

Modified:
  head/databases/mysql80-server/Makefile

Modified: head/databases/mysql80-server/Makefile
==============================================================================
--- head/databases/mysql80-server/Makefile	Mon May  7 15:25:07 2018	(r469292)
+++ head/databases/mysql80-server/Makefile	Mon May  7 15:25:36 2018	(r469293)
@@ -140,10 +140,6 @@ FEDERATED_SUB_LIST_OFF+=	FEDER=""
 
 .include <bsd.port.options.mk>
 
-.if !defined(CLIENT_ONLY) && ${OPSYS} == FreeBSD && ${OSVERSION} < 1003506
-BROKEN=		no __cxa_thread_atexit() support in FreeBSD libc < 10.4
-.endif
-
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200057
 SUB_LIST+=	LEGACY_LIMITS="@comment " MODERN_LIMITS=""
 .else



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