pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-ciso8601



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 11 05:39:25 UTC 2023

Modified Files:
        pkgsrc/time/py-ciso8601: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/py-ciso8601/Makefile

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

Modified files:

Index: pkgsrc/time/py-ciso8601/Makefile
diff -u pkgsrc/time/py-ciso8601/Makefile:1.4 pkgsrc/time/py-ciso8601/Makefile:1.5
--- pkgsrc/time/py-ciso8601/Makefile:1.4        Sat Dec 31 21:56:43 2022
+++ pkgsrc/time/py-ciso8601/Makefile    Tue Jul 11 05:39:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/12/31 21:56:43 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/07/11 05:39:25 nia Exp $
 
 DISTNAME=      ciso8601-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/closeio/cis
 COMMENT=       Fast ISO8601 date time parser for Python written in C
 LICENSE=       mit
 
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
+
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index