pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/rapidjson



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Mar  6 09:05:27 UTC 2023

Modified Files:
        pkgsrc/textproc/rapidjson: Makefile

Log Message:
rapidjson: disable building unit test for now

After devel/googletest update, it's headers require C++14 but
rapidjson insists on C++11. Wait for upstream to sort it out.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/rapidjson/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/rapidjson/Makefile
diff -u pkgsrc/textproc/rapidjson/Makefile:1.7 pkgsrc/textproc/rapidjson/Makefile:1.8
--- pkgsrc/textproc/rapidjson/Makefile:1.7      Tue Jan 24 18:36:35 2023
+++ pkgsrc/textproc/rapidjson/Makefile  Mon Mar  6 09:05:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/01/24 18:36:35 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/03/06 09:05:27 tnn Exp $
 
 DISTNAME=      rapidjson-1.1.0
 PKGREVISION=   1
@@ -12,13 +12,14 @@ COMMENT=    Fast JSON parser/generator with
 LICENSE=       modified-bsd
 
 USE_LANGUAGES= c++11
-TEST_TARGET=   test
+#TEST_TARGET=  test
 
-CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=TRUE
+CMAKE_ARGS+=           -DRAPIDJSON_BUILD_TESTS=OFF
+CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=OFF
 
 PKGCONFIG_OVERRIDE+=   RapidJSON.pc.in
 BUILDLINK_TRANSFORM+=  rm:-march=native rm:-Werror
 
 .include "../../devel/cmake/build.mk"
-.include "../../devel/googletest/buildlink3.mk"
+#.include "../../devel/googletest/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index