pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs20



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Mar 13 10:56:21 UTC 2026

Modified Files:
        pkgsrc/lang/nodejs20: Makefile

Log Message:
nodejs20: remove commented-out section


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/nodejs20/Makefile

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

Modified files:

Index: pkgsrc/lang/nodejs20/Makefile
diff -u pkgsrc/lang/nodejs20/Makefile:1.32 pkgsrc/lang/nodejs20/Makefile:1.33
--- pkgsrc/lang/nodejs20/Makefile:1.32  Fri Mar 13 08:42:38 2026
+++ pkgsrc/lang/nodejs20/Makefile       Fri Mar 13 10:56:21 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2026/03/13 08:42:38 adam Exp $
+# $NetBSD: Makefile,v 1.33 2026/03/13 10:56:21 adam Exp $
 
 DISTNAME=      node-v20.20.1
 EXTRACT_SUFX=  .tar.xz
@@ -13,9 +13,6 @@ FORCE_CXX_STD=                gnu++20
 # XXX: figure out a way to add rpaths to torque
 MAKE_ENV+=     LD_LIBRARY_PATH=${PREFIX}/lib
 
-# ImportError: cannot import name 'FancyURLopener' from 'urllib'
-#PYTHON_VERSIONS_INCOMPATIBLE= 314
-
 CONFIGURE_ARGS+=       --shared-nghttp3
 CONFIGURE_ARGS+=       --shared-ngtcp2
 



Home | Main Index | Thread Index | Old Index