Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Jul 2021 09:07:26 0.7.0
|
Guido Falsi (madpilot)  |
devel/yaml-cpp: Update to 0.7.0
- Patch cmake include to actually work
- Bump PORTREVISION on consumers, testing shows it is not completely
binary compatible |
06 Apr 2021 14:31:07 0.6.3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Sep 2019 21:31:46
0.6.3
|
madpilot  |
- Update yaml-cpp to 0.6.3
- Removed TEST option since it fails to build. Disable tests
unconditionally.
- Bump PORTREVISION on dependent ports. I've observed linker errors
on startup due to library changes |
26 Jul 2019 20:46:57
0.6.2_2
|
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 |
12 Dec 2018 01:35:36
0.6.2_1
|
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 |
22 Sep 2018 05:30:32
0.6.2
|
linimon  |
Fix build on gcc-based archs by updating USES.
Tested on powerpc64 and amd64 (for no regression).
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
06 Mar 2018 20:06:06
0.6.2
|
madpilot  |
Update yaml-cpp to 0.6.2 |
19 Feb 2018 13:06:40
0.6.1_1
|
madpilot  |
- Disable building the test suite by default to avoid conflict with
devel/googletest [1]
- Add option TEST(disabled by default) allowing interested users
to install the testing suite and register conflict with devel/googletest
when enabled
- While here silence portling warning
PR: 225999 [1]
Submitted by: Rainer Hurling <rhurlin@gwdg.de> |
17 Feb 2018 10:12:30
0.6.1
|
madpilot  |
- Update devel/yaml-cpp to 0.6.1
- This new version drops dependency on boost-libs
- Fix openxcom to build with this new version [1]
- Add explicit dependency on boost to net-mgmt/openbmp, now that
yamp-cpp does not pull that in for it [2]
Approved by: pizzamig [2],
Maintainer timeout [1]
Differential Revision: https://reviews.freebsd.org/D14155 |
18 Jan 2018 04:11:03
0.5.3_7
|
jbeich  |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
25 Sep 2017 00:08:17
0.5.3_6
|
jbeich  |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
25 Sep 2017 00:05:06
0.5.3_5
|
jbeich  |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
10 Sep 2017 19:36:17
0.5.3_4
|
ed  |
Make yaml-cpp usable on HEAD for software that wants C++17.
yaml-cpp uses auto_ptr in a small number of places. This is problematic,
as libc++ 5.0.0 (used on HEAD) has auto_ptr disabled when building for
C++17. This causes the build for cloudabi-utils to fail on HEAD.
Instead of removing all of the use of auto_ptr from yaml-cpp, this
commit only changes public header files to make use of unique_ptr.
As I also ran into this issue for CloudABI, here's a bug report I filed
upstream a couple of weeks ago:
https://github.com/jbeder/yaml-cpp/issues/523
Reported by: pkg-fallout :-C
Reviewed by: madpilot, mat
Differential Revision: https://reviews.freebsd.org/D12285 |
02 May 2017 06:48:11
0.5.3_3
|
jbeich  |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
06 Jan 2017 08:45:04
0.5.3_2
|
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
23 Nov 2016 12:45:47
0.5.3_1
|
jbeich  |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
19 May 2016 10:21:25
0.5.3
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
0.5.3
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
21 Feb 2016 18:41:30
0.5.3
|
madpilot  |
- Update devel/yaml-cpp to 0.5.3
- Project moved to GITHUB
- LICENSE_FILE renamed
- Regenerated patch
- Bumped PORTREVISION in dependent ports due to ABI changes. |
27 Oct 2014 11:09:47
0.5.1
|
bapt  |
Cleanup plist |
11 Sep 2014 17:55:51
0.5.1
|
amdmi3  |
- Update to 0.5.1
- Add LICENSE_FILE
- Pass maintainership to submitter
PR: 192330
Submitted by: madpilot@FreeBSD.org
Approved by: maintainer timeout |
21 Jan 2014 09:02:39
0.3.0_1
|
bapt  |
Support stage |
20 Sep 2013 17:17:45
0.3.0_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
14 Aug 2013 22:35:54
0.3.0_1 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
22 Mar 2013 20:06:15
0.3.0_1
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
22 Oct 2012 01:06:21
0.3.0_1
|
wen  |
- Provide a major version .so [1]
- Trim Makefile headers
PR: 172737 [1]
Submitted by: Zhihao Yuan <lichray@gmail.com> [1]
Approved by: Tim Niemueller <tim@niemueller.de> (maintainer) [1]
Feature safe: yes |
01 Oct 2012 03:03:20
0.3.0
|
vanilla  |
Add yaml-cpp 0.3.0, YAML parser and emitter in C++ matching the YAML 1.2
spec.
PR: ports/172146 |