tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/security/gnupg21
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.
Otherwise fine with me, for after the freeze.
Thomas
Home |
Main Index |
Thread Index |
Old Index