svn commit: r538370 - head/science/cgnslib

Alexey Dokuchaev danfe at freebsd.org
Wed Jun 10 06:18:24 UTC 2020


On Wed, Jun 10, 2020 at 05:22:13AM +0000, Antoine Brodin wrote:
> New Revision: 538370
> URL: https://svnweb.freebsd.org/changeset/ports/538370
> 
> Log:
>   Mark MAKE_JOBS_UNSAFE
>   
>   Reported by:	pkg-fallout
> 
> Modified:
>   head/science/cgnslib/Makefile
> 
> Modified: head/science/cgnslib/Makefile
> ==============================================================================
> --- head/science/cgnslib/Makefile	Wed Jun 10 04:22:32 2020	(r538369)
> +++ head/science/cgnslib/Makefile	Wed Jun 10 05:22:13 2020	(r538370)
> @@ -20,6 +20,7 @@ USE_GITHUB=	yes
>  GH_ACCOUNT=	CGNS
>  GH_PROJECT=	CGNS
>  USE_LDCONFIG=	yes
> +MAKE_JOBS_UNSAFE=	yes

Please try to include a short excerpt from the build log when marking ports
as unsafe, either as MAKE_JOBS_UNSAFE value or as part of the commit log.

When someone decides to revisit this, old build logs are usually long gone,
and this vagueness makes it quite hard to reason about the problem.

./danfe


More information about the svn-ports-head mailing list