From owner-freebsd-ports@freebsd.org Tue Aug 30 15:46:22 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5693ABC7CFB for ; Tue, 30 Aug 2016 15:46:22 +0000 (UTC) (envelope-from dougb@dougbarton.us) Received: from dougbarton.us (dougbarton.us [IPv6:2607:f2f8:ab14::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 452C7A0A; Tue, 30 Aug 2016 15:46:22 +0000 (UTC) (envelope-from dougb@dougbarton.us) Received: from [192.168.0.179] (104-180-168-206.lightspeed.irvnca.sbcglobal.net [104.180.168.206]) by dougbarton.us (Postfix) with ESMTPSA id D40DA22B46; Tue, 30 Aug 2016 15:46:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dougbarton.us; s=dkim; t=1472571981; bh=4W/iQnhon5dws0s99fP8gg2t7nII435vG44CzSm91zo=; h=To:Cc:From:Subject:Date; b=tTf4eYo+lewvVqG0C/qX0w2dFjz/kNdbWGAySctiTrQgofInMh5yLzw0t3iN9vxLh DjKob2HvGA5uDze6cvKJk/7IP8g+b83b66kP2T4xpO8ZUGdb3uWcTSDZIhgAfdFOHP /07uybtToerdDF+M3oe3REG9wCYzu6XIOoViVEv4= To: brnrd@FreeBSD.org Cc: freebsd-ports@FreeBSD.org From: Doug Barton Subject: mariadb10* ports broken on 9.x since last commit Openpgp: id=E3520E149D053533C33A67DB5CC686F11A1ABC84 Message-ID: <18b931f3-2b78-0fdf-c9ba-ba3c107a4f65@dougbarton.us> Date: Tue, 30 Aug 2016 08:45:41 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 15:46:22 -0000 Since the last commit to the mariadb10* ports the resulting binaries dump core on 9.3-RELEASE-p43, even for a simple --help option. I am assuming that is not the intended result .... Doug