Date: Mon, 03 Oct 2011 16:15:50 -0400 From: rvclayton@verizon.net (R. Clayton) To: freebsd-questions@freebsd.org Subject: Re: p11-kit port patch fail on 8.2p3. [solved] Message-ID: <87ipo5x24p.fsf_-_@UlanBator.myhome.westell.com> References: <87d3ee5d6y.fsf@UlanBator.myhome.westell.com> <CAHHBGkrOEzvfg=cYzKvavyLDc6d=5XbZ7TCwEy2EOyo_JEFJLg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I would try moving the patch file elsewhere (or deleting it) and trying again. That worked; thanks. 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/. It was in /usr/ports/security/p11-kit/files: # cat /tmp/patch-p11-kit-modules.c --- p11-kit/modules.c.orig 2011-09-15 18:15:24.000000000 -0700 +++ p11-kit/modules.c 2011-09-15 18:16:27.000000000 -0700 @@ -50,11 +50,12 @@ #include <dirent.h> #include <dlfcn.h> #include <errno.h> +#include <limits.h> #include <pthread.h> #include <stdarg.h> #include <stddef.h> -#include <stdlib.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87ipo5x24p.fsf_-_>