Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0.709 04 Aug 2023 15:57:29 |
Yuri Victorovich (yuri) Author: Jan Beich |
devel/rapidjson: unbreak tests
PR: 272936 |
1.1.0.709 06 Nov 2022 08:20:21 |
Yuri Victorovich (yuri) |
devel/rapidjson: Update 1.1.0-524 -> 1.1.0-709
Reported by: portscout |
1.1.0.524 09 Oct 2022 15:38:12 |
Po-Chuan Hsieh (sunpoet) |
devel/rapidjson: Update WWW
Approved by: portmgr (blanket) |
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.1.0.524 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.1.0.524 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.1.0.524 14 Oct 2021 21:30:44 |
Stefan Eßer (se) |
devel/rapidjson: Add CPE information
Approved by: portmgr (blanket) |
1.1.0.524 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.0.524 03 Nov 2019 03:05:24 |
yuri |
devel/rapidjson: Update 1.1.0 -> 1.1.0-524 (c4c6a654) |
1.1.0_6 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.1.0_5 06 Mar 2019 09:17:12 |
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 |
1.1.0_5 25 Dec 2018 20:25:40 |
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 |
1.1.0_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.1.0_4 11 Dec 2018 10:10:02 |
antoine |
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr |
1.1.0_4 28 Oct 2018 10:38:19 |
linimon |
Fix build with GCC-based architectures.
PR: 232091
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.1.0_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.1.0_3 31 Dec 2017 17:14:14 |
yuri |
devel/rapidjson: Fix clang warnings on 12
PR: 220388
Submitted by: dim
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13599 |
1.1.0_2 12 Dec 2017 15:55:09 |
amdmi3 |
- -march=native issue was fixed by r441826
- Switch to ${opt}_CMAKE_BOOL
- Pet portlint
Approved by: portmgr blanket |
1.1.0_2 29 Nov 2017 17:26:52 |
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 |
1.1.0_2 29 Sep 2017 19:23:13 |
antoine |
Canonicalize LICENSE_PERMS
With hat: portmgr |
1.1.0_2 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.1.0_1 25 Jun 2017 21:07:58 |
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 |
1.1.0_1 27 May 2017 05:26:57 |
danfe |
Respect CFLAGS: particularly, do not pass `-march=native' which some
compilers do not like, which in turn might break the build. |
1.1.0_1 24 May 2017 11:26:01 |
linimon |
Also broken on armv6. |
1.1.0_1 03 May 2017 05:52:55 |
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) |
1.1.0_1 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.1.0 11 Dec 2016 08:25:57 |
antoine |
Those ports build fine with bsd make |
1.1.0 02 Dec 2016 11:58:22 |
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 |
1.1.0 21 Oct 2016 15:21:13 |
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 |
1.1.0 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.1.0 09 Oct 2016 00:32:39 |
wen |
- Update to 1.1.0
PR: 213263
Submitted by: yuri@rawbw.com(maintainer) |
1.0.2 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
1.0.2 29 Dec 2015 14:30:47 |
mat |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
1.0.2 15 Jun 2015 12:04:37 |
amdmi3 |
- Update to 1.0.2
PR: 200862
Submitted by: yuri@rawbw.com (maintainer) |
1.0.1 01 May 2015 08:43:52 |
vanilla |
Remove -Werror
Submitted by: marino@ |
1.0.1 29 Apr 2015 07:22:17 |
vanilla |
update to 1.0.1
PR: 199769
Submitted by: maintainer |
0.150310 12 Mar 2015 02:05:24 |
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> |