Date: Sun, 22 Sep 2013 14:18:45 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327872 - head/databases/mariadb-server Message-ID: <201309221418.r8MEIjoI057173@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sun Sep 22 14:18:45 2013 New Revision: 327872 URL: http://svnweb.freebsd.org/changeset/ports/327872 Log: - Mark broken on 10 manager.c:133:10: error: too few arguments to function call, expected 6, have 5 hp = my_gethostbyname_r(host,&tmp_hostent,buff2,sizeof(buff2), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/my_net.h:113:74: note: expanded from macro 'my_gethostbyname_r' #define my_gethostbyname_r(A,B,C,D,E) gethostbyname_r((A),(B),(C),(D),(E)) ~~~~~~~~~~~~~~~ ^ /usr/include/netdb.h:250:1: note: 'gethostbyname_r' declared here int gethostbyname_r(const char *, struct hostent *, char *, size_t, ^ 1 warning and 1 error generated. *** Error code 1 PR: ports/181833 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) Modified: head/databases/mariadb-server/Makefile Modified: head/databases/mariadb-server/Makefile ============================================================================== --- head/databases/mariadb-server/Makefile Sun Sep 22 14:12:58 2013 (r327871) +++ head/databases/mariadb-server/Makefile Sun Sep 22 14:18:45 2013 (r327872) @@ -86,6 +86,10 @@ OPTIONS_DEFAULT+= ARIADB ARCHIVE BLACKHO NO_STAGE= yes .include <bsd.port.options.mk> +.if ${OSVERSION} >= 1000000 +BROKEN= Does not build under FreeBSD 10 +.endif + .if ${OSVERSION} > 900000 && ${PORT_OPTIONS:MSTATIC} BROKEN= WITH_STATIC is not functional on 9-current .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309221418.r8MEIjoI057173>