Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2022 12:08:51 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 892739aa2412 - 2022Q3 - www/py-urlwatch: Attempt to fix intermittent build issues
Message-ID:  <202207171208.26HC8poR069322@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=892739aa241236e3550664238eb6b4e7b9b3108b

commit 892739aa241236e3550664238eb6b4e7b9b3108b
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-07-17 12:01:38 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-07-17 12:08:23 +0000

    www/py-urlwatch: Attempt to fix intermittent build issues
    
    * If the DOCS option is enabled, the build process occasionally fails.
      Attempt to fix this issue by setting MAKE_JOBS_UNSAFE accordingly.
    
    * No PORTREVISION bump as the package content isn't changed.
    
    Reported by:    pkg-fallout
    MFH:            2022Q3
    
    (cherry picked from commit 3f08f1372c1f4e6384e6b3f8683582b88dd007ac)
---
 www/py-urlwatch/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-urlwatch/Makefile b/www/py-urlwatch/Makefile
index ed76f393ebac..ead81ed35823 100644
--- a/www/py-urlwatch/Makefile
+++ b/www/py-urlwatch/Makefile
@@ -36,7 +36,7 @@ PORTEXAMPLES=	hooks.py.example urls.yaml.example
 OPTIONS_DEFINE=		DOCS EXAMPLES
 DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
 DOCS_PORTDOCS=		html/* text/*
-DOCS_VARS=		BINARY_ALIAS=sphinx-build=sphinx-build-${PYTHON_VER} USES+=gmake
+DOCS_VARS=		BINARY_ALIAS=sphinx-build=sphinx-build-${PYTHON_VER} MAKE_JOBS_UNSAFE=yes USES+=gmake
 
 post-build-DOCS-on:
 		cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -j${MAKE_JOBS_NUMBER} html text



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207171208.26HC8poR069322>