X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id 1F5701EBFFA for ; Sun, 9 Jan 2011 14:03:44 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id DAD68AE4003; Sun, 9 Jan 2011 14:03:43 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2b1vFCQnVI9Q; Sun, 9 Jan 2011 14:03:38 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 09344AE4001; Sun, 9 Jan 2011 14:03:38 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id C1CD0621BE0EB; Sun, 9 Jan 2011 14:03:35 +0000 (UTC) Received: from localhost (unknown [10.65.96.33]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id 63B75621BE0E9; Sun, 9 Jan 2011 14:03:34 +0000 (UTC) Date: Sun, 9 Jan 2011 14:03:15 +0000 From: Natanael Copa To: Matt Smith Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] new aport: testing/libexecinfo Message-ID: <20110109140315.0a806afb@alpinelinux.org> In-Reply-To: <1294423552-14116-1-git-send-email-mcs@darkregion.net> References: <1294423552-14116-1-git-send-email-mcs@darkregion.net> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i686-pc-linux-gnu) X-Mailinglist: alpine-devel 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 X-Virus-Scanned: ClamAV using ClamSMTP On Fri, 7 Jan 2011 12:05:52 -0600 Matt Smith wrote: > A quick-n-dirty BSD licensed clone of the GNU libc backtrace facility. > > http://www.freshports.org/devel/libexecinfo > --- > testing/libexecinfo/20-define-gnu-source.patch | 24 +++++++++++ > testing/libexecinfo/30-linux-makefile.patch | 44 > ++++++++++++++++++++ testing/libexecinfo/APKBUILD > | 52 ++++++++++++++++++++++++ 3 files changed, 120 insertions(+), 0 > deletions(-) create mode 100644 > testing/libexecinfo/20-define-gnu-source.patch create mode 100644 > testing/libexecinfo/30-linux-makefile.patch create mode 100644 > testing/libexecinfo/APKBUILD > Applied. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---