From owner-freebsd-current@FreeBSD.ORG Fri Mar 25 16:44:39 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B84D106564A; Fri, 25 Mar 2011 16:44:39 +0000 (UTC) (envelope-from julien.laffaye@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id A3C668FC08; Fri, 25 Mar 2011 16:44:38 +0000 (UTC) Received: by gxk28 with SMTP id 28so592051gxk.13 for ; Fri, 25 Mar 2011 09:44:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ZfzFMO3zOfz53cM0eeGvjmlo3QXEMnLbtp4nXF32DLY=; b=eAIYN2b7WG+2hqSeLhitvfXxZnhwsaQsfoYRIdsiXODEZjU6YxKTn0FKll4IEz+Hg/ 5j/T4y1uO3IIuXvXB5DcBhO+d12f+9VcG8pPMfwLA1RRFPnJ7GBG3XedfLd+nj1naM0d P7e0EFIJGNyFNSWSICrD7cNw8AlTrvdnH+trc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=oDgVuQIS5VXeP5XOZxUVhF8j0Vby+g7EKaa7OMoPWnD71M9cXBPMANpCq0lBlEMiJu 2LRSos7IieJOuYndaV8C3zIS2yUiOkUaylJzWi5ziDMU8z7ghOatoOuBFn7YbrAv2d59 gI58gYhcJUl2yP8ZWMCAZ2XWVDMY2rSqkoD+E= MIME-Version: 1.0 Received: by 10.236.181.67 with SMTP id k43mr1384257yhm.285.1301069904198; Fri, 25 Mar 2011 09:18:24 -0700 (PDT) Sender: julien.laffaye@gmail.com Received: by 10.236.105.212 with HTTP; Fri, 25 Mar 2011 09:18:24 -0700 (PDT) In-Reply-To: <20110325161416.GC23861@gahrfit.gahr.ch> References: <20110325101111.GA36840__48943.3474642739$1301049771$gmane$org@azathoth.lan> <20110325161416.GC23861@gahrfit.gahr.ch> Date: Fri, 25 Mar 2011 16:18:24 +0000 X-Google-Sender-Auth: 04qXxOP39rF3JX4XDww6o8SryQI Message-ID: From: Julien Laffaye To: gahr@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Baptiste Daroussin , freebsd-current@freebsd.org Subject: Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2011 16:44:39 -0000 On Fri, Mar 25, 2011 at 4:14 PM, Pietro Cerutti wrote: > On 2011-Mar-25, 17:04, Baptiste Daroussin wrote: >> >> if you are going to test on current please notice that make install >> will overwrite /usr/lib/libpkg so pkg_* tools won't work anymore. >> >> We will workaround that later by renaming our lib libpkgng for the test phase. >> >> But I won't be able to do that before monday. > > I was: http://people.freebsd.org/~gahr/pkgng-0.1-alpha1.diff Commited! Thanks!