svn commit: r469293 - head/databases/mysql80-server

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 7 15:25:37 UTC 2018


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


More information about the svn-ports-head mailing list