Re: git: f267cb934e5e - main - devel/Makefile: temporarily comment out py-subversion

From: Mathieu Arnold <mat_at_freebsd.org>
Date: Thu, 08 Sep 2022 08:08:53 UTC
On Thu, Sep 08, 2022 at 06:49:53AM +0000, Stefan Eßer wrote:
> The branch main has been updated by se:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=f267cb934e5e0a24f9bdf86d7c92213f99c6dff0
> 
> commit f267cb934e5e0a24f9bdf86d7c92213f99c6dff0
> Author:     Stefan Eßer <se@FreeBSD.org>
> AuthorDate: 2022-09-08 06:48:27 +0000
> Commit:     Stefan Eßer <se@FreeBSD.org>
> CommitDate: 2022-09-08 06:48:27 +0000
> 
>     devel/Makefile: temporarily comment out py-subversion
>     
>     The blocked commit to devel/py3c prevents dependent ports tp be built.
>     Disable this port until py3c is restored.
>     
>     Reported by:    antoine
>     Approved by:    portmgr (implicit)
> ---
>  devel/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/devel/Makefile b/devel/Makefile
> index 4ef1651d3e43..6a8e048a279f 100644
> --- a/devel/Makefile
> +++ b/devel/Makefile
> @@ -5338,7 +5338,7 @@
>      SUBDIR += py-stringcase
>      SUBDIR += py-structlog
>      SUBDIR += py-subprocess-tee
> -    SUBDIR += py-subversion
> +#   SUBDIR += py-subversion
>      SUBDIR += py-sure
>      SUBDIR += py-swagger-spec-validator
>      SUBDIR += py-synr
> 

This does not do what you think it does.

Removing a port from a category Makefile prevents a leaf port to be
built because it is never built up by the "build everything" bits of the
infrastructure. But it only works for leaf ports, not for ports that are
required by other ports.

-- 
Mathieu Arnold