non port: devel/rapidjson/Makefile |
SVNWeb
|
Number of commits found: 35 |
Sun, 6 Nov 2022
|
[ 08:20 Yuri Victorovich (yuri) ] c907efe
devel/rapidjson: Update 1.1.0-524 -> 1.1.0-709
Reported by: portscout
|
Sun, 9 Oct 2022
|
[ 15:38 Po-Chuan Hsieh (sunpoet) ] d2d9838
devel/rapidjson: Update WWW
Approved by: portmgr (blanket)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Thu, 14 Oct 2021
|
[ 21:30 Stefan Eßer (se) ] 6e4b0a7
devel/rapidjson: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 3 Nov 2019
|
[ 03:05 yuri ]
devel/rapidjson: Update 1.1.0 -> 1.1.0-524 (c4c6a654)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 6 Mar 2019
|
[ 09:17 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
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Tue, 11 Dec 2018
|
[ 10:10 antoine ] (Only the first 10 of 22 ports in this commit are shown above. )
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr
|
Sun, 28 Oct 2018
|
[ 10:38 linimon ]
Fix build with GCC-based architectures.
PR: 232091
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Sun, 31 Dec 2017
|
[ 17: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
|
Tue, 12 Dec 2017
|
[ 15:55 amdmi3 ]
- -march=native issue was fixed by r441826
- Switch to ${opt}_CMAKE_BOOL
- Pet portlint
Approved by: portmgr blanket
|
Wed, 29 Nov 2017
|
[ 17:26 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
|
Fri, 29 Sep 2017
|
[ 19:23 antoine ]
Canonicalize LICENSE_PERMS
With hat: portmgr
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Sun, 25 Jun 2017
|
[ 21:07 tcberner ] (Only the first 10 of 115 ports in this commit are shown above. )
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
|
Sat, 27 May 2017
|
[ 05:26 danfe ]
Respect CFLAGS: particularly, do not pass `-march=native' which some
compilers do not like, which in turn might break the build.
|
Wed, 24 May 2017
|
[ 11:26 linimon ]
Also broken on armv6.
|
Wed, 3 May 2017
|
[ 05:52 linimon ] (Only the first 10 of 17 ports in this commit are shown above. )
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)
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Sun, 11 Dec 2016
|
[ 08:25 antoine ]
Those ports build fine with bsd make
|
Fri, 2 Dec 2016
|
[ 11:58 mat ] (Only the first 10 of 119 ports in this commit are shown above. )
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
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] (Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Sun, 9 Oct 2016
|
[ 00:32 wen ]
- Update to 1.1.0
PR: 213263
Submitted by: yuri@rawbw.com(maintainer)
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Tue, 29 Dec 2015
|
[ 14:30 mat ] (Only the first 10 of 84 ports in this commit are shown above. )
Cleanup GH_* and variables order.
Sponsored by: Absolight
|
Mon, 15 Jun 2015
|
[ 12:04 amdmi3 ]
- Update to 1.0.2
PR: 200862
Submitted by: yuri@rawbw.com (maintainer)
|
Fri, 1 May 2015
|
[ 08:43 vanilla ]
Remove -Werror
Submitted by: marino@
|
Wed, 29 Apr 2015
|
[ 07:22 vanilla ]
update to 1.0.1
PR: 199769
Submitted by: maintainer
|
Thu, 12 Mar 2015
|
[ 02:05 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>
|
Number of commits found: 35 |