pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pygit2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 15:06:43 UTC 2023

Modified Files:
        pkgsrc/devel/py-pygit2: Makefile

Log Message:
py-pygit2: Assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-pygit2/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-pygit2/Makefile
diff -u pkgsrc/devel/py-pygit2/Makefile:1.29 pkgsrc/devel/py-pygit2/Makefile:1.30
--- pkgsrc/devel/py-pygit2/Makefile:1.29        Tue Jul  4 10:03:10 2023
+++ pkgsrc/devel/py-pygit2/Makefile     Sun Jul  9 15:06:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2023/07/04 10:03:10 adam Exp $
+# $NetBSD: Makefile,v 1.30 2023/07/09 15:06:43 nia Exp $
 
 DISTNAME=      pygit2-1.12.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,9 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
+
 PYSETUPTESTTARGET=     pytest
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index