notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/facter/Makefile

Number of commits found: 113 (showing only 100 on this page)

1 | 2  »  

Sunday, 25 Feb 2024
17:19 Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/facter: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 284408d4d2e340ee27aedecef3941fd48f532628 commit hash: 284408d4d2e340ee27aedecef3941fd48f532628 commit hash: 284408d4d2e340ee27aedecef3941fd48f532628 commit hash: 284408d4d2e340ee27aedecef3941fd48f532628 284408d
Tuesday, 13 Feb 2024
14:44 Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after library update
commit hash: db616534ff99d6268997e2f30858891e20641a1e commit hash: db616534ff99d6268997e2f30858891e20641a1e commit hash: db616534ff99d6268997e2f30858891e20641a1e commit hash: db616534ff99d6268997e2f30858891e20641a1e db61653
Thursday, 11 Jan 2024
13:59 Baptiste Daroussin (bapt) search for other commits by this committer
MANPREFIX: eliminate usage of MANPREFIX

While here move some manpages to share/man
commit hash: 7074d7f6aec43269666bcbbfd162d977b7c64277 commit hash: 7074d7f6aec43269666bcbbfd162d977b7c64277 commit hash: 7074d7f6aec43269666bcbbfd162d977b7c64277 commit hash: 7074d7f6aec43269666bcbbfd162d977b7c64277 7074d7f
Wednesday, 27 Sep 2023
14:36 Dima Panov (fluffy) search for other commits by this committer
devel/boost*: bump all consumers after 1.83.0
commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 21d8008
Thursday, 27 Apr 2023
18:25 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all direct Boost cunsumers
commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 3e45e8e
Monday, 16 Jan 2023
19:32 Dima Panov (fluffy) search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b e1287d0
Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Saturday, 6 Aug 2022
03:04 Romain Tartière (romain) search for other commits by this committer
sysutils/facter: Update to 3.14.24

Release notes:
https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_x-14-24

With hat:	puppet
commit hash: 2073af11f13a09bacf989b69fbd043116ac6779c commit hash: 2073af11f13a09bacf989b69fbd043116ac6779c commit hash: 2073af11f13a09bacf989b69fbd043116ac6779c commit hash: 2073af11f13a09bacf989b69fbd043116ac6779c 2073af1
Sunday, 22 May 2022
20:17 Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd b082b3d
Friday, 22 Apr 2022
23:26 Romain Tartière (romain) search for other commits by this committer
sysutils/facter: Update to 3.14.23

Release notes:
https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_x-14-23

With hat:	puppet
commit hash: a8290ae84463c2b5b20cf6b12b5b793adea3360b commit hash: a8290ae84463c2b5b20cf6b12b5b793adea3360b commit hash: a8290ae84463c2b5b20cf6b12b5b793adea3360b commit hash: a8290ae84463c2b5b20cf6b12b5b793adea3360b a8290ae
Friday, 21 Jan 2022
18:49 Romain Tartière (romain) search for other commits by this committer
sysutils/facter: Update to 3.14.22

Release notes:
https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_x-14-22

With hat:       puppet
commit hash: e8fe2055874bb4f7c61c31127a05e9b122583d12 commit hash: e8fe2055874bb4f7c61c31127a05e9b122583d12 commit hash: e8fe2055874bb4f7c61c31127a05e9b122583d12 commit hash: e8fe2055874bb4f7c61c31127a05e9b122583d12 e8fe205
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Friday, 3 Dec 2021
18:40 Romain Tartière (romain) search for other commits by this committer
sysutils/facter: Update to 3.14.21

Release notes:
https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_3-14-16
(sic)

with hat:	puppet
commit hash: b0178ba23be5ae5cedffaceefd3c26c5866db5b6 commit hash: b0178ba23be5ae5cedffaceefd3c26c5866db5b6 commit hash: b0178ba23be5ae5cedffaceefd3c26c5866db5b6 commit hash: b0178ba23be5ae5cedffaceefd3c26c5866db5b6 b0178ba
Thursday, 21 Oct 2021
14:27 Stefan Eßer (se) search for other commits by this committer
sysutils/facter: Add CPE information

Approved by:	portmgr (blanket)
commit hash: edebf2bc5c8ffcd1c535b7aa1373a4a57336a586 commit hash: edebf2bc5c8ffcd1c535b7aa1373a4a57336a586 commit hash: edebf2bc5c8ffcd1c535b7aa1373a4a57336a586 commit hash: edebf2bc5c8ffcd1c535b7aa1373a4a57336a586 edebf2b
Thursday, 14 Oct 2021
05:40 Romain Tartière (romain) search for other commits by this committer
sysutils/facter: Update to 3.14.20

Release notes:
https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_3-14-16
(sic)

With hat:	puppet
commit hash: 523446ce0136a18cc27b6044bbd66e898a5bc872 commit hash: 523446ce0136a18cc27b6044bbd66e898a5bc872 commit hash: 523446ce0136a18cc27b6044bbd66e898a5bc872 commit hash: 523446ce0136a18cc27b6044bbd66e898a5bc872 523446c
Thursday, 22 Jul 2021
05:43 Romain Tartière (romain) search for other commits by this committer
sysutils/facter: Update to 3.14.19

Release notes:
https://puppet.com/docs/puppet/6/release_notes_facter.html

With hat:	puppet
commit hash: 1295c07cbb321901abcadabe462ac15cd4042dbb commit hash: 1295c07cbb321901abcadabe462ac15cd4042dbb commit hash: 1295c07cbb321901abcadabe462ac15cd4042dbb commit hash: 1295c07cbb321901abcadabe462ac15cd4042dbb 1295c07
Tuesday, 13 Jul 2021
09:07 Guido Falsi (madpilot) search for other commits by this committer
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
commit hash: 3ed820108daf4b3f5b93d2eec85ce13d4bfed282 commit hash: 3ed820108daf4b3f5b93d2eec85ce13d4bfed282 commit hash: 3ed820108daf4b3f5b93d2eec85ce13d4bfed282 commit hash: 3ed820108daf4b3f5b93d2eec85ce13d4bfed282 3ed8201
Friday, 25 Jun 2021
19:52 Romain Tartière (romain) search for other commits by this committer
sysutils/facter: Update to 3.14.18

Release notes:
https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_3-14-16

With hat:	puppet
commit hash: 57fb3b735db9ed835b8544bf7e21c3741051ff5b commit hash: 57fb3b735db9ed835b8544bf7e21c3741051ff5b commit hash: 57fb3b735db9ed835b8544bf7e21c3741051ff5b commit hash: 57fb3b735db9ed835b8544bf7e21c3741051ff5b 57fb3b7
Saturday, 1 May 2021
00:15 Romain Tartière (romain) search for other commits by this committer
sysutils/facter: Update to 3.14.17

With hat:	puppet
commit hash: 42d4241e249b02533df83f3c7bff19203649c802 commit hash: 42d4241e249b02533df83f3c7bff19203649c802 commit hash: 42d4241e249b02533df83f3c7bff19203649c802 commit hash: 42d4241e249b02533df83f3c7bff19203649c802 42d4241
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 19 Feb 2021
23:10 romain search for other commits by this committer
Update to 3.14.16

Release notes:
https://puppet.com/docs/puppet/6.21/release_notes_facter.html

With hat:	puppet
Original commitRevision:566107 
Friday, 22 Jan 2021
21:45 romain search for other commits by this committer
Update to 3.14.15

With hat:	puppet
Original commitRevision:562341 
Friday, 23 Oct 2020
18:39 romain search for other commits by this committer
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
Original commitRevision:553124 
Monday, 31 Aug 2020
19:53 romain search for other commits by this committer
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
Original commitRevision:547207 
Thursday, 16 Jul 2020
04:32 romain search for other commits by this committer
Update to 3.14.12

With hat:	puppet
Original commitRevision:542310 
Thursday, 4 Jun 2020
22:24 romain search for other commits by this committer
Update to 3.14.11

With hat:	puppet
Original commitRevision:537963 
Friday, 1 May 2020
18:29 romain search for other commits by this committer
Update to 3.14.10

With hat:	puppet
Original commitRevision:533573 
Monday, 23 Mar 2020
17:11 romain search for other commits by this committer
Update to 3.14.9

Release notes:
https://puppet.com/docs/puppet/latest/release_notes_facter.html

With hat:	puppet
Original commitRevision:528984 
Friday, 21 Feb 2020
17:38 romain search for other commits by this committer
Update to 3.14.8

Release notes:
https://puppet.com/docs/puppet/latest/release_notes_facter.html

With hat:	puppet
Original commitRevision:526634 
Saturday, 18 Jan 2020
02:55 romain search for other commits by this committer
Update to 3.14.7

With hat:	puppet
Original commitRevision:523389 
Wednesday, 11 Dec 2019
17:53 jbeich search for other commits by this committer
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
Original commitRevision:519824 
Friday, 29 Nov 2019
00:16 romain search for other commits by this committer
Update to 3.14.6

With hat:	puppet
Original commitRevision:518611 
Thursday, 3 Oct 2019
22:23 romain search for other commits by this committer
Update to 3.14.5

With hat:	puppet
Original commitRevision:513740 
Thursday, 26 Sep 2019
21:31 madpilot search for other commits by this committer
- 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
Original commitRevision:512990 
Monday, 23 Sep 2019
17:51 romain search for other commits by this committer
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
Original commitRevision:512653 
Friday, 23 Aug 2019
00:19 romain search for other commits by this committer
Update to 3.14.3

With hat:	puppet
Original commitRevision:509628 
Monday, 19 Aug 2019
15:35 jbeich search for other commits by this committer
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
Original commitRevision:509290 
Tuesday, 30 Jul 2019
20:24 romain search for other commits by this committer
Update to 3.14.2

With hat:	puppet
Original commitRevision:507660 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Monday, 1 Jul 2019
21:49 romain search for other commits by this committer
Update to 3.14.1

With hat:	puppet
Original commitRevision:505646 
Sunday, 23 Jun 2019
07:35 romain search for other commits by this committer
Update to 3.14.0

With hat:	puppet
Original commitRevision:504924 
Wednesday, 24 Apr 2019
02:06 romain search for other commits by this committer
Update to 3.13.2

Release notes:
https://puppet.com/docs/puppet/6.4/release_notes_facter.html

With hat:	puppet
Original commitRevision:499804 
Friday, 12 Apr 2019
06:36 jbeich search for other commits by this committer
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
Original commitRevision:498698 
Wednesday, 3 Apr 2019
18:43 romain search for other commits by this committer
Update to 3.13.1

With hat:	puppet
Original commitRevision:497745 
Friday, 29 Mar 2019
16:08 linimon search for other commits by this committer
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)
Original commitRevision:497161 
Thursday, 21 Feb 2019
18:32 romain search for other commits by this committer
Update to 3.13.0

Release notes:
https://puppet.com/docs/puppet/6.3/release_notes_facter.html

With hat:	puppet
Original commitRevision:493520 
Thursday, 24 Jan 2019
00:06 romain search for other commits by this committer
Update to 3.12.3

With hat: 	puppet
Original commitRevision:491063 
Saturday, 12 Jan 2019
06:39 romain search for other commits by this committer
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
Original commitRevision:490027 
Thursday, 20 Dec 2018
02:08 romain search for other commits by this committer
Update to 3.12.2

With hat:	puppet
Original commitRevision:487827 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
00:15 jbeich search for other commits by this committer
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
Original commitRevision:487266 
Thursday, 29 Nov 2018
01:58 romain search for other commits by this committer
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
Original commitRevision:486153 
Friday, 26 Oct 2018
10:19 romain search for other commits by this committer
Update to 3.12.1

With hat:	puppet
Original commitRevision:483013 
Thursday, 27 Sep 2018
06:47 romain search for other commits by this committer
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
Original commitRevision:480784 
Friday, 21 Sep 2018
10:41 romain search for other commits by this committer
Update to 3.12.0

Release notes:
https://puppet.com/docs/facter/3.12/release_notes.html

With hat:	puppet
Original commitRevision:480250 
Friday, 24 Aug 2018
07:38 romain search for other commits by this committer
Update to 3.11.4

Release notes:
https://puppet.com/docs/facter/3.11/release_notes.html#facter-3114

With hat:	puppet
Original commitRevision:477941 
Thursday, 9 Aug 2018
06:58 jbeich search for other commits by this committer
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
Original commitRevision:476723 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Thursday, 19 Jul 2018
08:10 romain search for other commits by this committer
Update to 3.11.3

While here pet portlint

With hat:	puppet
Original commitRevision:474933 
Thursday, 19 Apr 2018
15:32 romain search for other commits by this committer
Update to 3.11.1

Release notes:
https://puppet.com/docs/facter/3.11/release_notes.html#facter-3111

With hat:	puppet
Original commitRevision:467774 
Wednesday, 18 Apr 2018
13:57 jbeich search for other commits by this committer
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
Original commitRevision:467711 
Monday, 26 Mar 2018
12:43 romain search for other commits by this committer
Update to 3.11.0

Release notes:
https://puppet.com/docs/facter/3.11/release_notes.html

With hat:	puppet
Original commitRevision:465585 
Friday, 16 Feb 2018
08:32 romain search for other commits by this committer
Update to 3.10.0

Release notes:
https://puppet.com/docs/facter/3.10/release_notes.html#facter-3100

With hat:	puppet
Original commitRevision:461985 
Wednesday, 14 Feb 2018
12:17 romain search for other commits by this committer
Update to 3.9.5

Release notes:
https://puppet.com/docs/facter/3.9/release_notes.html#facter-395

With hat:	puppet
Original commitRevision:461783 
Tuesday, 13 Feb 2018
12:48 romain search for other commits by this committer
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
Original commitRevision:461702 
Thursday, 8 Feb 2018
10:30 romain search for other commits by this committer
Update to 3.9.4

Release notes:
https://puppet.com/docs/facter/3.9/release_notes.html#facter-394

With hat:	puppet
Original commitRevision:461208 
Thursday, 18 Jan 2018
04:11 jbeich search for other commits by this committer
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
Original commitRevision:459315 
Wednesday, 15 Nov 2017
18:48 romain search for other commits by this committer
Update to 3.9.3

With hat:	puppet
Original commitRevision:454259 
Thursday, 12 Oct 2017
16:55 romain search for other commits by this committer
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
Original commitRevision:451908 
Tuesday, 3 Oct 2017
20:54 zleslie search for other commits by this committer
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
Original commitRevision:451170 
Monday, 25 Sep 2017
00:08 jbeich search for other commits by this committer
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
Original commitRevision:450560 
00:05 jbeich search for other commits by this committer
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
Original commitRevision:450557 
Friday, 22 Sep 2017
12:28 romain search for other commits by this committer
Update to 3.9.0

While here, regenerate patches.

With hat:	puppet
Original commitRevision:450361 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Friday, 8 Sep 2017
08:22 romain search for other commits by this committer
Bump PORTREVISION after devel/leatherman update
Original commitRevision:449443 
Monday, 21 Aug 2017
18:47 romain search for other commits by this committer
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/
Original commitRevision:448483 
Saturday, 12 Aug 2017
13:09 romain search for other commits by this committer
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
Original commitRevision:447826 
Thursday, 20 Jul 2017
15:30 romain search for other commits by this committer
Pass maintainership to puppet@

puppet@ is basically aliased to the previous maintainers in order to ease-up
updating Puppet-related ports.  The changes where approved by e-mail.
Original commitRevision:446262 
Monday, 22 May 2017
22:29 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441494 
Tuesday, 2 May 2017
06:48 jbeich search for other commits by this committer
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
Original commitRevision:439934 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
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
Original commitRevision:430692 
Wednesday, 23 Nov 2016
12:45 jbeich search for other commits by this committer
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)
Original commitRevision:426908 
Sunday, 20 Nov 2016
20:58 jbeich search for other commits by this committer
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
Original commitRevision:426627 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Sunday, 21 Feb 2016
18:41 madpilot search for other commits by this committer
- 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.
Original commitRevision:409306 
Friday, 1 Jan 2016
17:05 mmoll search for other commits by this committer
give my ports to ruby@
Original commitRevision:405015 
Tuesday, 1 Dec 2015
23:10 mmoll search for other commits by this committer
sysutils/facter: update to 3.1.3
Original commitRevision:402791 
Thursday, 19 Nov 2015
12:36 mmoll search for other commits by this committer
sysutils/facter: udpate to 3.1.2
Original commitRevision:401941 
Thursday, 5 Nov 2015
10:39 mmoll search for other commits by this committer
sysutils/facter: update to 3.1.1
Original commitRevision:400833 
Tuesday, 15 Sep 2015
09:08 mmoll search for other commits by this committer
sysutils/facter: update to 3.1.0
Original commitRevision:396948 
Monday, 14 Sep 2015
15:45 mmoll search for other commits by this committer
sysutils/facter: unbreak build on -CURRENT

- disable -Werror until boost 1.59 gets into the portstree
- while here, correct COMMENT (noted by junovitch)
Original commitRevision:396904 
Friday, 11 Sep 2015
10:51 mmoll search for other commits by this committer
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
Original commitRevision:396656 
Saturday, 8 Dec 2012
23:07 beech search for other commits by this committer
- Update to 1.6.16

Feature safe: yes

PR:		ports/174209
Submitted by:	Rouslan Iskhakov <rouslan@rshell.net> (maintainer)
Original commitRevision:308495 
Saturday, 18 Aug 2012
16:04 swills search for other commits by this committer
- Update to 1.6.11

PR:		ports/170500
Submitted by:	Rouslan Iskhakov <rouslan@rshell.net> (maintainer)
Original commit
Wednesday, 2 May 2012
01:35 swills search for other commits by this committer
- Update to 1.6.8 [1]
- Make dependency on dmidecode conditional on ARCH that supports it [2]

PR:             ports/167257 [1], ports/166824 [2]
Approved by:    Rouslan Iskhakov <rouslan@rshell.net> (maintainer)
Original commit
Sunday, 19 Feb 2012
14:23 swills search for other commits by this committer
- Update to 1.6.5

PR:             ports/164981
Submitted by:   swills (myself)
Approved by:    Rouslan Iskhakov <rouslan@rshell.net> (maintainer)
Original commit

Number of commits found: 113 (showing only 100 on this page)

1 | 2  »