tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/security/gnupg21



From: Thomas Klausner <wiz%NetBSD.org@localhost>, Date: Mon, 21 Sep 2015 10:52:35 +0200

> On Mon, Sep 21, 2015 at 09:11:42AM +0900, Ryo ONODERA wrote:
>> diff -u -r1.1 options.mk
>> --- security/gpgme/options.mk	3 Mar 2011 11:39:47 -0000	1.1
>> +++ security/gpgme/options.mk	21 Sep 2015 00:09:01 -0000
>> @@ -11,8 +11,10 @@
>>  ##
>>  .if !empty(PKG_OPTIONS:Mgpgsm)
>>  .  include "../../security/gnupg2/buildlink3.mk"
>> -CONFIGURE_ARGS+=	--with-gpgsm=${BUILDLINK_PREFIX.gnupg2}/bin/gpgsm
>> -CONFIGURE_ARGS+=	--with-gpg=${BUILDLINK_PREFIX.gnupg2}/bin/gpg2
>> +FIND_PREFIX:=	GPG2DIR=gnupg2
>> +.include "../../mk/find-prefix.mk"
>> +CONFIGURE_ARGS+=	--with-gpgsm=${GPG2DIR}/bin/gpgsm
>> +CONFIGURE_ARGS+=	--with-gpg=${GPG2DIR}/bin/gpg2
>>  REPLACE_SH+=		tests/gpg/pinentry
>>  .else
>>  DEPENDS+=		gnupg>=1.4.2:../../security/gnupg
> 
> I think you want to remove "../../security/gnupg2/buildlink3.mk" here too.

Sure. Thanks for your point.

> Otherwise fine with me, for after the freeze.

I will do it after freeze, if I do not found fatal error on my patch.

--
Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3


Home | Main Index | Thread Index | Old Index