X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by lists.alpinelinux.org (Postfix) with ESMTP id C10AF3617A22 for ; Wed, 19 May 2010 14:03:51 +0000 (UTC) Received: by fxm4 with SMTP id 4so1090523fxm.13 for ; Wed, 19 May 2010 07:03:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=36Krd6bT/V0PO6utrCU0pQ7Zc/0wjRyOOeKZBBRtQPk=; b=atPu7nvveq4EDVUEYiRsOa9vhmG487eFekcJdHkotpxKWtAzvtKUON9hHRHavokORf GSZ+yhEp33Dg3/fW01qdLUJLb5N+pFdZoDc3X/JwVS/ewTjYDkp0p8/1o+uVnDtvxMpa EKdKUje57PpS/SoAlpvlubDw98+Gb7OlWXLXQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NqMDIAvYp7jg6C4laPcE1DWVrNQrGRNVv8dXM5YOGmCv3HRQXbCUSPHOQIjFYcAjTU 9H3ns1C6hNZi/4y3M6seofHJ69EFNGsX0NWeQ2jL0/ezrQAdifGR7OQc5jk+UthwEbPV T35ki28oFi24dcjNVzbC+Qi/M5svB1WcLPuyc= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.103.81.39 with SMTP id i39mr6705348mul.28.1274277828779; Wed, 19 May 2010 07:03:48 -0700 (PDT) Received: by 10.204.55.4 with HTTP; Wed, 19 May 2010 07:03:48 -0700 (PDT) Date: Wed, 19 May 2010 16:03:48 +0200 Message-ID: Subject: [alpine-devel] new abuild From: Natanael Copa To: Alpine Developers Content-Type: text/plain; charset=ISO-8859-1 Hi, I have made a new release of abuild, 2.3. some of the news: * automatic -dev package will now include symlinks /lib/*.so /usr/lib/*.so. This helps to when different versions of same lib needs to be installed at the same time. (for example: gmp + gmp5) * new options -c and -m to enable/disable colors (patch from Andrew Manison) * improved recursive building with -R and -u. It should now properly build toolchain and build-base packages first and should not update the index for every dir it enters. (should speed up things a bit) The longtime goal is to rip out the dependency tracing from abuild and use an external lua script for that, somethign that can handle versioned dependencies. Those fixes was a result of the bootstrapping of nptl. -- Natanael Copa --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---