Could anyone give this a spin ("make test") on non-amd64 arches please?
It needs cmake but is otherwise small and self-contained so testing
should be simple. It adds thread safety on various things which the
asterisk update could use.

I'm still mid-test-builds but I don't see anything concerning in a
source diff, Kirill is the update OK with you if the rest of my tests
are successful?



Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/jansson/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    19 Jun 2017 09:53:51 -0000      1.11
+++ Makefile    6 Sep 2018 12:26:27 -0000
@@ -2,9 +2,9 @@
 
 COMMENT =              library for manipulating JSON data
 
-DISTNAME =             jansson-2.10
+DISTNAME =             jansson-2.11
 
-SHARED_LIBS =          jansson 3.0
+SHARED_LIBS =          jansson 3.1
 
 CATEGORIES =           devel
 
@@ -17,9 +17,9 @@ PERMIT_PACKAGE_CDROM =        Yes
 
 MASTER_SITES =         http://www.digip.org/jansson/releases/
 
-MODULES =              devel/cmake
+MODULES =              devel/cmake
 
-CONFIGURE_ARGS +=      -DBUILD_SHARED_LIBS=ON \
+CONFIGURE_ARGS +=      -DBUILD_SHARED_LIBS=ON \
                        -DJANSSON_BUILD_DOCS=OFF \
                        -DJANSSON_EXAMPLES=OFF
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/jansson/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    19 Jun 2017 09:53:51 -0000      1.4
+++ distinfo    6 Sep 2018 12:26:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (jansson-2.10.tar.gz) = eCFa0eJ3tCaBQEwdZocAl6UOsIS+nXcbHRVXZXXPZEc=
-SIZE (jansson-2.10.tar.gz) = 487855
+SHA256 (jansson-2.11.tar.gz) = boX0Lavkmngx291tMNyoqWaVa1GppQ7VNLgq/D+lsvQ=
+SIZE (jansson-2.11.tar.gz) = 483686
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/devel/jansson/patches/patch-CMakeLists_txt,v
retrieving revision 1.4
diff -u -p -r1.4 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        8 Oct 2016 09:47:24 -0000       1.4
+++ patches/patch-CMakeLists_txt        6 Sep 2018 12:26:27 -0000
@@ -1,7 +1,8 @@
 $OpenBSD: patch-CMakeLists_txt,v 1.4 2016/10/08 09:47:24 dcoppa Exp $
---- CMakeLists.txt.orig        Sun Sep 18 13:33:40 2016
-+++ CMakeLists.txt     Sat Oct  8 11:38:27 2016
-@@ -638,7 +638,7 @@ file(RELATIVE_PATH 
+Index: CMakeLists.txt
+--- CMakeLists.txt.orig
++++ CMakeLists.txt
+@@ -640,7 +640,7 @@ file(RELATIVE_PATH 
  # so that the include dirs are given relative to where the 
  # config file is located.
  set(JANSSON__INCLUDE_DIRS 

Reply via email to