From owner-freebsd-ports@freebsd.org Mon Mar 13 10:03:50 2017 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 4F546D088FC for ; Mon, 13 Mar 2017 10:03:50 +0000 (UTC) (envelope-from iku@yokattana.com) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 BFC631918; Mon, 13 Mar 2017 10:03:49 +0000 (UTC) (envelope-from iku@yokattana.com) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 8FAC520908; Mon, 13 Mar 2017 06:03:48 -0400 (EDT) Received: from web1 ([10.202.2.211]) by compute6.internal (MEProxy); Mon, 13 Mar 2017 06:03:48 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=yokattana.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=YuojFBN0vf66NwYbjpKssLZvov w=; b=Qyd4RRkiAzOnh8Q/rJR3weUESjDhHPDABR9ZPX4ahn3XUhT+nS3wYYPS6P KFy5+2ORUawK6gv+aiGX1+ArbVaZ8BjN9eaa8oUtY1jGhLnQc5lwFZR/6JHSYl9a WK/B/gxl3it8xaQ3XvgTlLENgwe+IQawUSzqMDsXQU0lr/oGM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=Yu ojFBN0vf66NwYbjpKssLZvovw=; b=PENHYveUvA+4x3dEvbZf1M/Lf4w+QMVz3N HAErIqjjt6QYVgzL7HvYr5Rg8faew5TstzxY1JUT7dmSzehHfxApBcaW2iLHzy3m HvJi1f2RH36kH+hlKvhGJWaY05bH1IrjFlA+PBeU1g4CZTXvdfZTPZhvQRSyuY1x GhJobthKM= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 6E89CAA6DF; Mon, 13 Mar 2017 06:03:48 -0400 (EDT) Message-Id: <1489399428.1802620.909317528.10B9DDF9@webmail.messagingengine.com> From: Iku To: Jan Beich , bapt@FreeBSD.org, freebsd-ports@freebsd.org, linimon@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-9f47d516 In-Reply-To: <20170313092825.5EEB67AC9@freefall.freebsd.org> Subject: Re: sc-im marked broken on aarch64 Date: Mon, 13 Mar 2017 11:03:48 +0100 References: <20170313092825.5EEB67AC9@freefall.freebsd.org> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2017 10:03:50 -0000 Hi, > 0.4.0 was busted on aarch64 and armv6[1] but 0.5.0 builds fine[2]. That explains it as some compatibility work was done there. Is it up to the maintainer/someone with commit access now to update the port? Cheers