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
Romain Tartière
884cd543bb
Update to 3.9.0
...
While here, regenerate patches.
With hat: puppet
2017-09-22 12:28:15 +00:00
Mathieu Arnold
bd44ff07d8
Remove keyword expansion from patches.
...
Sponsored by: Absolight
2017-08-23 14:03:08 +00:00
Romain Tartière
ca33aa17f3
Update to 3.8.0
...
Remove a bunch of patches merged upstream.
Add some new patches to use paths that better fit FreeBSD:
Configuration -> /usr/local/etc/facter/facter.conf
Custom facts -> /usr/local/etc/facter/facts.d/
Cached facts -> /var/facter/cache/cached_facts/
2017-08-21 18:47:52 +00:00
Romain Tartière
139215faec
Update to 3.7.1
...
- Prepare the port to have a slave-port: java-facter;
- Add a bunch of patches that where merged upstream but not yet released so
that facter can be a drop-in replacement of rubygem-facter.
With hat: puppet
2017-08-12 13:09:34 +00:00
Jan Beich
0ce4812dc6
sysutils/facter: unbreak build with boost 1.62
...
vendor/leatherman/logging/src/logging.cc:75:44: error: no matching constructor for initialization of 'sink_t' (aka 'synchronous_sink<leatherman::logging::color_writer>')
boost::shared_ptr<sink_t> sink(new sink_t(&dst));
^ ~~~~
/usr/local/include/boost/log/sinks/sync_frontend.hpp:72:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'ostream *' (aka 'basic_ostream<char> *') to 'const boost::log::v2_mt_posix::sinks::synchronous_sink<leatherman::logging::color_writer>' for 1st argument
class synchronous_sink :
^
/usr/local/include/boost/log/sinks/sync_frontend.hpp:123:14: note: candidate constructor not viable: no known conversion from 'ostream *' (aka 'basic_ostream<char> *') to 'const shared_ptr<sink_backend_type>' for 1st argument
explicit synchronous_sink(shared_ptr< sink_backend_type > const& backend) :
^
/usr/local/include/boost/log/sinks/sync_frontend.hpp:134:45: note: candidate template ignored: substitution failure [with T0 = std::__1::basic_ostream<char, std::__1::char_traits<char> > *]: no type named 'type' in 'boost::log::v2_mt_posix::aux::enable_if_named_parameters<std::__1::basic_ostream<char, std::__1::char_traits<char> > *, boost::log::v2_mt_posix::aux::sfinae_dummy>'
BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN(BOOST_LOG_SINK_CTOR_FORWARD_INTERNAL, ~)
^
/usr/local/include/boost/log/detail/parameter_tools.hpp:44:66: note: expanded from macro 'BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN'
BOOST_PP_REPEAT_FROM_TO(1, BOOST_LOG_MAX_PARAMETER_ARGS, macro, args)
^
/usr/local/include/boost/preprocessor/repetition/repeat_from_to.hpp:36:125: note: expanded from macro 'BOOST_PP_REPEAT_FROM_TO_1'
^
/usr/local/include/boost/preprocessor/repetition/repeat_from_to.hpp:54:136: note: expanded from macro 'BOOST_PP_REPEAT_FROM_TO_D_1'
^
note: (skipping 25 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/local/include/boost/preprocessor/control/iif.hpp:25:60: note: expanded from macro 'BOOST_PP_IIF_I'
^
/usr/local/include/boost/preprocessor/control/iif.hpp:32:31: note: expanded from macro 'BOOST_PP_IIF_1'
^
/usr/local/include/boost/log/sinks/sync_frontend.hpp:51:14: note: expanded from macro 'BOOST_LOG_SINK_CTOR_FORWARD_INTERNAL_1'
explicit synchronous_sink(T0 const& arg0, typename boost::log::aux::enable_if_named_parameters< T0, boost::log::aux::sfinae_dummy >::type = boost::log::aux::sfinae_dummy()) :\
^ ~~~~
/usr/local/include/boost/log/sinks/sync_frontend.hpp:134:45: note: candidate constructor template not viable: requires 2 arguments, but 1 was provided
/usr/local/include/boost/log/detail/parameter_tools.hpp:44:66: note: expanded from macro 'BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN'
BOOST_PP_REPEAT_FROM_TO(1, BOOST_LOG_MAX_PARAMETER_ARGS, macro, args)
^
PR: 214469
Submitted by: antoine
Obtained from: upstream
Approved by: portmgr blanket
2016-11-20 20:58:08 +00:00
Michael Moll
710fe56355
sysutils/facter: udpate to 3.1.2
2015-11-19 12:36:54 +00:00
Michael Moll
61df5687ca
sysutils/facter: update to 3.1.1
2015-11-05 10:39:46 +00:00
Michael Moll
293c13ba06
sysutils/facter: update to 3.1.0
2015-09-15 09:08:50 +00:00
Michael Moll
a1c7d43ee1
sysutils/facter: unbreak build on -CURRENT
...
- disable -Werror until boost 1.59 gets into the portstree
- while here, correct COMMENT (noted by junovitch)
2015-09-14 15:45:58 +00:00
Michael Moll
2f008f486a
new port: sysutils/facter
...
Facter is Puppet's cross-platform system profiling library.
While former versions (sysutils/rubygem-facter) were written in Ruby, this
version is written in C++11. FreeBSD support in the upstream sources is
sparse and DragonFly is not supported at all for the moment.
WWW: https://puppetlabs.com/facter
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D3579
2015-09-11 10:51:31 +00:00