From owner-svn-ports-all@FreeBSD.ORG Sun Oct 12 08:35:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38428AA0; Sun, 12 Oct 2014 08:35:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ABBD90E; Sun, 12 Oct 2014 08:35:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9C8ZqGY013781; Sun, 12 Oct 2014 08:35:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9C8Zq4A013778; Sun, 12 Oct 2014 08:35:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410120835.s9C8Zq4A013778@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 12 Oct 2014 08:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370690 - in head/security/p11-kit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2014 08:35:53 -0000 Author: antoine Date: Sun Oct 12 08:35:51 2014 New Revision: 370690 URL: https://svnweb.freebsd.org/changeset/ports/370690 QAT: https://qat.redports.org/buildarchive/r370690/ Log: Unbreak on freebsd 8 and 9 Added: head/security/p11-kit/files/ head/security/p11-kit/files/patch-common__compat.c (contents, props changed) Modified: head/security/p11-kit/Makefile head/security/p11-kit/pkg-plist Modified: head/security/p11-kit/Makefile ============================================================================== --- head/security/p11-kit/Makefile Sun Oct 12 08:34:53 2014 (r370689) +++ head/security/p11-kit/Makefile Sun Oct 12 08:35:51 2014 (r370690) @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --enable-debug=no \ --with-trust-paths=${LOCALBASE}/share/certs/ca-root-nss.crt MAKE_ENV= exampledir=${STAGEDIR}${EXAMPLESDIR} +INSTALL_TARGET= install-strip USES= gmake libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes Added: head/security/p11-kit/files/patch-common__compat.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p11-kit/files/patch-common__compat.c Sun Oct 12 08:35:51 2014 (r370690) @@ -0,0 +1,15 @@ +--- common/compat.c.orig 2014-10-06 05:29:32 UTC ++++ common/compat.c +@@ -34,12 +34,6 @@ + + #include "config.h" + +-/* +- * This is needed to expose pthread_mutexattr_settype and PTHREAD_MUTEX_DEFAULT +- * on older pthreads implementations +- */ +-#define _XOPEN_SOURCE 700 +- + #include "compat.h" + + #include Modified: head/security/p11-kit/pkg-plist ============================================================================== --- head/security/p11-kit/pkg-plist Sun Oct 12 08:34:53 2014 (r370689) +++ head/security/p11-kit/pkg-plist Sun Oct 12 08:35:51 2014 (r370690) @@ -59,13 +59,3 @@ share/gtk-doc/html/p11-kit/up-insensitiv share/gtk-doc/html/p11-kit/up.png %%DATADIR%%/modules/p11-kit-trust.module %%EXAMPLESDIR%%/pkcs11.conf.example -@dirrm share/gtk-doc/html/p11-kit -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm %%DATADIR%%/modules -@dirrm %%DATADIR%% -@dirrm %%EXAMPLESDIR%% -@dirrm include/p11-kit-1/p11-kit -@dirrm include/p11-kit-1 -@dirrm lib/p11-kit -@dirrm lib/pkcs11