From owner-svn-ports-all@FreeBSD.ORG Sun Oct 12 09:38:48 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 C5AEF67A; Sun, 12 Oct 2014 09:38:48 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC81BE95; Sun, 12 Oct 2014 09:38:47 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id mk6so5296746lab.15 for ; Sun, 12 Oct 2014 02:38:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=glJ9RLHSjo4jqekJSNz2ZAsrrdNJmh3Gzfx8Pso2nAg=; b=eX3i7lU+PdEP+39SBIB1OnEbjAcDsdduKMbiOGk0bv/E0FTztKY59JAo3WMGJT5PYf YnsK/vrgK370dLUkknVQ/iFVJ9DMIKbFAHDPkVOis9AK6RM5Ui5L6klJABVXj7rcY5Op dzbWHwzEQwbnGL5uHckigruJbG4KK7xK2pernT48F8y54GmCwqUGIY9i9IOT+rL+BSVG mCK8JNZPuagpOaB7qWydOClwSNtQ46cE2GkZ+tQF2UypHqJX+XEoBQvcb0e2AjE2WmeR mgJ9Bqfe+K1R2bAEmQVD1rK/DsIrou4JK4j5VfJgEStqKQ7hrPKKvRwZKoaBam+V0NZw r+qQ== X-Received: by 10.112.150.170 with SMTP id uj10mr16310161lbb.72.1413106725684; Sun, 12 Oct 2014 02:38:45 -0700 (PDT) Received: from kloomba ([95.104.130.152]) by mx.google.com with ESMTPSA id mn4sm3464657lbb.4.2014.10.12.02.38.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Oct 2014 02:38:44 -0700 (PDT) Date: Sun, 12 Oct 2014 13:35:43 +0400 From: Roman Bogorodskiy To: Antoine Brodin Subject: Re: svn commit: r370690 - in head/security/p11-kit: . files Message-ID: <20141012093541.GA91663@kloomba> References: <201410120835.s9C8Zq4A013778@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <201410120835.s9C8Zq4A013778@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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 09:38:49 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Antoine Brodin wrote: > 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/ >=20 > Log: > Unbreak on freebsd 8 and 9 Thanks, I was about committing my own version of the fix and noticed you already did it (my intention was to drop Linux /proc parsing probes completely). > Added: > head/security/p11-kit/files/ > head/security/p11-kit/files/patch-common__compat.c (contents, props c= hanged) > Modified: > head/security/p11-kit/Makefile > head/security/p11-kit/pkg-plist >=20 > Modified: head/security/p11-kit/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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=3D yes > CONFIGURE_ARGS=3D --disable-nls --enable-debug=3Dno \ > --with-trust-paths=3D${LOCALBASE}/share/certs/ca-root-nss.crt > MAKE_ENV=3D exampledir=3D${STAGEDIR}${EXAMPLESDIR} > +INSTALL_TARGET=3D install-strip Doesn't seem to be build fix related. > USES=3D gmake libtool:keepla pathfix pkgconfig > USE_LDCONFIG=3D yes Roman Bogorodskiy --gKMricLos+KVdGMg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (FreeBSD) iQEcBAEBAgAGBQJUOkttAAoJEMltX/4IwiJqq78H/2YWz6Cf1lXoRb/5ffBB1+Kh r067lpj9hezFuzUWN03WWXgsIDmHw1FTvlcJdwfLVgflmv3mzqojpam1wO0T8CLM elnDaDWEriXqqvUTRiynH0pa0g9P/56jgulVhXT/l85Y/QUqWPsHhVhVl+WZatTl la/i1H6mMspXO4VOFYlJ1kr313p+qfahH5QRPMd+afR9o1W22dHtUIFKnq3X/wle GbDyHJ5FaeqKlbCWUz2oOs2aFeuQjQaxTCA9ULXZEjekvXTZd3sqhpZRiLxaSblL 17Pes7aDaIx1/BnzAVEGsBRG2R0Hb3S6/YBqZENhXqhMffBIxaNEUlSAYu0geEE= =qzB7 -----END PGP SIGNATURE----- --gKMricLos+KVdGMg--