Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Nov 2019 03:05:24
1.1.0.524

|
yuri  |
devel/rapidjson: Update 1.1.0 -> 1.1.0-524 (c4c6a654) |
26 Jul 2019 20:46:57
1.1.0_6

|
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 |
06 Mar 2019 09:17:12
1.1.0_5

|
tobik  |
devel/rapidjson: Fix build with Clang 8
include/rapidjson/schema.h:1729:68: error: empty expression statement has no
effect; remove unnecessary ';' to silence this warning
[-Werror,-Wextra-semi-stmt]
RAPIDJSON_SCHEMA_HANDLE_PARALLEL_(EndArray, (elementCount));
^
New warnings in Clang => new errors in devel/rapidjson due to the
build having -Werror with -Wall and -Wextra. This has also happened
during previous Clang version bumps. Instead of collecting new
-Wno-* every time, disable use of -Werror entirely similar to what
the port already does on tier 2 archs.
PR: 236206
Reported by: jbeich
Approved by: portmgr blanket |
25 Dec 2018 20:25:40
1.1.0_5

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
1.1.0_5

|
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 |
11 Dec 2018 10:10:02
1.1.0_4

|
antoine  |
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr |
28 Oct 2018 10:38:19
1.1.0_4

|
linimon  |
Fix build with GCC-based architectures.
PR: 232091
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
29 Jul 2018 22:18:46
1.1.0_4

|
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 |
31 Dec 2017 17:14:14
1.1.0_3

|
yuri  |
devel/rapidjson: Fix clang warnings on 12
PR: 220388
Submitted by: dim
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13599 |
12 Dec 2017 15:55:09
1.1.0_2

|
amdmi3  |
- -march=native issue was fixed by r441826
- Switch to ${opt}_CMAKE_BOOL
- Pet portlint
Approved by: portmgr blanket |
29 Nov 2017 17:26:52
1.1.0_2

|
linimon  |
Mark as failing on armv7.
Note: r441826 most likely removed the documented failure on armv6, but this
has not yet been confirmed.
Reported by: danfe |
29 Sep 2017 19:23:13
1.1.0_2

|
antoine  |
Canonicalize LICENSE_PERMS
With hat: portmgr |
10 Sep 2017 20:55:39
1.1.0_2

|
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 |
25 Jun 2017 21:07:58
1.1.0_1

|
tcberner  |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
27 May 2017 05:26:57
1.1.0_1

|
danfe  |
Respect CFLAGS: particularly, do not pass `-march=native' which some
compilers do not like, which in turn might break the build. |
24 May 2017 11:26:01
1.1.0_1

|
linimon  |
Also broken on armv6. |
03 May 2017 05:52:55
1.1.0_1

|
linimon  |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
01 Apr 2017 15:23:32
1.1.0_1

|
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 |
11 Dec 2016 08:25:57
1.1.0

|
antoine  |
Those ports build fine with bsd make |
02 Dec 2016 11:58:22
1.1.0

|
mat  |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
21 Oct 2016 15:21:13
1.1.0

|
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
21 Oct 2016 12:51:41
1.1.0

|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
09 Oct 2016 00:32:39
1.1.0

|
wen  |
- Update to 1.1.0
PR: 213263
Submitted by: yuri@rawbw.com(maintainer) |
21 Apr 2016 16:43:15
1.0.2

|
swills  |
many ports: mark broken on powerpc64 |
29 Dec 2015 14:30:47
1.0.2

|
mat  |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
15 Jun 2015 12:04:37
1.0.2

|
amdmi3  |
- Update to 1.0.2
PR: 200862
Submitted by: yuri@rawbw.com (maintainer) |
01 May 2015 08:43:52
1.0.1

|
vanilla  |
Remove -Werror
Submitted by: marino@ |
29 Apr 2015 07:22:17
1.0.1

|
vanilla  |
update to 1.0.1
PR: 199769
Submitted by: maintainer |
12 Mar 2015 02:05:24
0.150310

|
vanilla  |
Add rapidjson 0.150310, fast JSON parser/generator for C++ with both
SAX/DOM style API.
PR: 198516
Submitted by: Yuri Victorovich <yuri@rawbw.com> |