Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.6_1 13 Sep 2024 17:57:09 |
Yuri Victorovich (yuri) |
devel/jsoncpp: Fix regression in 'find_package(jsoncpp)'
1.9.6 introduced a regression that find_package is failing:
Unknown CMake command "check_required_components"
Reported by: Vladimir Druzenko <vvd@freebsd.org> |
1.9.6 12 Sep 2024 09:18:11 |
Yuri Victorovich (yuri) |
devel/jsoncpp: update 1.9.5 → 1.9.6
Reported by: portscout |
1.9.5 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.9.5 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.9.5 05 Nov 2021 19:09:19 |
Yuri Victorovich (yuri) Author: Daniel Engberg |
devel/jsoncpp: Update to 1.9.4 -> 1.9.5
PR: 259654 |
1.9.4 10 Sep 2021 21:18:09 |
Bernhard Froehlich (decke) |
devel/jsoncpp: Add CPE information
Approved by: portmgr (blanket) |
1.9.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.4 28 Sep 2020 04:10:45 |
yuri |
devel/jsoncpp: Update 1.9.3 -> 1.9.4
Reported by: portscout |
1.9.3 30 Jun 2020 02:16:11 |
yuri |
devel/jsoncpp: Update 1.9.2 -> 1.9.3
Add support for "make test".
PR: 246953
Submitted by: daniel.engberg.lists@pyret.net |
1.9.2 13 Jan 2020 21:38:36 |
yuri |
devel/jsoncpp: Update 1.8.1 -> 1.9.2
PR: 229677
Differential Revision: D22905 |
1.8.1_7 14 Sep 2019 22:08:02 |
jbeich |
devel/jsoncpp: drop gcc5 support after r501916
$ USE_GCC=5 make
===> jsoncpp-1.8.1_7 Unknown version of GCC specified (USE_GCC=5). |
1.8.1_7 14 Sep 2019 22:01:13 |
jbeich |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
1.8.1_7 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.8.1_6 26 Feb 2019 19:08:43 |
dim |
With libc++ 8.0, which is in the projects/clang800-import branch, and
which will soon be merged to head, compilation of devel/jsoncpp fails
due to a conflict between the new C++ <version> header, and a local file
"version" which is produced by jsoncpp during its configure phase.
This is due to the initial test runner being compiled with "-I.", even
though it does not need any file from the port's working directory root.
Therefore, it seems to be easiest to comment out the line from the
SConstruct script that adds the "-I." option.
Approved by: yuri (maintainer)
PR: 236061
MFH: 2019Q1 |
1.8.1_5 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.8.1_4 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.8.1_3 19 Feb 2018 22:25:14 |
yuri |
devel/jsoncpp: USES=compiler:c++11-lang (for cmake-3.10.1, etc)
Additional port changes:
* Bumped PORTREVISION (binaries changed)
* Updated MAINTAINER
PR: 224720
Submitted by: jhibbits
Approved by: tcberner (mentor, implicit) |
1.8.1_2 04 Oct 2017 10:56:17 |
sunpoet |
Fix jsoncpp.pc
- Bump PORTREVISION for package change
PR: 222104
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
1.8.1_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.8.1 29 Jun 2017 09:55:37 |
madpilot |
Update to 1.8.1
PR: 220321
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
1.8.0_2 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.8.0_1 31 Dec 2016 22:22:01 |
sunpoet |
Fix variable substitution for jsoncpp.pc
- Bump PORTREVISION for package change
PR: 215390
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
1.8.0 19 Dec 2016 15:54:53 |
sunpoet |
- Update to 1.8.0
Changes: https://github.com/open-source-parsers/jsoncpp/releases
PR: 215390
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
1.7.7 09 Nov 2016 23:53:07 |
mandree |
Forced commit to note:
PR: 213992
Reported by: Kenneth Salerno |
1.7.7 09 Nov 2016 23:49:33 |
mandree |
Fix build on GCC 5.
PR: 213992
Submitted by: Yuri Victorovich (maintainer) |
1.7.7 20 Oct 2016 01:25:04 |
cpm |
devel/jsoncpp: Fix bad REINPLACE_CMD of jsoncpp.pc
- Remove extra ${PREFIX} in jsoncpp/Makefile
% pkgconf --libs --cflags jsoncpp
-I/usr/local//usr/local/include/jsoncpp -L/usr/local//usr/local/lib -ljsoncpp
Notice the extra /usr/local.
PR: 213553
Reported by: John Hein <z7dr6ut7gs@snkmail.com>
Approved by: yuri@rawbw.com (maintainer), koobs (mentor)
MFH: 2016Q4 |
1.7.7 06 Oct 2016 19:00:38 |
pawel |
Update to version 1.7.7
PR: 213184
Submitted by: maintainer |
1.7.3 05 Jul 2016 06:44:21 |
brnrd |
devel/jsoncpp: Update to 1.7.3
- Update to version 1.7.3 [2]
- Fix compiler issues [1]
PR: 209945
Submitted by: Mathieu Simon <freebsd@simweb.ch> [1]
Reviewed by: yuri@rawbw.com (maintainer) [2] |
1.7.2_1 03 Jul 2016 18:37:34 |
brnrd |
devel/jsoncpp: Fix build on 10.3
- Change OS version checks to compiler checks
PR: 209954
Submitted by: Mathieu Simon <freebsd@simweb.ch> |
1.7.2_1 27 May 2016 12:01:56 |
pi |
devel/jsoncpp: fix jsoncpp.pc includedir
- and: submitter becomes maintainer
PR: 209407
Submitted by: yuri@rawbw.com (new maintainer)
Reported by: johan@stromnet.se (old maintainer)
Approved by: johan@stromnet.se (old maintainer) |
1.7.2 17 May 2016 17:00:15 |
pi |
devel/jsoncpp: 0.6.0 -> 1.7.2
Changes: https://github.com/open-source-parsers/jsoncpp/releases
- Changed distsite to github
- This is a major upgrade, please report any issues
PR: 209407
Submitted by: yuri@rawbw.com
Approved by: johan@stromnet.se (maintainer)
Reviewed by: brd, swills |
0.6.0.r2_2 09 Nov 2015 18:45:22 |
sunpoet |
- Add LICENSE_FILE
Approved by: portmgr (blanket) |
0.6.0.r2_2 30 Jun 2015 21:43:05 |
rakuco |
Properly version libjsoncpp.so.
Fix the problem described in bug 200969: currently, libjsoncpp.so is not
properly versioned by SCons; in other words, there's no SONAME in the
library's ELF header, which confuses the linker when creating binaries that
link against it.
Solve it by using InstallVersionedLib(), available since SCons 2.3.0: this
call is able to properly version the shared library the way we need it.
Since there is no support for actually installing the files outside the
build directory, we have to recreate the required symlinks ourselves in the
Makefile. Another related change is that we now create the libraries with
the proper names instead of doing that in the Makefile.
I'm (ab)using the maintainer's approval given to bug 200939, as swills's
latest patch includes this change as well.
PR: 200969
PR: 201057
Approved by: johan@stromnet.se (maintainer) |
0.6.0.r2_1 09 May 2015 01:12:51 |
amdmi3 |
- Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by: portmgr blanket
MFH: 2015Q2 |
0.6.0.r2 02 Dec 2014 14:26:00 |
amdmi3 |
- Prevent SCons from trimming environment
PR: 195577
Submitted by: amdmi3
Approved by: johan@stromnet.se (maintainer) |
0.6.0.r2 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.6.0.r2 22 Sep 2014 17:46:58 |
bdrewery |
Support 'make reinstall' |
0.6.0.r2 22 Aug 2014 19:33:20 |
bdrewery |
- Fix CXX not being respected. This original fix seemed to work only because
scons tries c++, then g++. If you had g++ installed then it would use that
regardless of CXX. Just pull CXX out of the environment intead. |
0.6.0.r2 21 Jan 2014 18:43:56 |
danilo |
- Add new port devel/jsoncpp
jsoncpp is an implementation of a JSON reader and writer in C++.
PR: ports/185592
Submitted by: Johan Str?m <johan@stromnet.se> |