aboutsummaryrefslogtreecommitdiff
path: root/sysutils/facter
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/facter: Remove expired portRene Ladan2025-05-1011-184/+0
| | | | 2025-05-09 sysutils/facter: Reached EOL
* sysutils/facter: DeprecateRomain Tartière2025-03-101-0/+2
|
* sysutils/facter: mark as BROKEN with Boost>=1.87 (+)Dima Panov2025-02-141-0/+1
| | | | | | Since 1.87 release some long-time-ago deprecated Boost.asio facilities was dropped off Sponsored by: Future Crew, LLC
* Mk/**java.mk: Convert bsd.java.mk to USESMuhammad Moinur Rahman2024-12-311-2/+1
| | | | | | | | | | | | | | | | | | | The following features have been added or changed: - Instead of USE_JAVA use USES=java. This defaults to USES=java:build,run if NO_BUILD is undefined. Else it defaults to USES=java:run - Instead of USE_ANT=yes use USES=java:ant which also implies USES=java:build - Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or extract - Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply build or run - Instead of JAVA_RUN=yes use USES=java:run does not imply extract or build - Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version> Approved by: mat (portmgr), glewis Differential Revision: https://reviews.freebsd.org/D48201
* devel/boost: bump consu,ers after update Boost to 1.86 releaseDima Panov2024-11-201-1/+1
| | | | Sponsored by: Future Crew, LLC
* */*: bump consumers after devel/boost* updateDima Panov2024-10-031-1/+1
| | | | | With hat: office Sponsored by: Future Crew, LLC
* sysutils/facter: support openjdk11 and upRonald Klop2024-09-032-3/+12
| | | | | | | | | Adjusted the patch from the issue to target jdk 8 instead of 7. Target 8 is supported by all current openjdk version in ports. PR: 237990 Tested by: poudriere Approved by: maintainer timeout
* sysutils/facter: Moved man to share/manMuhammad Moinur Rahman2024-02-256-7/+18
| | | | Approved by: portmgr (blanket)
* devel/boost: bump consumers after library updateDima Panov2024-02-131-1/+1
|
* MANPREFIX: eliminate usage of MANPREFIXBaptiste Daroussin2024-01-111-1/+0
| | | | While here move some manpages to share/man
* devel/boost*: bump all consumers after 1.83.0Dima Panov2023-09-271-1/+1
|
* */*: bump all direct Boost cunsumersDima Panov2023-04-271-1/+1
|
* */*: bump libboost*.so libraries consumert after Boost upgradeDima Panov2023-01-161-1/+1
|
* Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=rubyMuhammad Moinur Rahman2023-01-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* sysutils/facter: prepare for upcoming Boost 1.81 (+)Dima Panov2022-12-291-0/+10
| | | | | | This also fixes build with modern compilers (gcc12+, clang15+) With hat: office
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* */*: bump all consumers after recent boost upgradeDima Panov2022-08-121-0/+1
|
* sysutils/facter: Update to 3.14.24Romain Tartière2022-08-062-5/+4
| | | | | | | Release notes: https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_x-14-24 With hat: puppet
* devel/boost-all: bump all library consumers after boost upgradeDima Panov2022-05-221-0/+1
| | | | PR: 246106
* sysutils/facter: Update to 3.14.23Romain Tartière2022-04-222-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_x-14-23 With hat: puppet
* sysutils/facter: Update to 3.14.22Romain Tartière2022-01-212-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_x-14-22 With hat: puppet
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* sysutils/facter: Update to 3.14.21Romain Tartière2021-12-032-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_3-14-16 (sic) with hat: puppet
* sysutils/facter: Add CPE informationStefan Eßer2021-10-211-1/+2
| | | | Approved by: portmgr (blanket)
* sysutils/facter: Update to 3.14.20Romain Tartière2021-10-143-4/+5
| | | | | | | Release notes: https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_3-14-16 (sic) With hat: puppet
* sysutils/facter: Update to 3.14.19Romain Tartière2021-07-222-5/+4
| | | | | | | Release notes: https://puppet.com/docs/puppet/6/release_notes_facter.html With hat: puppet
* devel/yaml-cpp: Update to 0.7.0Guido Falsi2021-07-131-0/+1
| | | | | | - Patch cmake include to actually work - Bump PORTREVISION on consumers, testing shows it is not completely binary compatible
* sysutils/facter: Update to 3.14.18Romain Tartière2021-06-252-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_3-14-16 With hat: puppet
* sysutils/facter: Update to 3.14.17Romain Tartière2021-05-013-4/+5
| | | | With hat: puppet
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 3.14.16Romain Tartière2021-02-192-4/+4
| | | | | | | | | | Release notes: https://puppet.com/docs/puppet/6.21/release_notes_facter.html With hat: puppet Notes: svn path=/head/; revision=566107
* Update to 3.14.15Romain Tartière2021-01-222-4/+4
| | | | | | | With hat: puppet Notes: svn path=/head/; revision=562341
* Update to 3.14.14Romain Tartière2020-10-232-4/+4
| | | | | | | | | | Release notes: https://puppet.com/docs/puppet/6.19/release_notes_facter.html#release_notes_facter_x-14-10 With hat: puppet Notes: svn path=/head/; revision=553124
* Update to 3.14.13Romain Tartière2020-08-312-4/+4
| | | | | | | | | | Release notes: https://puppet.com/docs/puppet/6.18/release_notes_facter.html#release_notes_facter_x-14-10 With hat: puppet Notes: svn path=/head/; revision=547207
* Update to 3.14.12Romain Tartière2020-07-162-4/+4
| | | | | | | With hat: puppet Notes: svn path=/head/; revision=542310
* Update to 3.14.11Romain Tartière2020-06-043-4/+6
| | | | | | | With hat: puppet Notes: svn path=/head/; revision=537963
* Update to 3.14.10Romain Tartière2020-05-012-4/+4
| | | | | | | With hat: puppet Notes: svn path=/head/; revision=533573
* Update to 3.14.9Romain Tartière2020-03-232-4/+4
| | | | | | | | | | Release notes: https://puppet.com/docs/puppet/latest/release_notes_facter.html With hat: puppet Notes: svn path=/head/; revision=528984
* Update to 3.14.8Romain Tartière2020-02-212-4/+4
| | | | | | | | | | Release notes: https://puppet.com/docs/puppet/latest/release_notes_facter.html With hat: puppet Notes: svn path=/head/; revision=526634
* Update to 3.14.7Romain Tartière2020-01-182-5/+4
| | | | | | | With hat: puppet Notes: svn path=/head/; revision=523389
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-0/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=519824
* Update to 3.14.6Romain Tartière2019-11-292-4/+4
| | | | | | | With hat: puppet Notes: svn path=/head/; revision=518611
* Update to 3.14.5Romain Tartière2019-10-032-5/+4
| | | | | | | With hat: puppet Notes: svn path=/head/; revision=513740
* - Update yaml-cpp to 0.6.3Guido Falsi2019-09-261-0/+1
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=512990
* Update to 3.14.4Romain Tartière2019-09-232-4/+4
| | | | | | | | | | Release notes: https://puppet.com/docs/puppet/6.9/release_notes_facter.html#facter-release-notes-x.14.4 With hat: puppet Notes: svn path=/head/; revision=512653
* Update to 3.14.3Romain Tartière2019-08-232-5/+4
| | | | | | | With hat: puppet Notes: svn path=/head/; revision=509628
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-0/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=509290
* Update to 3.14.2Romain Tartière2019-07-302-5/+4
| | | | | | | With hat: puppet Notes: svn path=/head/; revision=507660