X-Original-To: alpine-aports@lists.alpinelinux.org Received: from newmail.tetrasec.net (unknown [172.21.74.12]) by lists.alpinelinux.org (Postfix) with ESMTP id 560075C429E for ; Thu, 22 Sep 2016 09:42:14 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (229.63.200.37.customer.cdi.no [37.200.63.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id C8DF35A1244; Thu, 22 Sep 2016 09:42:13 +0000 (GMT) Date: Thu, 22 Sep 2016 11:42:10 +0200 From: Natanael Copa To: Jann - Ove Risvik Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/libibmad: new aport Message-ID: <20160922114210.485d4433@ncopa-desktop.copa.dup.pw> In-Reply-To: <20160709143826.7769-1-jann.ove@usaklig.com> References: <20160709143826.7769-1-jann.ove@usaklig.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 9 Jul 2016 16:38:26 +0200 Jann - Ove Risvik wrote: > https://openfabrics.org/index.php/openfabrics-software.html > Generic InfiniBand MAD handling library > > 2.nd try at packages for managing infiniband hardware. Doublechecked which of the packages actually refused to build with alpine $CHOST and $CBUILD, and worked around it a bit more elegantly than pulling in a newer config.sub > --- > testing/libibmad/APKBUILD | 39 +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 39 insertions(+) > create mode 100644 testing/libibmad/APKBUILD > > diff --git a/testing/libibmad/APKBUILD b/testing/libibmad/APKBUILD > new file mode 100644 > index 0000000..edc0b9d > --- /dev/null > +++ b/testing/libibmad/APKBUILD > @@ -0,0 +1,39 @@ > +# Contributor: Jann - Ove Risvik > +# Maintainer: > +pkgname=libibmad > +pkgver=1.3.12 > +pkgrel=0 > +pkgdesc="Generic InfiniBand MAD handling library" > +url="https://www.openfabrics.org/index.php/openfabrics-software.html" > +arch="x86 x86_64" > +license="GPL2 BSD" > +depends="libibumad" I removed the depends (abuild will automatically add depend for so:libibumad.so.3) and fixed the commit message. Sorry taking time. Thanks -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---