pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/security/pcsc-lite
> Index: pkgsrc/security/pcsc-lite/PLIST
> diff -u pkgsrc/security/pcsc-lite/PLIST:1.13 pkgsrc/security/pcsc-lite/PLIST:1.14
> --- pkgsrc/security/pcsc-lite/PLIST:1.13 Mon May 20 19:52:42 2024
> +++ pkgsrc/security/pcsc-lite/PLIST Sun Jul 21 01:02:26 2024
> @@ -1,4 +1,4 @@
> -@comment $NetBSD: PLIST,v 1.13 2024/05/20 19:52:42 adam Exp $
> +@comment $NetBSD: PLIST,v 1.14 2024/07/21 01:02:26 manu Exp $
> bin/pcsc-spy
> include/PCSC/debuglog.h
> include/PCSC/ifdhandler.h
> @@ -18,4 +18,4 @@ man/man5/reader.conf.5
> man/man8/pcscd.8
> sbin/pcscd
> share/doc/pcsc-lite/setup_spy.sh
> -share/polkit-1/actions/org.debian.pcsc-lite.policy
> +${POLKIT}share/polkit-1/actions/org.debian.pcsc-lite.policy
>
> Added files:
>
> Index: pkgsrc/security/pcsc-lite/options.mk
> diff -u /dev/null pkgsrc/security/pcsc-lite/options.mk:1.3
> --- /dev/null Sun Jul 21 01:02:26 2024
> +++ pkgsrc/security/pcsc-lite/options.mk Sun Jul 21 01:02:26 2024
> @@ -0,0 +1,18 @@
> +# $NetBSD: options.mk,v 1.3 2024/07/21 01:02:26 manu Exp $
> +
> +PKG_OPTIONS_VAR= PKG_OPTIONS.pcsc-lite
> +
> +PKG_SUPPORTED_OPTIONS= polkit
> +PKG_SUGGESTED_OPTIONS= polkit
> +
> +.include "../../mk/bsd.options.mk"
> +
> +.if !empty(PKG_OPTIONS:Mpolkit)
> +.include "../../security/polkit/buildlink3.mk"
> +MESON_ARGS+= -Dpolkit=true
> +PLIST_SUBST+= POLKIT=""
> +.else
> +MESON_ARGS+= -Dpolkit=false
> +PLIST_SUBST+= POLKIT="@comment "
> +.endif
> +
You should use PLIST_VARS for that.
Home |
Main Index |
Thread Index |
Old Index