pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec 16 07:43:13 UTC 2020

Modified Files:
        pkgsrc/lang/nodejs: Makefile.common

Log Message:
PYTHON_VERSIONS_ACCEPTED is not common anymore


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/nodejs/Makefile.common

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

Modified files:

Index: pkgsrc/lang/nodejs/Makefile.common
diff -u pkgsrc/lang/nodejs/Makefile.common:1.40 pkgsrc/lang/nodejs/Makefile.common:1.41
--- pkgsrc/lang/nodejs/Makefile.common:1.40     Wed Dec 16 07:24:06 2020
+++ pkgsrc/lang/nodejs/Makefile.common  Wed Dec 16 07:43:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2020/12/16 07:24:06 adam Exp $
+# $NetBSD: Makefile.common,v 1.41 2020/12/16 07:43:13 adam Exp $
 # used by lang/nodejs/Makefile
 # used by lang/nodejs8/Makefile
 # used by lang/nodejs10/Makefile
@@ -18,12 +18,6 @@ USE_TOOLS+=  bash gmake pkg-config
 
 PYTHON_FOR_BUILD_ONLY=         yes
 
-#
-# Do not remove this unless you are absolutely certain that every python script
-# in every nodejs that we support is python3 ready.
-#
-#PYTHON_VERSIONS_ACCEPTED=     27
-
 GCC_REQD+=             4.9.4
 
 CONFIG_SHELL=          ${PYTHONBIN}



Home | Main Index | Thread Index | Old Index