From owner-freebsd-current@FreeBSD.ORG Wed Mar 25 15:08:54 2009 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 D04E81065820 for ; Wed, 25 Mar 2009 15:08:54 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 3E4CB8FC25 for ; Wed, 25 Mar 2009 15:08:53 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy19 with SMTP id 19so80158ewy.43 for ; Wed, 25 Mar 2009 08:08:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=XmonVBxIAarD7u8qQ75hY3UUyfxPYpdX9jCFMiBl2hI=; b=belkMuPKQJFAjFLy18ROfUqx+zAyo15IMNfaTK2aQcJlo1+QAIK53laIDa1b7H6evw MzlCIv1B91DtA1zTcgXZsMIs/neN5xa7VKARhznstf++D5d82j62zEWAMdFCU3L25OnY xRUWOW/vUiTXZ9AHJyJGQ/SFhSAbGcnjVGBJM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Stwp7dpFJX/0hHqNYlzU0HfdXHODe2QGiPzb2F3AWyHCZBF30kRNQRZP/aQ48MsZez k32mnfJdrvNgEkdS5XIzuom3dOMPGvhNhZSID2oDO9mwpRVFPTehhB3ovuSPkMGiVnMf vJb31qcbMrBTHrTwfOnuWiLV8vocL9zg0W1iI= MIME-Version: 1.0 Received: by 10.210.56.7 with SMTP id e7mr3260256eba.55.1237993732374; Wed, 25 Mar 2009 08:08:52 -0700 (PDT) In-Reply-To: <20090325141956.GA11761@rebelion.Sisis.de> References: <20090325092840.GA3841@rebelion.Sisis.de> <20090325140908.GA14343@muon.cran.org.uk> <20090325141956.GA11761@rebelion.Sisis.de> Date: Wed, 25 Mar 2009 16:08:52 +0100 Message-ID: <3a142e750903250808r1af1cc51g230faf60893f5cf1@mail.gmail.com> From: "Paul B. Mahol" To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: ports/devel/pth failes to compile (conflict with /usr/include/signal.h) 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: Wed, 25 Mar 2009 15:08:58 -0000 On 3/25/09, Matthias Apitz wrote: > El d=EDa Wednesday, March 25, 2009 a las 02:09:09PM +0000, Bruce Cran > escribi=F3: > >> On Wed, Mar 25, 2009 at 10:28:40AM +0100, Matthias Apitz wrote: >> > >> > >> > # cd /usr/ports/devel/pth >> > vm-naranja# cvs up >> > cvs update: Updating . >> > cvs update: Updating files >> > > ... >> > >> >> See ports/132828 and >> http://lists.freebsd.org/pipermail/svn-src-head/2009-March/004946.html > > Forgive me if this is a stupid questions (I'm new to CURRENT); I did a > cvs checkout of src and ports on March 23 and a cvs update of the port > today, why I don't have this fix? Is CVS not uptodate? Look into file revision number. In past I was hit with same issue multiple times and so I deceided to switch and now I'm using svn. --=20 Paul