From owner-svn-ports-head@FreeBSD.ORG Fri Jun 19 08:01:38 2015 Return-Path: Delivered-To: svn-ports-head@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 3AD7F312; Fri, 19 Jun 2015 08:01:38 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C730FB8; Fri, 19 Jun 2015 08:01:37 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id t5J81Pfi074638; Fri, 19 Jun 2015 01:01:29 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201506190801.t5J81Pfi074638@gw.catspoiler.org> Date: Fri, 19 Jun 2015 01:01:25 -0700 (PDT) From: Don Lewis Subject: Re: svn commit: r390010 - head/security/p5-CryptX To: mat@FreeBSD.org cc: vanilla@FreeBSD.org, ports-committers@FreeBSD.org, svn-ports-all@FreeBSD.org, svn-ports-head@FreeBSD.org In-Reply-To: <15B8851D1F5F85EC67C5B9E8@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2015 08:01:38 -0000 On 18 Jun, Mathieu Arnold wrote: > +--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. It seems to me that ${STRIP_CMD} should be enhanced to fix this problem rather than polluting every port that uses it.