From owner-freebsd-questions@FreeBSD.ORG Mon Oct 10 04:29:57 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5843C106564A for ; Mon, 10 Oct 2011 04:29:57 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id DF4E58FC12 for ; Mon, 10 Oct 2011 04:29:56 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so9340719bkb.13 for ; Sun, 09 Oct 2011 21:29:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=DvESYzqQxySA+A/se+2eE/O7Y3qe36nR9CMjTMKQjmQ=; b=mLD6pPNEE2CYonQlOAHwQx7kY+LJ5qJNmC73BuFPP7o8IzIbj7AxmNZz9B6ImJHfaw s/A9j3boTi5yOC72J0dWLjAFUW7QLNkJv/0aEUdG82aOFkjqY8KklZ8y2GCiWONqIzdQ 8QLhPhz2kJH4CGugKqNaxBCEe2FVB/a92TVrA= MIME-Version: 1.0 Received: by 10.223.77.69 with SMTP id f5mr29747575fak.3.1318220995678; Sun, 09 Oct 2011 21:29:55 -0700 (PDT) Received: by 10.223.96.200 with HTTP; Sun, 9 Oct 2011 21:29:55 -0700 (PDT) In-Reply-To: <87ipo5x24p.fsf_-_@UlanBator.myhome.westell.com> References: <87d3ee5d6y.fsf@UlanBator.myhome.westell.com> <87ipo5x24p.fsf_-_@UlanBator.myhome.westell.com> Date: Mon, 10 Oct 2011 00:29:55 -0400 Message-ID: From: "illoai@gmail.com" To: "R. Clayton" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: p11-kit port patch fail on 8.2p3. [solved] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2011 04:29:57 -0000 On 3 October 2011 16:15, R. Clayton wrote: > > Odd, I find no such file as patch-p11-kit-modules.c here (9.0-BETA3-amd64= ), > either in /usr/ports/distfiles/ or in /usr/ports/security/p11-kit/files/. > > =A0It was in /usr/ports/security/p11-kit/files: > > =A0 =A0# cat /tmp/patch-p11-kit-modules.c > =A0 =A0--- p11-kit/modules.c.orig =A0 =A0 =A02011-09-15 18:15:24.00000000= 0 -0700 > =A0 =A0+++ p11-kit/modules.c =A0 2011-09-15 18:16:27.000000000 -0700 > =A0 =A0@@ -50,11 +50,12 @@ > =A0 =A0 #include > =A0 =A0 #include > =A0 =A0 #include > =A0 =A0+#include > =A0 =A0 #include > =A0 =A0 #include > =A0 =A0 #include > =A0 =A0-#include > =A0 =A0 #include > =A0 =A0+#include > =A0 =A0 #include > =A0 =A0 #include > > =A0 =A0# Yup, the make system automatically tries to apply any patches found in the (relative) files/ directory. Stale files in there are naughty. --=20 --