pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 16 20:47:49 UTC 2025

Modified Files:
        pkgsrc/devel/py-uv: Makefile.common
        pkgsrc/devel/py-uv-build: Makefile

Log Message:
py-uv*: move build fix for gcc 14 to Makefile.common

py-uv needs it too


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-uv/Makefile.common
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-uv-build/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-uv/Makefile.common
diff -u pkgsrc/devel/py-uv/Makefile.common:1.4 pkgsrc/devel/py-uv/Makefile.common:1.5
--- pkgsrc/devel/py-uv/Makefile.common:1.4      Fri Oct 31 10:24:55 2025
+++ pkgsrc/devel/py-uv/Makefile.common  Sun Nov 16 20:47:49 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2025/10/31 10:24:55 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2025/11/16 20:47:49 wiz Exp $
 # used by devel/py-uv/Makefile
 # used by devel/py-uv-build/Makefile
 
@@ -6,6 +6,8 @@ UV_VERSION=     0.9.7
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
+CFLAGS+=       -Wno-implicit-function-declaration
+
 PATCHDIR=      ${.CURDIR}/../../devel/py-uv/patches
 
 # Depends on an unpublished crate. Can't use cargo.mk to fetch it.

Index: pkgsrc/devel/py-uv-build/Makefile
diff -u pkgsrc/devel/py-uv-build/Makefile:1.3 pkgsrc/devel/py-uv-build/Makefile:1.4
--- pkgsrc/devel/py-uv-build/Makefile:1.3       Sun Nov 16 20:35:07 2025
+++ pkgsrc/devel/py-uv-build/Makefile   Sun Nov 16 20:47:49 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/11/16 20:35:07 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/11/16 20:47:49 wiz Exp $
 
 DISTNAME=      uv_build-${UV_VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -10,8 +10,6 @@ HOMEPAGE=     https://github.com/astral-sh/u
 COMMENT=       The uv build backend
 LICENSE=       mit OR apache-2.0
 
-CFLAGS+=       -Wno-implicit-function-declaration
-
 .include "../../devel/py-uv/Makefile.common"
 
 post-install:



Home | Main Index | Thread Index | Old Index