diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-05 22:10:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-05 22:10:45 +0800 |
commit | 263ad02b812459c25d0bf2a1be5966cf888e135c (patch) | |
tree | cc8745cd4d3b9ccbaa11ce53a76bb4b16c47e454 /databases | |
parent | c080d16530b7c68119310b96c17cbd691c2bf84b (diff) | |
download | freebsd-ports-gnome-263ad02b812459c25d0bf2a1be5966cf888e135c.tar.gz freebsd-ports-gnome-263ad02b812459c25d0bf2a1be5966cf888e135c.tar.zst freebsd-ports-gnome-263ad02b812459c25d0bf2a1be5966cf888e135c.zip |
- 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>')
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-workbench51/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/mysql-workbench51/Makefile b/databases/mysql-workbench51/Makefile index fa44003fe3c3..e70052fe3397 100644 --- a/databases/mysql-workbench51/Makefile +++ b/databases/mysql-workbench51/Makefile @@ -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> |