Commit Graph

90 Commits

Author SHA1 Message Date
Romain Tartière f56b7d687b Update to 3.14.15
With hat:	puppet
2021-01-22 21:45:22 +00:00
Romain Tartière 568ecef39b Update to 3.14.14
Release notes:
https://puppet.com/docs/puppet/6.19/release_notes_facter.html#release_notes_facter_x-14-10

With hat:	puppet
2020-10-23 18:39:07 +00:00
Romain Tartière 265e73a6af Update to 3.14.13
Release notes:
https://puppet.com/docs/puppet/6.18/release_notes_facter.html#release_notes_facter_x-14-10

With hat:	puppet
2020-08-31 19:53:18 +00:00
Romain Tartière 4724e085c9 Update to 3.14.12
With hat:	puppet
2020-07-16 04:32:13 +00:00
Romain Tartière bf15af6215 Update to 3.14.11
With hat:	puppet
2020-06-04 22:24:04 +00:00
Romain Tartière e11db0b1a6 Update to 3.14.10
With hat:	puppet
2020-05-01 18:29:45 +00:00
Romain Tartière a31d3f5d59 Update to 3.14.9
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_facter.html

With hat:	puppet
2020-03-23 17:11:34 +00:00
Romain Tartière d1dc622207 Update to 3.14.8
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_facter.html

With hat:	puppet
2020-02-21 17:38:03 +00:00
Romain Tartière 43f40aed72 Update to 3.14.7
With hat:	puppet
2020-01-18 02:55:36 +00:00
Jan Beich 701aa3bcf8 devel/boost-*: update to 1.72.0
Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
2019-12-11 17:53:48 +00:00
Romain Tartière 102f29ad18 Update to 3.14.6
With hat:	puppet
2019-11-29 00:16:31 +00:00
Romain Tartière 775b14be06 Update to 3.14.5
With hat:	puppet
2019-10-03 22:23:41 +00:00
Guido Falsi 4092f22bdc - 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
2019-09-26 21:31:46 +00:00
Romain Tartière 468abcd4ce Update to 3.14.4
Release notes:
https://puppet.com/docs/puppet/6.9/release_notes_facter.html#facter-release-notes-x.14.4

With hat:	puppet
2019-09-23 17:51:51 +00:00
Romain Tartière d6ea1c5dcd Update to 3.14.3
With hat:	puppet
2019-08-23 00:19:41 +00:00
Jan Beich befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Romain Tartière 0263378845 Update to 3.14.2
With hat:	puppet
2019-07-30 20:24:47 +00:00
Gerald Pfeifer ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Romain Tartière b7e70b8b4f Update to 3.14.1
With hat:	puppet
2019-07-01 21:49:34 +00:00
Romain Tartière b42233cc6b Update to 3.14.0
With hat:	puppet
2019-06-23 07:35:54 +00:00
Romain Tartière 68a68bf0cf Update to 3.13.2
Release notes:
https://puppet.com/docs/puppet/6.4/release_notes_facter.html

With hat:	puppet
2019-04-24 02:06:54 +00:00
Jan Beich 9b21a3a084 devel/boost-*: update to 1.70.0
Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
2019-04-12 06:36:31 +00:00
Romain Tartière e2b04b39e5 Update to 3.13.1
With hat:	puppet
2019-04-03 18:43:58 +00:00
Mark Linimon 6643d16017 lib/inc/internal/util/freebsd/geom.hpp needs to include stdexcept to
build on GCC-based architectures.

PR:		235601
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-03-29 16:08:54 +00:00
Romain Tartière 907cb3c150 Update to 3.13.0
Release notes:
https://puppet.com/docs/puppet/6.3/release_notes_facter.html

With hat:	puppet
2019-02-21 18:32:26 +00:00
Romain Tartière ae3db54b63 Update to 3.12.3
With hat: 	puppet
2019-01-24 00:06:36 +00:00
Romain Tartière cf17071c37 Fix build when devel/rapidjson is installed
devel/leatherman include an old version of RapidJSON that is not compatible
with what devel/rapidjson install.  Reorder includes so that the version
included with devel/leatherman is found before the one of devel/rapidjson
because it is what is wanted.

While here, fix `make test`.

No need to bump PORTREVISION.

PR:		233426
Reported by:	vladislav.movchan@gmail.com
2019-01-12 06:39:42 +00:00
Romain Tartière 7e3187126f Update to 3.12.2
With hat:	puppet
2018-12-20 02:08:35 +00:00
Gerald Pfeifer a9f015d155 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
2018-12-12 01:35:33 +00:00
Jan Beich 7c879267dc devel/boost-*: update to 1.69.0
Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
2018-12-12 00:15:49 +00:00
Romain Tartière b1828130b0 Integrate a patch to fix cURL detection
The patch has been submitted upstream, but some users depend on it now, so ship
it:
https://github.com/puppetlabs/facter/pull/1762
2018-11-29 01:58:49 +00:00
Romain Tartière 791a87f166 Update to 3.12.1
With hat:	puppet
2018-10-26 10:19:13 +00:00
Romain Tartière 2197701d59 Install the generated .gemspec file
Building the C implementation of facter also produce a .gemspec file.  So far,
it was not installed (probably by mistake: since nothing was using it,
everything was fine).  Now that we are about to add a consumer of this file as
sysutils/rubygem-puppetserver-ca to the ports tree, this file must be
installed.

With hat:	puppet
2018-09-27 06:47:03 +00:00
Romain Tartière 868a605949 Update to 3.12.0
Release notes:
https://puppet.com/docs/facter/3.12/release_notes.html

With hat:	puppet
2018-09-21 10:41:36 +00:00
Romain Tartière d24cf55ca3 Update to 3.11.4
Release notes:
https://puppet.com/docs/facter/3.11/release_notes.html#facter-3114

With hat:	puppet
2018-08-24 07:38:58 +00:00
Jan Beich 0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Gerald Pfeifer 09f9633cb6 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
2018-07-29 22:18:44 +00:00
Romain Tartière c2f7071878 Update to 3.11.3
While here pet portlint

With hat:	puppet
2018-07-19 08:10:44 +00:00
Romain Tartière 8d1dd94552 Update to 3.11.1
Release notes:
https://puppet.com/docs/facter/3.11/release_notes.html#facter-3111

With hat:	puppet
2018-04-19 15:32:17 +00:00
Jan Beich cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Romain Tartière e351ee782a Update to 3.11.0
Release notes:
https://puppet.com/docs/facter/3.11/release_notes.html

With hat:	puppet
2018-03-26 12:43:32 +00:00
Romain Tartière 0972d81c3d Update to 3.10.0
Release notes:
https://puppet.com/docs/facter/3.10/release_notes.html#facter-3100

With hat:	puppet
2018-02-16 08:32:23 +00:00
Romain Tartière 4a7a86a159 Update to 3.9.5
Release notes:
https://puppet.com/docs/facter/3.9/release_notes.html#facter-395

With hat:	puppet
2018-02-14 12:17:44 +00:00
Romain Tartière 9b18aeeceb Update leatherman to 1.4.0
ChangeLog:
https://github.com/puppetlabs/leatherman/blob/master/CHANGELOG.md#140

Bump PORTREVISION of dependent ports.

With hat:	puppet
2018-02-13 12:48:06 +00:00
Romain Tartière 8bfd11278d Update to 3.9.4
Release notes:
https://puppet.com/docs/facter/3.9/release_notes.html#facter-394

With hat:	puppet
2018-02-08 10:30:46 +00:00
Jan Beich 25beeff079 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
2018-01-18 04:11:02 +00:00
Romain Tartière 8015ad8378 Update to 3.9.3
With hat:	puppet
2017-11-15 18:48:16 +00:00
Romain Tartière 87f3101ee1 Update to 3.9.2
- This version does not build with ninja, so disable it for now;
- Remove unneeded patch;
- While here, silent down post-patch operations.

With hat:	puppet
2017-10-12 16:55:50 +00:00
Zach Leslie 802d241ae7 sysutils/facter: Drop slave port, add Java option default
Here we drop support for the slave port, since it never quite worked as
desired, nor was it ever submitted, and removes the conditionals to support it.
Also, we add a new default option FACTER_JAVA to build support for Java and
install facter.jar to be used by sysutils/puppetserver5.

Approved by:	swills(mentor)
Differential Revision:	D12498
2017-10-03 20:54:29 +00:00
Jan Beich 98eb11b2f0 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
2017-09-25 00:08:16 +00:00