From owner-svn-ports-all@FreeBSD.ORG Thu Jun 18 05:00:47 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 62E3DC40 for ; Thu, 18 Jun 2015 05:00:47 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15CE9D35 for ; Thu, 18 Jun 2015 05:00:46 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by lacny3 with SMTP id ny3so46894547lac.3 for ; Wed, 17 Jun 2015 22:00:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=f8LMeQqtUKWSJTcNmnPcasfOT66U2WZquMX8FSaIj8U=; b=V5l9JHQaSDhQtwkItFN0lfHb4yp4UX5ahFCdPxAeSCRynKlZoKcNdJY8zShU3tav0q yJ6tz53N/dmiCy4oOPRHTIKtFeZIDNFyN0Lq5f7wktDWCcpbcYQcOtB75kgobZTD78Am FuryOT0+DdyQj0953K6cA6ZfkNGtR2Ecyc+jjsM8y0Cx0laQ3ytzKAuitSy/dDRaONXk 6bm+aLQA9vBTu2+klVQU3tg5WyTrm1X2cNpMM3SdX4WwUwkTItZlKXuFPZgUcSSY7WDH 57RDIzOj+n+Q4z+fN/6BHy+cSNocTHAtlqssN9UzQ7L9NejYhV1hveAZe98MvKtJ5R5O nNUQ== X-Gm-Message-State: ALoCoQkbPpB+yQXin1YyNc51k7DrniZHMp6skoc5lbGyp5/p5qUIZAW0mEXJPszd5CoA1cs6zJf8 MIME-Version: 1.0 X-Received: by 10.112.162.38 with SMTP id xx6mr11262318lbb.110.1434603139846; Wed, 17 Jun 2015 21:52:19 -0700 (PDT) Received: by 10.112.254.129 with HTTP; Wed, 17 Jun 2015 21:52:19 -0700 (PDT) Reply-To: v@fatpipi.com In-Reply-To: <15B8851D1F5F85EC67C5B9E8@atuin.in.mat.cc> References: <201506180229.t5I2Tfd5090223@svn.freebsd.org> <15B8851D1F5F85EC67C5B9E8@atuin.in.mat.cc> Date: Thu, 18 Jun 2015 12:52:19 +0800 Message-ID: Subject: Re: svn commit: r390010 - head/security/p5-CryptX From: Vanilla Hsu To: Mathieu Arnold Cc: "Vanilla I. Shu" , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 05:00:47 -0000 Fixed, thanks. 2015-06-18 11:59 GMT+08:00 Mathieu Arnold : > +--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 >