Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2024 10:46:48 GMT
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3d175496a10f - main - www/py-http-parser: fix build
Message-ID:  <202406071046.457AkmQZ063738@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d175496a10f16809e8c5b832c22793f81e4ce8b

commit 3d175496a10f16809e8c5b832c22793f81e4ce8b
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-06-07 10:46:14 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-06-07 10:46:14 +0000

    www/py-http-parser: fix build
    
    cython dependency not available at post-patch stage. Use post-configure instead
---
 www/py-http-parser/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-http-parser/Makefile b/www/py-http-parser/Makefile
index b619329a105a..97f8c2c855d9 100644
--- a/www/py-http-parser/Makefile
+++ b/www/py-http-parser/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		python
 USE_PYTHON=	autoplist cython distutils
 
-post-patch:
+post-configure:
 	cython-${PYTHON_VER} ${WRKSRC}/http_parser/parser.pyx
 
 post-install:



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