38 Commits

Author SHA1 Message Date
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
sthen
deb1f725d5 update to jsoncpp-1.9.5 2022-02-26 09:44:50 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
rsadowski
4cb77fc6be Update jsoncpp to 1.9.4
This version includes all CVS patches and fixes some security related bugs.
There is no longer any reason why we should install jsoncpp headers not in the
default path (include/json). Now we follow the "default" again.

Tested with all consumers and also with possible consumers. Thanks sthen@

OK jca@
2020-11-09 05:22:52 +00:00
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
naddy
6848abe4a1 llvm8: prevent libc++ headers from picking up <version> file 2019-06-11 11:15:04 +00:00
sthen
86852bcf6e reset unresponsive maintainers, various porters have spent a bunch of
time waiting for timeouts over the last year or more for many of these
ports.  ok danj@ jca@ kmos@
2019-04-24 16:26:54 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
jca
871f4be65c Restore support for pre-C++11 compilers
jsoncpp-1.8.4 introduced a requirement on C++11 in its installed
headers, breaking for eg cmake on non-clang architectures.  Instead of
forcing consumers to use ports-gcc or ports-clang on those
architectures, backport an #ifdef fix from upstream.

Reported by at least landry@, upstream fix pointed out by rsadowski@,
ok rsadowski@
2018-02-18 20:50:25 +00:00
rsadowski
110f3584ed Fails with gcc 4.2, add "COMPILER=base-clang ports-gcc"
Breakage reported on mips64 by Bryan, Thanks! COMPILER hint by sthen@
2018-02-13 05:41:48 +00:00
rsadowski
29312922c9 Update jsoncpp to 1.8.4
ok dcoppa@
2018-02-11 09:05:59 +00:00
ajacoutot
c8c2ea5d18 Bump after recent meson + module change.
Drop now undeeded patches since we have SHARED_LIBS support.
2017-10-28 13:28:06 +00:00
dcoppa
9925dec727 Sync with upstream 2017-09-06 08:04:05 +00:00
dcoppa
a184f0b687 Update to jsoncpp-1.8.3 2017-08-31 06:30:18 +00:00
dcoppa
5d2eb91fae Update to jsoncpp-1.8.2 2017-08-29 09:14:16 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
dcoppa
ca4f56231c Update to jsoncpp-1.8.1 2017-06-30 10:45:49 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
dcoppa
b1047f4533 Honour CXX, do not hardcode "g++" 2017-02-27 09:49:06 +00:00
dcoppa
1dd641eee7 Update to jsoncpp-1.8.0 2017-02-23 13:48:26 +00:00
dcoppa
de568c1a7c Update to jsoncpp-1.7.7 2016-11-23 14:40:47 +00:00
dcoppa
a9fee4c6b2 Update to jsoncpp-1.7.5 2016-09-14 08:38:22 +00:00
dcoppa
ee1b77d2f7 Update to jsoncpp-1.7.3 2016-06-29 10:10:48 +00:00
dcoppa
b3e36355d0 Generalize setting of JSONCPP_OVERRIDE to all compilers
(upstream git commit ba6fa48d31091a151b10dd47986602889731a893)

Fix int->char conversions
(upstream git commit ea4af183171bcc1d775af301d9e8bd8db9405cc7)
2016-06-03 13:25:26 +00:00
dcoppa
570e2cf5f8 Update to jsoncpp-1.7.2 2016-04-11 07:41:13 +00:00
dcoppa
896ecac6bc Update to jsoncpp-1.7.1 2016-03-24 13:21:45 +00:00
naddy
42bc647e80 remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
2016-03-18 23:12:15 +00:00
dcoppa
05864441e8 Merge bugfixes from upstream:
Fix cases where the most negative signed integer was negated, causing
undefined behavior.
(upstream git commit 1b32e3e869059e437c43ba0f8765c3e5857801f7)

Tests: fix undefined behavior from a left shift of a negative value.
(upstream git commit 22ec823cc707f38ee465805cfb158879e56758a3)
2016-01-20 09:37:13 +00:00
jasper
d6e85d6790 DISTNAME is set by bsd.port.mk for these ports now 2015-12-29 19:49:39 +00:00
dcoppa
315afe5a77 Maintenance update to jsoncpp-0.10.5 2015-07-24 14:49:16 +00:00
dcoppa
3b36666c1c Update to jsoncpp-0.10.4 2015-07-15 15:41:34 +00:00
jsg
bef46c9006 Test Json::Value::nullRef not Json::Value::null in regress tests
to allow this to build on arm.

ok sthen@, dcoppa@ (MAINTAINER)
2015-06-05 00:27:59 +00:00
dcoppa
291932fed9 Bugfixing update to jsoncpp-0.10.2 2015-04-23 09:05:25 +00:00
sthen
f12e6be118 drop GH_COMMIT lines which are hidden behind GH_TAGNAME,
discussed with a few in the room.
2015-04-05 13:31:13 +00:00
sthen
6b5c1a26a1 unbreak the tree for 32-bit arch 2015-03-29 10:48:21 +00:00
dcoppa
48e75395e8 Import devel/jsoncpp, a JSON parsing C++ API
New dependency of the upcoming update to CMake-3.2.1

Based on a previous port by jca@
(https://github.com/jasperla/openbsd-wip/tree/master/devel/jsoncpp)

OK landry@
2015-03-26 06:49:11 +00:00