git: 413dae041a4d - main - sysutils/seatd: add CPE information

Bernhard Fröhlich decke at bluelife.at
Wed Sep 29 14:39:55 UTC 2021


On Wednesday, September 29, 2021, Jan Beich <jbeich at freebsd.org> wrote:

> The branch main has been updated by jbeich:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=
> 413dae041a4da3082ae42e255960cdfce3d3bb5a
>
> commit 413dae041a4da3082ae42e255960cdfce3d3bb5a
> Author:     Jan Beich <jbeich at FreeBSD.org>
> AuthorDate: 2021-09-29 14:10:31 +0000
> Commit:     Jan Beich <jbeich at FreeBSD.org>
> CommitDate: 2021-09-29 14:11:20 +0000
>
>     sysutils/seatd: add CPE information
>
>     Reported by:    decke
> ---
>  sysutils/seatd/Makefile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile
> index 1f934cd06c37..a7f07225c85c 100644
> --- a/sysutils/seatd/Makefile
> +++ b/sysutils/seatd/Makefile
> @@ -10,9 +10,10 @@ COMMENT=     Minimal seat management daemon and
> universal library
>  LICENSE=       MIT
>  LICENSE_FILE=  ${WRKSRC}/LICENSE
>
> -USES=          compiler:c11 meson pkgconfig
> +USES=          compiler:c11 cpe meson pkgconfig
>  USE_LDCONFIG=  yes
>  USE_RC_SUBR=   ${PORTNAME}
> +CPE_VENDOR=    ${PORTNAME}_project
>  SUB_FILES=     pkg-message
>  PLIST_FILES=   bin/${PORTNAME} \
>                 "@(,video,4750) bin/${PORTNAME}-launch" \
>

Though this is technically correct I try to avoid using any variables in
CPE_VENDOR because it may cause stupid mistakes in a slave port or after a
repocopy or rename of the port.


-- 
Bernhard Fröhlich
http://www.bluelife.at/


More information about the dev-commits-ports-main mailing list