Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2015 21:13:57 +0800
From:      Vanilla Hsu <vanilla@fatpipi.com>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
Cc:        "Vanilla I. Shu" <vanilla@freebsd.org>,  "ports-committers@freebsd.org" <ports-committers@freebsd.org>,  "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>,  "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>
Subject:   Re: svn commit: r390011 - head/security/p5-CryptX
Message-ID:  <CAB_qb6_3916ByW2hc7%2BEcJnqo9ZDfMefGhqWh4PvSAC0CKKcOw@mail.gmail.com>
In-Reply-To: <CAMHz58Q6KJpUCqVh2XPYdLd94VX-FTrEiuBtGbkgtGvFfRQgnw@mail.gmail.com>
References:  <201506180452.t5I4qDqg063071@svn.freebsd.org> <CAMHz58Q6KJpUCqVh2XPYdLd94VX-FTrEiuBtGbkgtGvFfRQgnw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Got it, thanks.

I will remove the target soon.


2015-06-19 15:39 GMT+08:00 Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>:

> On Thu, Jun 18, 2015 at 12:52 PM, Vanilla I. Shu <vanilla@freebsd.org>
> wrote:
>
>> Author: vanilla
>> Date: Thu Jun 18 04:52:13 2015
>> New Revision: 390011
>> URL: https://svnweb.freebsd.org/changeset/ports/390011
>>
>> Log:
>>   Fix build on non-root user.
>>
>>   Submitted by: mat@
>>
>> Modified:
>>   head/security/p5-CryptX/Makefile
>>
>> Modified: head/security/p5-CryptX/Makefile
>>
>> ==============================================================================
>> --- head/security/p5-CryptX/Makefile    Thu Jun 18 02:29:40 2015
>> (r390010)
>> +++ head/security/p5-CryptX/Makefile    Thu Jun 18 04:52:13 2015
>> (r390011)
>> @@ -21,7 +21,9 @@ USES=         perl5
>>  USE_PERL5=     modbuild
>>
>>  post-install:
>> +       ${CHMOD} u+w
>> ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so
>>         ${STRIP_CMD}
>> ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so
>> +       ${CHMOD} u-w
>> ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so
>>
>>  regression-test: build
>>         @cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD}
>> ${MAKE_ARGS} test
>>
>>
> FYI, regression-test: is defined in perl5.mk.
>
> Regards,
> sunpoet
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAB_qb6_3916ByW2hc7%2BEcJnqo9ZDfMefGhqWh4PvSAC0CKKcOw>