pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs12



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 24 09:31:26 UTC 2021

Modified Files:
        pkgsrc/lang/nodejs12: Makefile

Log Message:
nodejs12: use external brotli; bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/nodejs12/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/nodejs12/Makefile
diff -u pkgsrc/lang/nodejs12/Makefile:1.33 pkgsrc/lang/nodejs12/Makefile:1.34
--- pkgsrc/lang/nodejs12/Makefile:1.33  Wed Apr 21 11:40:27 2021
+++ pkgsrc/lang/nodejs12/Makefile       Thu Jun 24 09:31:26 2021
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.33 2021/04/21 11:40:27 adam Exp $
+# $NetBSD: Makefile,v 1.34 2021/06/24 09:31:26 adam Exp $
 
 DISTNAME=      node-v12.22.1
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++14
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../mk/bsd.prefs.mk"
 
 # XXX: figure out a way to add rpaths to torque
 MAKE_ENV+=     LD_LIBRARY_PATH=${PREFIX}/lib
 
+CONFIGURE_ARGS+=       --shared-brotli
 CONFIGURE_ARGS+=       --shared-nghttp2
 # ICU 69.1: error: 'createInstance' is a private member of 'icu_69::ListFormatter'
 #CONFIGURE_ARGS+=      --with-intl=system-icu
@@ -28,6 +29,7 @@ CXXFLAGS+=    -mstackrealign
 .include "../../lang/nodejs/options.mk"
 
 .include "../../lang/nodejs/Makefile.common"
+.include "../../archivers/brotli/buildlink3.mk"
 #.include "../../textproc/icu/buildlink3.mk"
 # Requires nghttp2_option_set_max_settings
 BUILDLINK_API_DEPENDS.nghttp2+=        nghttp2>=1.41.0



Home | Main Index | Thread Index | Old Index