svn commit: r388579 - head/databases/mysql-workbench51

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 5 14:10:46 UTC 2015


Author: amdmi3
Date: Fri Jun  5 14:10:45 2015
New Revision: 388579
URL: https://svnweb.freebsd.org/changeset/ports/388579

Log:
  - Mark BROKEN on 10.x+
  
  /usr/include/c++/v1/utility:254:9: error: field has incomplete type 'grt::ValueRef'
  
  ../../library/grt/src/grtpp.h:724:32: error: field of type 'IterType' (aka '__wrap_iter<const_pointer>') has private constructor
  
  /usr/include/c++/v1/map:969:50: error: no viable conversion from 'const_iterator' (aka '__tree_const_iterator<value_type, __node_pointer, difference_type>') to 'const_iterator' (aka '__map_const_iterator<typename __base::const_iterator>')

Modified:
  head/databases/mysql-workbench51/Makefile

Modified: head/databases/mysql-workbench51/Makefile
==============================================================================
--- head/databases/mysql-workbench51/Makefile	Fri Jun  5 13:43:15 2015	(r388578)
+++ head/databases/mysql-workbench51/Makefile	Fri Jun  5 14:10:45 2015	(r388579)
@@ -62,4 +62,10 @@ pre-configure:
 	(cd ${WRKSRC}/ext/yassl/taocrypt && ${LOCALBASE}/bin/autoreconf -f -i)
 	(cd ${WRKSRC}/ext/yassl && ${LOCALBASE}/bin/autoreconf -f -i)
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+BROKEN=		does not build
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list