pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/binaryen
Module Name: pkgsrc
Committed By: wiz
Date: Thu Nov 23 11:11:25 UTC 2023
Modified Files:
pkgsrc/devel/binaryen: PLIST options.mk
Log Message:
binaryen: fix PLIST for new test option
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/binaryen/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/binaryen/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/binaryen/PLIST
diff -u pkgsrc/devel/binaryen/PLIST:1.7 pkgsrc/devel/binaryen/PLIST:1.8
--- pkgsrc/devel/binaryen/PLIST:1.7 Mon Nov 6 22:04:25 2023
+++ pkgsrc/devel/binaryen/PLIST Thu Nov 23 11:11:25 2023
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 2023/11/06 22:04:25 fcambus Exp $
-bin/binaryen-unittests
+@comment $NetBSD: PLIST,v 1.8 2023/11/23 11:11:25 wiz Exp $
+${PLIST.test}bin/binaryen-unittests
bin/wasm-as
bin/wasm-ctor-eval
bin/wasm-dis
Index: pkgsrc/devel/binaryen/options.mk
diff -u pkgsrc/devel/binaryen/options.mk:1.1 pkgsrc/devel/binaryen/options.mk:1.2
--- pkgsrc/devel/binaryen/options.mk:1.1 Thu Nov 16 09:57:43 2023
+++ pkgsrc/devel/binaryen/options.mk Thu Nov 23 11:11:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2023/11/16 09:57:43 nia Exp $
+# $NetBSD: options.mk,v 1.2 2023/11/23 11:11:25 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.binaryen
@@ -6,9 +6,11 @@ PKG_SUPPORTED_OPTIONS= tests
.include "../../mk/bsd.options.mk"
+PLIST_VARS+= test
.if !empty(PKG_OPTIONS:Mtests)
CMAKE_ARGS+= -DBUILD_TESTS=ON
. include "../../devel/googletest/buildlink3.mk"
+PLIST.test= yes
.else
CMAKE_ARGS+= -DBUILD_TESTS=OFF
.endif
Home |
Main Index |
Thread Index |
Old Index