From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 5 09:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9C338D6F for ; Thu, 5 Sep 2013 09:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 793302E83 for ; Thu, 5 Sep 2013 09:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r859U0MX033186 for ; Thu, 5 Sep 2013 09:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r859U0DS033185; Thu, 5 Sep 2013 09:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 5 Sep 2013 09:30:00 GMT Resent-Message-Id: <201309050930.r859U0DS033185@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Geoffroy Desvernay Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 16167CC2 for ; Thu, 5 Sep 2013 09:23:36 +0000 (UTC) (envelope-from root@ec-m.fr) Received: from melo.ec-m.fr (melo.ec-m.fr [147.94.19.139]) by mx1.freebsd.org (Postfix) with ESMTP id CA8232E36 for ; Thu, 5 Sep 2013 09:23:35 +0000 (UTC) Received: from amavis4.serv.int (amavis4.serv.int [10.3.0.48]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id D7723ACA32 for ; Thu, 5 Sep 2013 11:23:34 +0200 (CEST) Received: from melo.ec-m.fr ([10.3.0.13]) by amavis4.serv.int (amavis4.serv.int [10.3.0.48]) (amavisd-new, port 10024) with LMTP id hX+slMjFJQeR for ; Thu, 5 Sep 2013 11:23:34 +0200 (CEST) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 7279FAC9DB for ; Thu, 5 Sep 2013 11:23:34 +0200 (CEST) Received: by dgeo.sysadm.ec-m.fr (Postfix, from userid 0) id 48E401CD6E; Thu, 5 Sep 2013 11:23:34 +0200 (CEST) Message-Id: <20130905092334.48E401CD6E@dgeo.sysadm.ec-m.fr> Date: Thu, 5 Sep 2013 11:23:34 +0200 (CEST) From: Geoffroy Desvernay To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181833: [MAINTAINER] databases/mariadb-server: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 09:30:00 -0000 >Number: 181833 >Category: ports >Synopsis: [MAINTAINER] databases/mariadb-server: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 05 09:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Geoffroy Desvernay >Release: FreeBSD 9.2-RC3 amd64 >Organization: Ecole Centrale de Marseille >Environment: System: FreeBSD dgeo.sysadm.ec-m.fr 9.2-RC3 FreeBSD 9.2-RC3 #0: Tue Aug 27 00:17:08 CEST 2013 >Description: Disabling build on FreeBSD 10, as I can't correct it now. (no CURRENT machine and lack of time) Error is: 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 Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- mariadb-server-5.3.12.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 326373) +++ Makefile (working copy) @@ -45,7 +45,6 @@ SSL_DESC= Activate SSL support OPENSSL_DESC= Use OpenSSL instead of bundled yassl - .if !defined(MARIADB_CLIENT_SLAVE) CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} LIB_DEPENDS+= event-1:${PORTSDIR}/devel/libevent @@ -85,6 +84,10 @@ .include +.if ${OSVERSION} >= 1000000 +IGNORE= Does not build under FreeBSD 10 +.endif + .if ${OSVERSION} > 900000 && ${PORT_OPTIONS:MSTATIC} BROKEN= WITH_STATIC is not functional on 9-current .endif --- mariadb-server-5.3.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: