From owner-svn-ports-all@FreeBSD.ORG Thu Jun 18 03:59:51 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 554B0493; Thu, 18 Jun 2015 03:59:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C045D6E; Thu, 18 Jun 2015 03:59:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 04145BDC25; Thu, 18 Jun 2015 05:59:48 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id DDB1CBDC24; Thu, 18 Jun 2015 05:59:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 8F2EA3996C7F; Thu, 18 Jun 2015 05:59:47 +0200 (CEST) Date: Thu, 18 Jun 2015 05:59:47 +0200 From: Mathieu Arnold To: "Vanilla I. Shu" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390010 - head/security/p5-CryptX Message-ID: <15B8851D1F5F85EC67C5B9E8@atuin.in.mat.cc> In-Reply-To: <201506180229.t5I2Tfd5090223@svn.freebsd.org> References: <201506180229.t5I2Tfd5090223@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 18 Jun 2015 03:59:51 -0000 +--On 18 juin 2015 02:29:41 +0000 "Vanilla I. Shu" wrote: | +post-install: | + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so I think this fails as non root, .so are installed as 444. -- Mathieu Arnold