pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pygments



Module Name:    pkgsrc
Committed By:   martin
Date:           Sun Sep  4 05:48:05 UTC 2022

Modified Files:
        pkgsrc/textproc/py-pygments: Makefile

Log Message:
Comment out broken comparision .if ${_PYTHON_VERSION} < 38
make[7]: "/usr/pkgsrc/textproc/py-pygments/Makefile" line 22: String comparison operator must be either == or !=


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/textproc/py-pygments/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-pygments/Makefile
diff -u pkgsrc/textproc/py-pygments/Makefile:1.41 pkgsrc/textproc/py-pygments/Makefile:1.42
--- pkgsrc/textproc/py-pygments/Makefile:1.41   Tue Aug 16 14:01:18 2022
+++ pkgsrc/textproc/py-pygments/Makefile        Sun Sep  4 05:48:05 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2022/08/16 14:01:18 adam Exp $
+# $NetBSD: Makefile,v 1.42 2022/09/04 05:48:05 martin Exp $
 
 DISTNAME=      Pygments-2.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -18,10 +18,11 @@ USE_LANGUAGES=      # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 38
-DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
-.endif
+# XXXX the < comparision does not work!
+# .include "../../lang/python/pyversion.mk"
+# .if ${_PYTHON_VERSION} < 38
+# DEPENDS+=    ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
+# .endif
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index