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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/cmake/Makefile

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

1 | 2 | 3  »  

Friday, 2 Feb 2024
00:51 Cy Schubert (cy) search for other commits by this committer
devel/cmake: Fix dependency

Fix:
===>   cmake-3.28.2 depends on file: /usr/local/man/man1/cmake.1.gz - not found
===>   Installing existing package /packages/All/cmake-man-3.28.2.pkg
[kq64] Installing cmake-man-3.28.2...
[kq64] Extracting cmake-man-3.28.2: .......... done
===>   cmake-3.28.2 depends on file: /usr/local/man/man1/cmake.1.gz - not found
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/cmake
=>> Cleaning up wrkdir
===>  Cleaning for cmake-3.28.2

Approved by:	portmgr (implicit, just fix it)
commit hash: 37197178f70f7fdea088ba3f704f4c3bbbe04a6f commit hash: 37197178f70f7fdea088ba3f704f4c3bbbe04a6f commit hash: 37197178f70f7fdea088ba3f704f4c3bbbe04a6f commit hash: 37197178f70f7fdea088ba3f704f4c3bbbe04a6f 3719717
Tuesday, 8 Nov 2022
19:50 Dima Panov (fluffy) search for other commits by this committer
*/cmake*: hoist cmake version to cmake.mk (+)

Differential Revision:	D31894 (revisited)
commit hash: 7bdeb4414c222cc7cd3f1e50cc9429ef3b35b19c commit hash: 7bdeb4414c222cc7cd3f1e50cc9429ef3b35b19c commit hash: 7bdeb4414c222cc7cd3f1e50cc9429ef3b35b19c commit hash: 7bdeb4414c222cc7cd3f1e50cc9429ef3b35b19c 7bdeb44
05:08 Tobias C. Berner (tcberner) search for other commits by this committer
devel/cmake: update to 3.24.3

Exp-run by:		267497
PR:			xXXXX
commit hash: 898997ff7b713a3c722459a16bf3a2fba71ef6bb commit hash: 898997ff7b713a3c722459a16bf3a2fba71ef6bb commit hash: 898997ff7b713a3c722459a16bf3a2fba71ef6bb commit hash: 898997ff7b713a3c722459a16bf3a2fba71ef6bb 898997f
Saturday, 17 Sep 2022
10:56 Adriaan de Groot (adridg) search for other commits by this committer
devel/cmake*: bump to 3.24.0

Update the CMake ports to 3.24. A previous exp-run -- thanks
antoine@ -- showed up new failures. That is normal for a CMake
update. tcberner@ fixed most of them (in the linked PR) and
lang/zig just landed. The original patch for the update came
from tcberner@ as well, but I had to re-jig it after CMake
was reorganized into a metaport and -core package.

PR:		265652
commit hash: d7992a6596254fa03acedcd9d06900ee951745ad commit hash: d7992a6596254fa03acedcd9d06900ee951745ad commit hash: d7992a6596254fa03acedcd9d06900ee951745ad commit hash: d7992a6596254fa03acedcd9d06900ee951745ad d7992a6
Thursday, 8 Sep 2022
20:14 Daniel Engberg (diizzy) search for other commits by this committer
devel/cmake: Create a meta-port for CMake

Create a meta-port for CMake to make it easier for the end user and
better handling of build dependencies.

This pushes devel/cmake into /devel/cmake-core and splits manpages and
its dependencies to /devel/cmake-man

Approved by:	kde (tcberner)
Differential Revision:	https://reviews.freebsd.org/D34957
commit hash: b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 commit hash: b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 commit hash: b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 commit hash: b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 b23ea4e
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
Wednesday, 3 Aug 2022
10:25 Tobias C. Berner (tcberner) search for other commits by this committer
devel/cmake: update to 3.23.3

Changelog: https://cmake.org/cmake/help/v3.23/release/3.23.html#id3
Exp-run by:	antoine
PR:		265491
commit hash: 995cd9b908c828e4c8fcf5c0fbea97ebd5979499 commit hash: 995cd9b908c828e4c8fcf5c0fbea97ebd5979499 commit hash: 995cd9b908c828e4c8fcf5c0fbea97ebd5979499 commit hash: 995cd9b908c828e4c8fcf5c0fbea97ebd5979499 995cd9b
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alan Somers <asomers@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alessandro Sagratini <ale_sagra@hotmail.com>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <alex@kapranoff.ru>
  *  Alex Kapranoff <ka@nadoby.ru>
  *  Alex Kapranoff <kappa@FreeBSD.org.ua>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Kapranoff <kapr@crosswinds.net>
  *  Alex Miller (<asm@asm.kiev.ua>)
  *  Alex Pesternikov <apesternikov@page2rss.com>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alex Varju <freebsd-ports@varju.ca>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Churannov <churanov.port.maintainer@gmail.com>
  *  Alexander Churanov <churanov.port.maintainer@gmail.com>
  *  Alexander Leidinger <netchild@FreeBSD.org>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Nedotsukov <bland@mail.ru>
  *  Alexander Novitsky <alecn2002@yandex.ru>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexandros Kosiaris <akosiaris+ports@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Alexey V. Antipovsky <kemm@in-line.ru>
  *  Alexey V. Degtyarev
  *  Alexey V. Degtyarev <alexey@renatasystems.org>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Alfred Perlstein <alfred@freebsd.org>
  *  Alistair King <alistair@caida.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Anatoliy Dmytriyev
  *  Anatoliy Dmytriyev <tolid@plab.ku.dk>
  *  Anatoliy Dmytriyev <tolid@tolid.eu.org>
  *  Andre Rikkert de Koe - ARK-ICT <andre@ark-ict.nl>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreas Kohn
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andreas Kohout <shanee@augusta.de>
  *  Andreev Maxim <andreevmaxim@gmail.com>
  *  Andrej Ebert <andrej@ebert.su>
  *  Andrew Baznikin <dikiy@scn.ru>
  *  Andrew Elble <aweits@rit.edu>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Turner <andrew+ports@fubar.geek.nz>
  *  Andrew Wingorodov <mail@andr.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Chernov <ache@FreeBSD.org>
  *  Andrey Ignatov <rdna@rdna.ru>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey V. Elsukov <bu7cher@yandex.ru>
  *  Andrey Zakhvatov
  *  Andrey Zonov <andrey@zonov.org>
  *  Andriy Gapon
  *  Andriy Pylypenko <bamby@sippysoft.com>
  *  Anes Muhametov <anes@anes.su>
  *  Anes Mukhametov <anes@anes.su>
  *  Anish Mistry (<amistry@am-productions.biz>)
  *  Anish Mistry <amistry@am-productions.biz>
  *  Antoine Brodin <antoine@FreeBSD.org>
  *  Anton Berezin
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Tornqvist <antont@inbox.lv>
  *  Anton tornqvist <antont@inbox.lv>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Carlos Venancio Junior (<antonio@php.net>)
  *  Archie Cobbs
  *  Armin Pirkovitsch <armin@frozen-zone.org>
  *  Arun Sharma <arun@sharma-home.net>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Ashish SHUKLA <wahjava@gmail.com>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Axel Rau <axel.rau@chaos1.de>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Balwinder S "bsd" Dheeman <bsd@rubyforge.org>
  *  Balwinder S Dheeman <bdheeman@gmail.com>
  *  Baptiste Daroussin
  *  Bartek Rutkowski <ports@robakdesign.com>
  *  Bartek Rutkowski <robak@FreeBSD.org>
  *  Ben Haga <tuximus@tuximus.mine.nu>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Bill Brinzer <bill.brinzer@gmail.com>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Boris B. Samorodov <bsam@ipt.ru>
  *  Boris Samorodov <bsam@FreeBSD.org>
  *  Brad Davis <brd@FreeBSD.org>
  *  Brad Hendrickse <bradh@uunet.co.za>
  *  Brad Jones <brad@kazrak.com>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Brian Dean <bsd@FreeBSD.org>
  *  Brian Minard <bminard@flatfoot.ca>
  *  Brian Skrab <brian@quynh-and-brian.org>
  *  Brooks Davis
  *  Bruce M Simpson
  *  Bruce M Simpson <bms@spc.org>
  *  Bruce M. Simpson
  *  Bruce M. Simpson <bms@FreeBSD.org>
  *  Bruce Simpson
  *  Bryan Drewery <bryan@shatow.net>
  *  Carlo Strub
  *  Carlo Strub <cs@FreeBSD.org>
  *  Carlos A M dos Santos <unixmania@gmail.com>
  *  Carlos J Puga Medina <cpm@fbsd.es>
  *  Carlos J. Puga Medina <cpm@FreeBSD.org>
  *  Cezary Morga <cm@therek.net>
  *  Charlie & <root@meatwad.mouf.net>
  *  Cheng-Lung Sung
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Choe, Cheng-Dae
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris St Denis <chris@ctgameinfo.com>
  *  Chris St Denis <chris@smartt.com>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christian Geier <geier@lostpackets.de>
  *  Christoph Kick
  *  Christoph Mallon <christoph.mallon@gmx.de>
  *  Christoph Moench-Tegeder <cmt@burggraben.net>
  *  Christopher Boumenot <boumenot@gmail.com>
  *  Christopher Elkins <chrise@scardini.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Christopher Nehren <apeiron+ports@coitusmentis.info>
  *  Christopher Nehren <apeiron@coitusmentis.info>
  *  Christopher Nehren <apeiron@comcast.net>
  *  Chuck Swiger <chuck@pkix.net>
  *  Conrad Meyer <cem@FreeBSD.org>
  *  Cory R. King <coryking@mozimedia.com>
  *  Cory R. King <coryking@mozimediacom>
  *  Craig Leres <leres@FreeBSD.org>
  *  Craig Leres <leres@freebsd.org>
  *  Craig Manley
  *  Cristiano Rolim Pereira <cristianorolim@hotmail.com>
  *  Cristiano Rolim Pereira <cristianorolim@outlook.com>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  D'Arcy J.M. Cain <darcy@druid.net>
  *  Daichi GOTO <daichi@FreeBSD.org>
  *  Dan Langille
  *  Dan Langille <dvl@FreeBSD.org>
  *  Dan Rench <citric@cubicone.tmetic.com>
  *  Daniel Gerzo <danger@FreeBSD.org>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Danny Warren <danny@dannywarren.com>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  Dave Grochowski
  *  Dave Grochowski <malus.x@gmail.com>
  *  David Chaplin-Loebell <direct@klatha.com>
  *  David Kalliecharan <dave@dal.ca>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <dbn@dragon.local>
  *  David Naylor <naylor.b.david@gmail.com>
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@NUXI.com)
  *  David Romano <unobe@cpan.org>
  *  David Shane Holden <dpejesh@yahoo.com>
  *  David Sugar <dyfet@gnu.org>
  *  David Thiel <lx@freebsd.org>
  *  David Thiel <lx@redundancy.redundancy.org>
  *  David Xu
  *  David Yeske <dyeske@gmail.com>
  *  David Yeske <dyeske@yahoo.com>
  *  Davíð Steinn Geirsson <david@isnic.is>
  *  Denis Pokataev <catone@cpan.org>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Denise H. G. <darcsis@gmail.com>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Derek Schrock <dereks@lifeofadishwasher.com>
  *  Devaux Fabien <fab@gcu.info>
  *  Dikshie <dikshie@sfc.wide.ad.jp>
  *  Dima Panov <fluffy@FreeBSD.org>
  *  Dima Sivachenko <dima@chg.ru>
  *  Dimitry Andric <dim@FreeBSD.org>
  *  Dirk Jagdmann <doj@cubic.org>
  *  Ditesh Shashikant Gathani <ditesh@gathani.org>
  *  Dmitry Karasik (<dk@catpipe.net>)
  *  Dmitry Karasik <dmitry@karasik.eu.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dominic Marks <d.marks@student.umist.ac.uk>
  *  Don Croyle <croyle@gelemna.org>
  *  Donald Burr <dburr@FreeBSD.org>
  *  Douglas Thrift
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dryice Liu
  *  Dryice Liu <dryice@dryice.name>
  *  Dusan Vejnovic <freebsd@dussan.org>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Ed Schouten <ed@fxq.nl>
  *  Edward Chuang <edwardchuang@gmail.com>
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis <edwin2mavetju.org>
  *  Eivind Eklund <eivind@FreeBSD.org>
  *  Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Anholt
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Eric Schnoebelen <eric@cirr.com>
  *  Erik Greenwald <erik@smluc.org>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Espen Skoglund <esk@ira.uka.de>
  *  Espen Volden aka voldern <voldern@hoeggen.net>
  *  Euan Thoms <euan@potensol.com>
  *  Eugene Grosbein <ports@grosbein.net>
  *  Evan Sarmiento <bsdports@wayfair.com>
  *  Evgeniy Kosov <evgeniy@kosov.su>
  *  Evgueni V. Gavrilov <aquatique@rusunix.org>
  *  Eygene Ryabinkin <rea-fbsd@codelabs.ru>
  *  Fabian Keil <fk@fabiankeil.de>
  *  Felippe M. Motta <lippe@shire.freebsd.org>
  *  Felippe de Meirelles Motta <lippemail@gmail.com>
  *  Felix Hanley
  *  Felix Palmen <felix@palmen-it.de>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Florian Limberger <flo@snakeoilproductions.net>
  *  Frank Laszlo <laszlof@vonostingroup.com>
  *  Frank Mayhar <frank@exit.com>
  *  Frank Steinborn <steinex@nognu.de>
  *  Frank Wall <freebsd@moov.de>
  *  Frank Wall <fw@moov.de>
  *  Franz Klammer <klammer@webonaut.com>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Frederic Praca <frederic.praca@freebsd-fr.org>
  *  FreeBSD GNOME Team <gnome@FreeBSD.org>
  *  FreeBSD GNOME Team <gnome@freebsd.org>
  *  Frerich Raabe <frerich.raabe@gmx.de>
  *  Fukang Chen <loader@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gabor Pali <pgj@FreeBSD.org>
  *  Gabriel M. Dutra <0xdutra@gmail.com>
  *  Garrett Rooney <rooneg@electricjellyfish.net>
  *  Garrett Wollman <wollman@lcs.mit.edu>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gea-Suan Lin
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geistteufel <geistteufel@yahoo.fr>
  *  Geoffrey Mainland <mainland@apeiron.net>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Hartzell <hartzell@alerce.com>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerald Pfeifer <gerald@FreeBSD.org>
  *  Geraud CONTINSOUZAS <geraud@gcu.info>
  *  Geraud Continsouzas <geraud@gcu.info>
  *  Gerrit Beine (<gerrit.beine@gmx.de>)
  *  Gerrit Beine (<gerrit@beine-computer.de>)
  *  Gerrit Beine (<tux@pinguru.net>)
  *  Gerrit Beine <mail+freebsd@gerritbeine.de>
  *  Giacomo Mariani <giacomomariani_at_yahoo_dot_it>
  *  Gilbert Morgan <gmm@tutanota.com>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  Glenn Johnson
  *  Green Dog <fiziologus@gmail.com>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Gregory Shapiro <gshapiro@FreeBSD.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Hakisho Nukama <nukama@gmail.com>
  *  Hardy Schumacher <hardy.schumacher@gmx.de>
  *  Hardy Schumacher <lowmaster@web.de>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Motakef <henrik.motakef@web.de>
  *  Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hirohisa Yamaguchi <umq@ueo.co.jp>
  *  Hiroyuki Iwatsuki <don@na.rim.or.jp>
  *  Horance Chou <horance@freedom.ie.cycu.edu.tw>
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  IWATSUKI Hiroyuki <don@na.rim.or.jp>
  *  Ian Vaudrey <i.vaudrey@bigfoot.com>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Igor Vinokurov <igor@zynaps.ru>
  *  Ilia Chipitsine <ilia@cgu.chel.su>
  *  Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
  *  J Han <hjh@photino.com>
  *  J. Giovannangeli
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jacob Atzen <jatzen@gmail.com>
  *  Jacques Marneweck <jacques@php.net>
  *  Jake Smith <jake@xz.cx>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  James E Keenan <jkeenan@cpan.org>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jan Siml <jsi@jules.de>
  *  Janni
  *  Janni <jannisan@t-online.de>
  *  Janos Mohacsi
  *  Jase Thew <freebsd@beardz.net>
  *  Jason Heiss <jheiss@aput.biz>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jason Portwood <jason@iac.net>
  *  Jean Milanez Melo <jmelo@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeffrey Hsu <hsu@FreeBSD.org>
  *  Jens Grassel <freebsd-ports@jan0sch.de>
  *  Jeremy Norris <ishmael27@home.com>
  *  Jeremy Norris <ishmael27x@yahoo.com>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jerry A! <jerry@thehutt.org>
  *  Jerry Hicks
  *  Jerry Hicks <wghicks@bellsouth.net>
  *  Jesper Dalberg <jesper@jdn.dk>
  *  Jesse Kempf (jessekempf@gmail.com)
  *  Jesse McConnell <jesse@gallup.com>
  *  Jim Pirzyk <pirzyk@uiuc.edu>
  *  Jim Riggs <ports@christianserving.org>
  *  Jimmy Olgeni <olgeni@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Jin-Sih, Lin <linpct@gmail.com>
  *  Joachim Strombergson
  *  Jochen Neumeister (<joneum@bsdproject.de>)
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Kelsey
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Joep Grooten <joep@di.nl>
  *  Joerg Wunsch <joerg@FreeBSD.org>
  *  Johan Kerckaert <kirk@bricsnet.com>
  *  Johan Str??m <johan@stromnet.se>
  *  Johann Visagie <johann@egenetics.com>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Johannes Dieterich <jmd@freebsd.org>
  *  Johannes Jost Meixner <xmj@FreeBSD.org>
  *  Johannes Lundberg <johalun0@gmail.com>
  *  Johannes M Dieterich <jmd@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  Johannes Meixner <xmj@FreeBSD.org>
  *  John Alden + Eric Freeman <freebsdports@chillibear.com>
  *  John Chen <johnpupu@gmail.com>
  *  John Hein <jhein@symmetricom.com>
  *  John Hood <cgull@glup.org>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper et al
  *  Johnny Sorocil <jsorocil@gmail.com>
  *  Jon M. Dugan <jdugan@x1024.net>
  *  Jon Nistor <nistor@snickers.org>
  *  Jona Joachim <walkingshadow@grummel.net>
  *  Jonas Palm <jonaspalm@posteo.de>
  *  Jonathan Anderson <jonathan@FreeBSD.org>
  *  Jonathan Weiss (<jw@innerewut.de>)
  *  Jordi Haarman
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Jose Jachuf <jjachuf@gmail.com>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Joseph Scott <joseph@randomnetworks.com>
  *  Josh Tiefenbach <josh@zipperup.org>
  *  Jov <amutu@amutu.com>
  *  Ju Pengfei <jupengfei@gmail.com>
  *  Juergen Lock <nox@FreeBSD.org>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julien Laffaye <kimelto@gmail.com>
  *  Jun Kuriyama <kuriyama@FreeBSD.org>
  *  Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
  *  June-Yen Huang <jihuang@gate.sinica.edu.tw>
  *  Juraj Lutter <otis@sk.freebsd.org>
  *  Justin Stanford <jus@security.za.net>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kan Sasaki <sasaki@fcc.ad.jp>
  *  Kapil Chowksey <kchowksey@hss.hns.com>
  *  Karsten Pedersen <kpedersen@opencde.org>
  *  Keith Gaughan <k@stereochro.me>
  *  Kelly Hays <kelly.hays@jkhfamily.org>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Khairil Yusof <kaeru@inigo-tech.com>
  *  Kimo <kimor79@yahoo.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Kirill Ponomarev <krion@FreeBSD.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
  *  Klaus Aehlig <aehlig@linta.de>
  *  Klaus Goger <klaus.goger@reflex.at>
  *  Klaus T. Aehlig <aehlig@linta.de>
  *  Koichiro IWAO <meta@FreeBSD.org>
  *  Konstantin Lepa <konstantin.lepa@gmail.com>
  *  Konstantinos Konstantinidis <kkonstan@daemon.gr>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Moore <kris@pcbsd.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Jaeger <fbsd-ports@opsec.eu>
  *  Kurt Kanzenbach <kurt@kmk-computers.de>
  *  Kurt Lidl <kurt.lidl@cello.com>
  *  Kyle Evans <kevans@FreeBSD.org>
  *  Kyle Martin <mkm@ieee.org>
  *  Landon Fuller <landonf@opendarwin.org>
  *  Lapo Luchini <lapo@lapo.it>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Leif Pedersen <pedersen@meridian-enviro.com>
  *  Leo Kim <leo@florida.sarang.net>
  *  Leo Vandewoestijne <freebsd@dns.company>
  *  Lev A. Serebryakov <lev@serebryakov.spb.ru>
  *  Lev Serebryakov <lev@serebryakov.spb.ru>
  *  Lev Walkin <vlm@lionet.info>
  *  Lewis Thompson <purple@lewiz.net>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@lwhsu.org>
  *  Loic Pefferkorn <loic-freebsd@loicp.eu>
  *  Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
  *  Luca Pizzamiglio <luca.pizzamiglio@trivago.com>
  *  Luke Jee <lukejee@gmail.com>
  *  Lung-Pin Chang <changlp@cs.nctu.edu.tw>
  *  Lutz Boehne <lboehne@damogran.de>
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Manuel Giraud <manuel.giraud@gmail.com>
  *  Marc E.E. van Woerkom <marc.vanwoerkom@fernuni-hagen.de>
  *  Marcello Coutinho <marcellocoutinho@gmail.com>
  *  Marco Broeder <marco.broeder@posteo.eu>
  *  Marco Molteni <molterSPAM@gufiSPAM.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Markus Dolze <bsdfan@nurfuerspam.de>
  *  Martin Jackson (mhjacks@swbell.net)
  *  Martin Jackson <mhjacks@swbell.net>
  *  Martin Kammerhofer
  *  Martin Kammerhofer <mkamm@gmx.net>
  *  Martin Matuska <martin@matuska.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Preuss <martin@libchipcard.de>
  *  Martin Tournoij <carpetsmoker@gmail.com>
  *  Martin Waschbuesch <martin@waschbuesch.de>
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke <miwi@FreeBSD.org
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Marzhan Mykola <delgod@portaone.com>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Mathieu Arnold
  *  Mathieu Arnold <m@absolight.net>
  *  Matt Harris <mattdharris@users.sourceforge.net>
  *  Matt Peterson <matt@peterson.org>
  *  Matthew Hunt <mph@pobox.com>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthew Will <mwill@spingen.com>
  *  Matthias Andree <matthias.andree@gmx.de>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Sund <m.sund@arcor.de>
  *  Mauricio Herrera Cuadra <mauricio@arareko.net>
  *  Max Campos <mcampos@bpsw.biz>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Maximov (mcsi@agava.com)
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Meikel Brandmeyer <ocaml-ounit-port@kotka.de>
  *  Michael Beer <beerml@sigma6audio.de>
  *  Michael Gmelin <grembo@FreeBSD.org>
  *  Michael Grunewald
  *  Michael Grünewald <michipili@gmail.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Michael Le Barbier Grünewald <michipili@gmail.com>
  *  Michael Lyngbøl <lyngbol@wheel.dk>
  *  Michael Moll <kvedulv at kvedulv.de>
  *  Michael Moll <kvedulv@kvedulv.de>
  *  Michael Schout <mschout@gkg.net>
  *  Michael Winking <mwfp@foldl.net>
  *  Michal Bielicki <m.bielicki@llizardfs.com>
  *  Michaël Grünewald
  *  Miguel Mendez <flynn@energyhq.homeip.net>
  *  Mike Buchanon <buchanon@msu.edu>
  *  Mike Fisher <Michael_Fisher@URMC.Rochester.edu>
  *  Mike McGaughey <mmcg@cs.monash.edu.au>
  *  Mikhail T. <m.tsatsenko@gmail.com>
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikolaj Golub <to.my.trociny@gmail.com>
  *  Mirko Zinn <mail@derzinn.de>
  *  Mitsuru YOSHIDA
  *  Mons Anderson <mons@cpan.org>
  *  Motoyuki Kasahara <m-kasahr@sra.co.jp>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Muhammad Moinur Rahman<5u623l20@gmail.com>
  *  Muhammad Moinur Rahman<bofh@FreeBSD.org>
  *  Murilo Opsfelder <mopsfelder@gmail.com>
  *  Murray Stokely <murray@cdrom.com>
  *  Mykola Marzhan <delgod@portaone.com>
  *  NAKATA Maho <maho@FreeBSD.org>
  *  NECDET COKYAZICI <cokyazici@yahoo.co.uk>
  *  Neal Nelson <neal@nelson.name>
  *  Nemo Liu <nemoliu@FreeBSD.org>
  *  Nicholas Esborn <nick@netdot.net>
  *  Nick Hilliard <nick@foobar.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicolas Embriz <nbari@tequila.io>
  *  Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
  *  Niels Kristensen <niels@kristensen.io>
  *  Nik Clayton <nik@FreeBSD.org>
  *  Nikolay Dachev <freebsd@dacehv.info>
  *  Nikos Ntarmos <ntarmos@ceid.upatras.gr>
  *  Nobutaka Mantani <nobutaka@FreeBSD.org>
  *  Oleg A. Mamontov <oleg@mamontov.net>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oleg Ukraincev <oleg@ht-systems.ru>
  *  Oleh Hushchenkov <o.hushchenkov@gmail.com>
  *  Oleksii Tsai <oleksii.tsai@gmail.com>
  *  Oliver Braun
  *  Oliver Braun <obraun@FreeBSD.org>
  *  Oliver Fromme
  *  Oliver Lehmann
  *  Oliver Lehmann <lehmann@ans-netz.de>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Palle Girgensohn <girgen@pingpong.net>
  *  Parv <parv@pair.org>
  *  Patrice Clement <monsieurp@gentoo.org>
  *  Patrick Alken <alken@colorado.edu>
  *  Patrick Li <pat@databits.net>
  *  Patrick MARIE <mycroft@virgaria.org>
  *  Paul Mather <paul@gromit.dlib.vt.edu>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Pedro F Giffuni
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Bozarov (kingofgib@users.sourceforge.net)
  *  Peter Haight <peterh@sapros.com>
  *  Peter Jeremy <peterjeremy@acm.org>
  *  Peter Johnson <johnson.peter@gmail.com>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Peter Vereshagin <peter@vereshagin.org>
  *  Petr Holub <hopet@ics.muni.cz>
  *  Petri Totterman <petri.totterman@hmv.fi>
  *  Phil Maker <pjm@gnu.org>
  *  Phil Oleson <oz@nixil.net>
  *  Philip Drapeau <pdrapeau@advanis.ca>
  *  Philip M. Gollucci
  *  Philip Paeps <philip@FreeBSD.org>
  *  Philip Paeps <philip@paeps.cx>
  *  Philip Schulz <phs@deadc0.de>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Florczyk <p.florczyk@adminworkshop.pl>
  *  Piotr Kubaj <emulation@FreeBSD.org$
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chien Lin <linpc@cs.nctu.edu.tw>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Ralf Gebhart <gebhart@secnetix.de>
  *  Ralf S. Engelschall
  *  Ralf S. Engelschall <rse@gnu.org>
  *  Randall Hopper <aa8vb@nc.rr.com>
  *  Remington Lang <MrL0Lz@gmail.com>
  *  René Ladan <rene@freebsd.org>
  *  Richard Gallamore <ultima@freebsd.org>
  *  Robert Gogolok <gogo@cs.uni-sb.de>
  *  Robert Noland <rnoland@FreeBSD.org>
  *  Robert Schlotterbeck <robert@rs.tarrant.tx.us>
  *  Rod Person <rodperson@rodperson.com>
  *  Rod Taylor <ports@rbt.ca>
  *  Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Roger Hardiman <roger@freebsd.org>
  *  Roland van Laar <roland@micite.net>
  *  Romain Tartiere <romain@FreeBSD.org>
  *  Romain Tartiere <romain@blogreen.org>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Roman Shterenzon <romanbsd@yahoo.com>
  *  Ronald Klop <ronald@echteman.nl>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Rong-En Fan <rafan@infor.org>
  *  Ross Timson <ross@rosstimson.com>
  *  Rouslan Iskhakov <rouslan@rshell.net>
  *  Rozhuk Ivan
  *  Ruben de Groot <rdg@bzerk.org>
  *  Ruben van Staveren
  *  Rui Lopes (<rgl ruilopes com>)
  *  Rui Lopes (rgl ruilopes com)
  *  Rui Lopes <rgl ruilopes com>
  *  Rui Lopes <rui@ruilopes.com>
  *  Rui Paulo <rpaulo@FreeBSD.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Russell Francis <johntabularasa@users.sf.net>
  *  Ryan Steinmetz (<rpsfa@rit.edu>)
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  SADA Kenji <sada@FreeBSD.org>
  *  Sahil Tandon <sahil@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Samuel Tardieu <sam@rfc1149.net>
  *  Samy Al Bahra <samy@kerneled.com>
  *  Samy Al Bahra <samy@kerneled.org>
  *  Sander Vesik <sander@haldjas.folklore.ee>
  *  Sandro Sigala
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sean Chittenden <sean@chittenden.org>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sean Farley <sean-freebsd@farley.org>
  *  Sean McLaughlin <sigma.zx@gmail.com>
  *  Serge Gagnon <serge.gagnon.1@ulaval.ca>
  *  Serge Gagnon <serge.gagnon@b2b2c.ca>
  *  Sergei Gnezdov <sergeiga@yahoo.com>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergei Vyshenski
  *  Sergei Vyshenski <svysh.fbsd@gmail.com>
  *  Sergei Vyshenski <svysh@pn.sinp.msu.ru>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Golyashov <svvord@soft-wizard.ru>
  *  Sergey Kozlov <kozlov.sergey.404@gmail.com>
  *  Sergey Matveychuk <sem@ciam.ru>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sergey V. Dyatko <Sergey.Dyatko@gmail.com>
  *  Sergey V. Dyatko <sergey.dyatko@gmail.com>
  *  Serguei Okladnikov <oklaspec@gmail.com>
  *  Shane Ambler <FreeBSD@Shaneware.biz>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Sheldon Hearn <sheldonh@FreeBSD.org>
  *  Shell Hung <shell@shellhung.org>
  *  Shin-ya MURAKAMI <murashin@gfd-dennou.org>
  *  Shinsuke Matsui <smatsui@karashi.org>
  *  Simon Barner <barner@gmx.de>
  *  Simon Marlow <simonmar@microsoft.com>
  *  Simon Olofsson <simon@olofsson.de>
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Sir l33tname <sirl33tname@gmail.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Sofian Brabez <sbz@FreeBSD.org>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stanislav Sedov <stas@fonon.realnet>
  *  Stefan Bethke <stb@lassitu.de>
  *  Stefan Ehmann <shoesoft@gmx.net>
  *  Stefan Pauly <stefan@fh-mainz.de>
  *  Stefan Wendler <stefan.wendler@tngtech.com>
  *  Stephen J. Roznowski <sjr@home.net>
  *  Stephon Chen <stephon@gmail.com>
  *  Steve Franks <stevefranks@ieee.org>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@rubick>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@exit2shell.com>
  *  Stéphane D'Alu <sdalu@sdalu.com>
  *  Sulev-Madis Silber <madis555@hot.ee>
  *  Sun Chang-Ming
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sutra Zhou <zhoushuqun@gmail.com>
  *  Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Sébastien Santoro <dereckson@gmail.com>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Takefu
  *  Takumi Takahashi <takumiiinn@gmail.com>
  *  Takuya Tsuchida <tsucchi@cpan.org>
  *  Tatsuya Ueda <ml+freebsd@tatsuya.info>
  *  Terry Sposato <terry@sucked-in.com>
  *  Thaddeus Covert <tcovert@grimmy.sahuagin.net>
  *  Thawatchai Piyawat <piyawat@usablelabs.com>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thinker K.F. Li <thinker@eeebox.branda.to>
  *  Thomas Abthorpe <thomas@goodking.ca>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Gellekum <tg@freebsd.org>
  *  Thomas Zander <riggs@FreeBSD.org>
  *  Thomas-Martin Seck <tmseck@netcologne.de>
  *  Tillman Hodgson <tillman@seekingfire.com>
  *  Tim Bishop <tdb@FreeBSD.org>
  *  Tim Bishop <tim@bishnet.net>
  *  Tim Niemueller <tim@niemueller.de>
  *  Tim Vanderhoek <hoek@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Ting-Wei Lan <lantw44@gmail.com>
  *  Tobias Gion <freebsd@gionet.de>
  *  Tobias Roth <ports@fsck.ch>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tom Judge <tom@tomjudge.com>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Toni Andjelkovic <toni@soth.at>
  *  Toni Viemerö <toni.viemero@iki.fi>
  *  Tony Maher <tonym@biolateral.com.au>
  *  Tony Narlock <tony@git-pull.com>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Torsten Zuhlsdorff <ports@toco-domains.de>
  *  Torsten Zühlsdorff <ports@toco-domains.de>
  *  Travis Campbell <hcoyote@ghostar.org>
  *  Trevor Caira <trevor@bitba.se>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Uffe Jakobsen <uffe@uffe.org>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Vadim Vatlin
  *  Valery Komarov <komarov@valerka.net>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Vany Serezhkin <ivan@serezhkin.com>
  *  Vasil Dimov <vd@datamax.bg>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Viacheslav Mikerov <SlavaMikerov@gmail.com>
  *  Vitaly Magerya <vmagerya@gmail.com>
  *  Vivek Khera <vivek@khera.org>
  *  Vladimir Chukharev
  *  Vladimir Gorelov <virtual.lark@gmail.com>
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  Vladimir Kondratyev <wulf@FreeBSD.org>
  *  Vladimir Perepelitsa <mons@cpan.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
  *  Volker Stolz <vs@FreeBSD.org>
  *  Volodymyr Kostyrko <c.kworr@gmail.com>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Waitman Gobble <waitman@waitman.net>
  *  Warner Losh <imp@FreeBSD.org>
  *  Warren Block <wblock@wonkity.com>
  *  Wen Heping <ruby@FreeBSD.org>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wen@FreeBSD.org>
  *  Wen Heping<wenheping@gmail.com>
  *  Wes Peters <@FreeBSD.org>
  *  Wes Peters <wes@FreeBSD.org>
  *  Will Andrews <andrews@technologist.com>
  *  Will Andrews <will@FreeBSD.org>
  *  William Grzybowski
  *  William Grzybowski <sunpoet@FreeBSD.org>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Grzybowski <william88@gmail.com>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Xin LI <delphij@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yarema <yds@CoolRat.org>
  *  Yasuhiro KIMURA <yasu@utahime.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@leeym.com>
  *  Yevgen Drachenko <geka@sippysoft.com>
  *  Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
  *  Yi-Jheng Lin <yzlin@FreeBSD.org>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Chen
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yoshihiko Sarumaru <mistral@imasy.or.jp>
  *  Yuan-Chen Cheng <ycheng@sinica.edu.tw>
  *  Yuan-Chung Hsiao & <ychsiao@ychsiao.org>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.org>
  *  Yuichiro NAITO <naito.yuichiro@gmail.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  aaron@FreeBSD.org
  *  ache
  *  adamw
  *  ade@FreeBSD.org
  *  alan <Alan@Wave2.org>
  *  alepulver
  *  alexander smishlajev
  *  alfred
  *  alfred@FreeBSD.org
  *  andreas@syndrom23.de
  *  andrew morton
  *  andrew@scoop.co.nz
  *  andrey@kostenko.name
  *  antoine@FreeBSD.org
  *  arved
  *  asmith
  *  aturetta@commit.it
  *  autrijus@autrijus.org
  *  b.f. <bf@FreeBSD.org>
  *  bf <bf2006a@yahoo.com>
  *  bf <bf@FreeBSD.org>
  *  bland@FreeBSD.org
  *  blubee <hello@blubee.me>
  *  bms
  *  bms@FreeBSD.org
  *  bra@fsn.hu
  *  brix@FreeBSD.org
  *  buganini@gmail.com
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  christian
  *  chuckr@FreeBSD.org
  *  clsung
  *  clsung@dragon2.net
  *  darius@dons.net.au
  *  dcf@aracnet.com
  *  dchapes@zeus.leitch.com
  *  devin@spamcop.net
  *  dlowe
  *  dom
  *  dom@happygiraffe.net
  *  dpejesh@yahoo.com
  *  dwm
  *  ejc@bazzle.com
  *  elbarto
  *  erik@habatech.no
  *  estith
  *  frase@frase.id.au
  *  gahr
  *  gahr@FreeBSD.org
  *  gebhart@secnetix.de
  *  giffunip
  *  glarkin
  *  glarkin@
  *  glewis
  *  gno@yahoo-inc.com
  *  gordon@FreeBSD.org
  *  gugu
  *  iblis <iblis@hs.ntnu.edu.tw>
  *  ijliao
  *  ijliao@FreeBSD.org
  *  is grammatically incorrect in this context.
  *  jaapb@kerguelen.org
  *  jagapen@home.com
  *  jaharkes
  *  janos.mohacsi@bsd.hu
  *  jasone
  *  jeffhung
  *  jesse@cs.uni-magdeburg.de
  *  jessekempf@gmail.com
  *  jhanna@home.com
  *  jkh
  *  jkoshy
  *  jnlin@freebsd.cs.nctu.edu.tw
  *  joerg
  *  joerg@FreeBSD.org
  *  jraynard
  *  jupengfei <jupengfei@gmail.com>
  *  kargl@apl.washington.edu
  *  kevit
  *  kipz <somicide@gmail.com>
  *  knu@FreeBSD.org
  *  kris@FreeBSD.org
  *  kuriyama
  *  lars.eggert@gmx.net
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lbr
  *  lbr@FreeBSD.org
  *  lightside <lightside@gmx.com>
  *  lippe
  *  lonewolf@flame.org
  *  lth@FreeBSD.org
  *  matthew.closson@gmail.com
  *  meka
  *  mfechner@FreeBSD.org
  *  mi@aldan.algebra.com
  *  michael johnson <ahze@ahze.net>
  *  mig
  *  mikeh@FreeBSD.org
  *  milki <milki@rescomp.berkeley.edu>
  *  milki@rescomp.berkeley.edu
  *  mk
  *  mm
  *  moeding
  *  mp39590@gmail.com
  *  mr
  *  mr@freebsd.org
  *  mukai
  *  mwest@uct.ac.za
  *  nbm
  *  ndewing@experts-exchange.com
  *  netchild@FreeBSD.org
  *  never@nevermind.kiev.ua
  *  nils@guru.ims.uni-stuttgart.de
  *  nork@FreeBSD.org
  *  nork@cityfujisawa.ne.jp
  *  novator24 <novator24@gmail.com>
  *  nox@FreeBSD.org
  *  obraun@FreeBSD.org
  *  olevole@olevole.ru
  *  olgeni@FreeBSD.org
  *  osa
  *  petef
  *  petef@FreeBSD.org
  *  philip@FreeBSD.org
  *  ports@c0decafe.net
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  pst@FreeBSD.org
  *  pvh@egenetics.com
  *  rafan@FreeBSD.org
  *  redcrash@gmail.com
  *  renchap@cocoa-x.com
  *  roam@FreeBSD.org
  *  roberto
  *  rooneg@electricjellyfish.net
  *  rousskov
  *  rpsfa@rit.edu
  *  rv@FreeBSD.org
  *  rv@gnu.org
  *  simond@irrelevant.org
  *  skreuzer@FreeBSD.org
  *  skreuzer@exit2shell.com
  *  sobomax
  *  stas
  *  stas@FreeBSD.org
  *  sunghyuk
  *  tdb
  *  thierry@pompo.net
  *  thinker@branda.to
  *  tiger <tiger@whitetigersd.com>
  *  tiger@whitetigersd.com
  *  tobez
  *  tobez@FreeBSD.org
  *  torstenb@FreeBSD.org
  *  trasz <trasz@pin.if.uz.zgora.pl>
  *  trevor
  *  trociny
  *  vanilla
  *  vanilla@
  *  vazquez@iqm.unicamp.br
  *  vsevolod
  *  wahjava
  *  wenheping@gmail.com
  *  wghicks@bellsouth.net
  *  will
  *  ws Christoph Kick
  *  xenophon+fbsdports@irtnog.org
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>
  * # Created by johalun0@gmail.com
  * //www.tomek.cedro.info)
  * org>

With hat:	portmgr
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 aa6eefd
Friday, 10 Jun 2022
12:15 Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: Update to 3.22.3

Release Notes:
  - https://cmake.org/cmake/help/v3.23/release/3.23.html#id2

PR:		264440
Exp-run by: antoine
commit hash: c04a8a876595d60e160a7e7338f73cb82688acef commit hash: c04a8a876595d60e160a7e7338f73cb82688acef commit hash: c04a8a876595d60e160a7e7338f73cb82688acef commit hash: c04a8a876595d60e160a7e7338f73cb82688acef c04a8a8
Monday, 16 May 2022
06:49 Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: Update to 3.23.0

Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 2d34c2b
Sunday, 10 Apr 2022
15:34 Adriaan de Groot (adridg) search for other commits by this committer
devel/cmake: prefer python3 over versioned python3.x

Depending on which mechanism is used to find Python (Python3
in particular, since there's only one Python2 version left),
either python3 is found -- installed by the python3 metaport,
and presumed to be the "preferred / default Python3 version" --
of a versioned python3. Asking for, say, Python 3.6 will get
you whatever python3 points at -- assuming it is newer than 3.6 --
or, with the other mechanism, the newest python (e.g. highest
installed version). Those are not necessarily the same.

Switch the new mechanism to preferring python3; there's a
knob in CMake itself for that, we just need to set it in
the FreeBSD config-file.

PR:		252277
commit hash: 731a0cba8469ce33d4406f735afac00f6914e158 commit hash: 731a0cba8469ce33d4406f735afac00f6914e158 commit hash: 731a0cba8469ce33d4406f735afac00f6914e158 commit hash: 731a0cba8469ce33d4406f735afac00f6914e158 731a0cb
Tuesday, 1 Feb 2022
06:06 Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: Update to 3.22.2

Release Notes:
	https://cmake.org/cmake/help/v3.22/release/3.22.html#id2

PR:		261504
Exp-run by:	antoine
commit hash: 9221ac266bd205dca7c666ad7f88c717113c3a37 commit hash: 9221ac266bd205dca7c666ad7f88c717113c3a37 commit hash: 9221ac266bd205dca7c666ad7f88c717113c3a37 commit hash: 9221ac266bd205dca7c666ad7f88c717113c3a37 9221ac2
Tuesday, 14 Dec 2021
18:48 Tobias C. Berner (tcberner) search for other commits by this committer
devel/cmake: update to 3.22.1

Release Notes:
	https://cmake.org/cmake/help/v3.22/release/3.22.html

Exp-run by:	antoine
PR:		260123
commit hash: 7832eac624d195d8e52daa456c92514b148a5107 commit hash: 7832eac624d195d8e52daa456c92514b148a5107 commit hash: 7832eac624d195d8e52daa456c92514b148a5107 commit hash: 7832eac624d195d8e52daa456c92514b148a5107 7832eac
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
Friday, 5 Nov 2021
19:09 Yuri Victorovich (yuri) search for other commits by this committer Author: Daniel Engberg
devel/jsoncpp: Update to 1.9.4 -> 1.9.5

PR:		259654
commit hash: 00f2a7aec7a58679a8d692ebd093cd16c6337948 commit hash: 00f2a7aec7a58679a8d692ebd093cd16c6337948 commit hash: 00f2a7aec7a58679a8d692ebd093cd16c6337948 commit hash: 00f2a7aec7a58679a8d692ebd093cd16c6337948 00f2a7a
Saturday, 30 Oct 2021
10:36 Tobias C. Berner (tcberner) search for other commits by this committer
devel/cmake: update to 3.21.4

Full changelog:
	https://cmake.org/cmake/help/latest/release/3.21.html#id4

Exp-run by:	antoine
PR:		259486
commit hash: c71f5a10a7112de6ffe8331ac2a2d2c5244ab69d commit hash: c71f5a10a7112de6ffe8331ac2a2d2c5244ab69d commit hash: c71f5a10a7112de6ffe8331ac2a2d2c5244ab69d commit hash: c71f5a10a7112de6ffe8331ac2a2d2c5244ab69d c71f5a1
Tuesday, 5 Oct 2021
01:42 Yasuhiro Kimura (yasu) search for other commits by this committer
devel/cmake: Revert "devel/cmake: fix build with python 3.10 as default"

This reverts commit 913219385dfdf72232e6beefe287377cfebdfb04.

Previously build of cmake failed if 3.10 is default version of
Python. And it was worked around by limiting the range of Python to
3.6-3.9. The source of the build error is runtime error of
textproc/py-sphinx with Python 3.10. But it is already fixed and
workaround isn't necessary any more. So revert the commit
corresponding to it.

PR:		258798
Approved by:	adridg (kde@), ygy (mentor)
MFH:		2021Q4
Differential Revision:	https://reviews.freebsd.org/D32282
commit hash: 272477b09c9f9ef3e18250f14dd4dea1f90698fe commit hash: 272477b09c9f9ef3e18250f14dd4dea1f90698fe commit hash: 272477b09c9f9ef3e18250f14dd4dea1f90698fe commit hash: 272477b09c9f9ef3e18250f14dd4dea1f90698fe 272477b
Tuesday, 21 Sep 2021
09:27 Adriaan de Groot (adridg) search for other commits by this committer
devel/cmake: fix CPack .pkg support, jump to 3.21.3

Update the patch for FreeBSD .pkg support in CPack to handle
libpkg 1.17 and later's use of .pkg as package-suffix rather
than .tgz. The PR below refers to this fix. I've kept code
for older libpkg in case there are systems with weirdly
mismatched current CMake and last-quarter's libpkg.

The patch is still being upstreamed. The PR mentioned below
is for this fix.

While here, update to 3.21.3.  I've decided to -- unusual,
for sure -- bump CMake without the usual exp-run, because:

A regression in CMake 3.21.2 prompted a quick release of
3.21.3 from upstream. The regression applies to the AMD ROCm
platform, so that's not us. Other fixes in 3.21.3 apply to supported
MSVC versions -- again, not us.

There is new support for Boost 1.77 -- not in our ports yet.

In other words, the git diff on CMake sources does not show
anything that could affect us (famous last words). Release notes are at
	https://cmake.org/cmake/help/v3.21/release/3.21.html#id3

PR:		257615
Reported by:	Peter Laursen
commit hash: aeb5f9cf181c597d6c2c5fcb0497b2bce116896f commit hash: aeb5f9cf181c597d6c2c5fcb0497b2bce116896f commit hash: aeb5f9cf181c597d6c2c5fcb0497b2bce116896f commit hash: aeb5f9cf181c597d6c2c5fcb0497b2bce116896f aeb5f9c
Monday, 20 Sep 2021
05:47 Tobias C. Berner (tcberner) search for other commits by this committer
devel/cmake: update to 3.21.2

Changelog:
	https://cmake.org/cmake/help/v3.21/release/3.21.html#id1
	https://cmake.org/cmake/help/v3.21/release/3.21.html#id23

PR:		257489
Exp-run by:	antoine
commit hash: e4c97b26769db0755a58aeb3f130dafc57506f97 commit hash: e4c97b26769db0755a58aeb3f130dafc57506f97 commit hash: e4c97b26769db0755a58aeb3f130dafc57506f97 commit hash: e4c97b26769db0755a58aeb3f130dafc57506f97 e4c97b2
Friday, 10 Sep 2021
21:17 Bernhard Froehlich (decke) search for other commits by this committer
devel/cmake: Add CPE information

Approved by:	portmgr (blanket)
commit hash: e56dd60b3974cdcad2a198b3053c91ec2c9a8f81 commit hash: e56dd60b3974cdcad2a198b3053c91ec2c9a8f81 commit hash: e56dd60b3974cdcad2a198b3053c91ec2c9a8f81 commit hash: e56dd60b3974cdcad2a198b3053c91ec2c9a8f81 e56dd60
Tuesday, 24 Aug 2021
17:59 Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/cmake: fix build with python 3.10 as default

Approved by:	portmgt blanket
commit hash: 913219385dfdf72232e6beefe287377cfebdfb04 commit hash: 913219385dfdf72232e6beefe287377cfebdfb04 commit hash: 913219385dfdf72232e6beefe287377cfebdfb04 commit hash: 913219385dfdf72232e6beefe287377cfebdfb04 9132193
Thursday, 29 Jul 2021
08:00 Tobias C. Berner (tcberner) search for other commits by this committer
devel/cmake: update to 3.21.0

Release notes:
	https://cmake.org/cmake/help/v3.21/release/3.21.html

PR:		257191
Exp-run by:	antoine
commit hash: 10700b1eeb3ac87bdf7c44b829c30b69719b4424 commit hash: 10700b1eeb3ac87bdf7c44b829c30b69719b4424 commit hash: 10700b1eeb3ac87bdf7c44b829c30b69719b4424 commit hash: 10700b1eeb3ac87bdf7c44b829c30b69719b4424 10700b1
Monday, 12 Jul 2021
12:26 Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: update to 3.20.5

Changelog:
	https://cmake.org/cmake/help/latest/release/3.20.html#id4

PR:		257003
Exp-run by:	antoine
commit hash: f6eb151ec688251fc914a2287ce1ed284a026b74 commit hash: f6eb151ec688251fc914a2287ce1ed284a026b74 commit hash: f6eb151ec688251fc914a2287ce1ed284a026b74 commit hash: f6eb151ec688251fc914a2287ce1ed284a026b74 f6eb151
Saturday, 26 Jun 2021
19:31 Tobias C. Berner (tcberner) search for other commits by this committer
devel/cmake: update to 3.20.4

Changelog:
	https://cmake.org/cmake/help/latest/release/3.20.html#id4

PR:		256663
Exp-run by:	antoine
commit hash: 041d23254fabfab610bcc8cd28062a8af9058d5f commit hash: 041d23254fabfab610bcc8cd28062a8af9058d5f commit hash: 041d23254fabfab610bcc8cd28062a8af9058d5f commit hash: 041d23254fabfab610bcc8cd28062a8af9058d5f 041d232
Thursday, 3 Jun 2021
14:51 Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: Update to 3.20.3

PR:	256281
Exp-run by:	antoine
commit hash: a620325d3650b566aed94b378f4bb87d8f1ef55f commit hash: a620325d3650b566aed94b378f4bb87d8f1ef55f commit hash: a620325d3650b566aed94b378f4bb87d8f1ef55f commit hash: a620325d3650b566aed94b378f4bb87d8f1ef55f a620325
Tuesday, 11 May 2021
19:44 Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: Update to 3.20.2

Changes:
	https://cmake.org/cmake/help/v3.20/release/3.20.html#id3

PR:		255666
Exp-run by:	antoine
commit hash: a447b751ae9431d4e93fa127f69edf779343bc1b commit hash: a447b751ae9431d4e93fa127f69edf779343bc1b commit hash: a447b751ae9431d4e93fa127f69edf779343bc1b commit hash: a447b751ae9431d4e93fa127f69edf779343bc1b a447b75
Thursday, 22 Apr 2021
20:23 Adriaan de Groot (adridg) search for other commits by this committer
devel/cmake: Update to 3.20.1

This new version of CMake is much more picky with the language
than previous versions, so there was a fair bit of fallout --
patched before this push with plenty of "fix in advance of CMake
3.20" commits.

Release notes are at
	https://cmake.org/cmake/help/v3.20/release/3.20.html

Thanks to antoine@ for multiple exp-runs.
commit hash: 943e7f612560f35caff6298fbf5ec6ecf7b4d1f7 commit hash: 943e7f612560f35caff6298fbf5ec6ecf7b4d1f7 commit hash: 943e7f612560f35caff6298fbf5ec6ecf7b4d1f7 commit hash: 943e7f612560f35caff6298fbf5ec6ecf7b4d1f7 943e7f6
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
Wednesday, 3 Mar 2021
11:59 tcberner search for other commits by this committer
devel/cmake: update to 3.19.6

Changelog:
	https://cmake.org/cmake/help/latest/release/3.19.html#id6

PR:		253837
Exp-run by:	antoine
Original commitRevision:567075 
Saturday, 27 Feb 2021
16:52 adridg search for other commits by this committer
Improve FreeBSD packaging in devel/cmake

The OPTION CPACK in CMake enables building FreeBSD packages directly
from cmake / cpack. This can be useful, for instance, with not-yet-
packaged software, or building packages for proprietary software.
This patch has been submitted upstream; it resolves a disagreement
between cmake and libpkg about the name of the resulting package.
Original commitRevision:566712 
Tuesday, 23 Feb 2021
23:24 adridg search for other commits by this committer
Update CMake's FreeBSD pkg(8) generator

There is an OPTION CPACK for CMake that enables a FreeBSD pkg(8)
generator: after building anything CMake-based, `cpack -G FREEBSD`
gives you a a ready-to-go installable package.

Well, assuming you turn the option on, and the bugs in the generator
are fixed. Which this patch does. I've tried it with supertux2
and some other bits and pieces and the patch is in a MR upstream.
Original commitRevision:566434 
Saturday, 20 Feb 2021
12:25 tcberner search for other commits by this committer
devel/cmake: update to 3.19.5

Changelog:
	https://cmake.org/cmake/help/latest/release/3.19.html#id5

PR:		253543
Exp-run by:	antoine
Original commitRevision:566157 
Wednesday, 10 Feb 2021
11:21 adridg search for other commits by this committer
Backport a Fortran-with-CMake patch from CMake 3.20

This is already merged upstream and slated for 3.20, but is convenient
to have in ports now (with CMake 3.19.4). It allows propagating
CMAKE_EXE_LINKER_FLAGS into fortran-compatibility-tests in the face
of post-CMake-3.10 policy settings.

Patch from yuri@, only massaged to avoid having an octothorpe in
a filename.

PR:		253381
Submitted by:	yuri@
Obtained from:	upstream
Original commitRevision:564851 
Monday, 8 Feb 2021
15:30 tcberner search for other commits by this committer
devel/cmake: update to 3.19.4

Changelog:
	https://cmake.org/cmake/help/latest/release/3.19.html#id4

PR:		253105
Exp-run by:	antoine
Original commitRevision:564714 
Monday, 18 Jan 2021
12:01 tcberner search for other commits by this committer
devel/cmake_ update to 3.19.3

Changelog:
	https://cmake.org/cmake/help/latest/release/3.19.html#id3

PR:		252660
Exp-run by:	antoine
Original commitRevision:561912 
Saturday, 2 Jan 2021
08:21 tcberner search for other commits by this committer
Update devel/cmake to 3.19.2

Release notes:
        - https://cmake.org/cmake/help/v3.19/release/3.19.html

Exp-run by:	 antoine
PR:		251920
Original commitRevision:559920 
Monday, 23 Nov 2020
18:47 tcberner search for other commits by this committer
devel/cmake: udpate to 3.18.5

PR:		251249
Exp-run by:	antoine
Original commitRevision:556117 
Sunday, 11 Oct 2020
10:55 tcberner search for other commits by this committer
devel/cmake: update to 3.18.4

Changes in 3.18.4 since 3.18.3:
	Brad King (3):
	  FindJNI: Add aarch64 support
	  VS: Populate `std:c{11,17}` flag table entries for v142
	  CMake 3.18.4

	Cristian Adam (1):
	  OBJCXX: Fix regression for compiling cpp files as objcxx

	Kinan Mahdi (1):
	  VS: Fix regression in C# source links

	Marc Chevrier (1):
	  FindPython: Fix erroneous regex in ABI check

	Shoaib Meenai (1):
	  Clang: Look for llvm-lib when using MSVC-like front-end

	zasdfg bnm (1):
	  FindCUDA/select_compute_arch: Add CUDA 11.1 and SM86 support

- add additional patch to ensure that wxWidgets can be found with minimal effort

PR:		250166
Exp-run by:	antoine
Original commitRevision:552049 
Monday, 28 Sep 2020
17:46 tcberner search for other commits by this committer
Update cmake to 3.18.3

PR:		249529
Exp-run by:	antoine
Original commitRevision:550436 
Sunday, 23 Aug 2020
20:36 tcberner search for other commits by this committer
devel/cmake: udpate to 3.18.2

Changelog:
	https://cmake.org/cmake/help/v3.18/release/3.18.html#id2

PR:		248791
Exp-run by:	antoine
Original commitRevision:546022 
Tuesday, 18 Aug 2020
15:10 pkubaj search for other commits by this committer
devel/cmake: fix build on GCC architectures

Manually define __BSD_VISIBLE to make timespec_get() available:
In file included from /usr/local/lib/gcc9/include/c++/chrono:41,
                 from
/wrkdirs/usr/ports/devel/cmake/work/cmake-3.18.1/Source/cmDuration.h:5,
                 from
/wrkdirs/usr/ports/devel/cmake/work/cmake-3.18.1/Source/cmSystemTools.h:19,
                 from
/wrkdirs/usr/ports/devel/cmake/work/cmake-3.18.1/Source/cmSystemTools.cxx:13:
/usr/local/lib/gcc9/include/c++/ctime:80:11: error: '::timespec_get' has not
been declared
   80 |   using ::timespec_get;
      |           ^~~~~~~~~~~~

PR:		248726
Original commitRevision:545234 
Sunday, 16 Aug 2020
09:27 tcberner search for other commits by this committer
devel/cmake: update to 3.18.1

- update to 3.18.1
- new port devel/cmakedoc

Thanks to adridg@ for tackling most of the fallout.

PR:		248003
Exp-run by:	antoine
Original commitRevision:545091 
Tuesday, 30 Jun 2020
17:46 tcberner search for other commits by this committer
Bump devel/jsoncpp consumers after r540853.

Reported by:	Kevin Oberman <rkoberman@gmail.com>
Original commitRevision:540909 
Tuesday, 2 Jun 2020
14:52 tcberner search for other commits by this committer
devel/cmake: update to 3.17.3

Exp-run by:	antoine
PR:		246847
Original commitRevision:537560 
Monday, 4 May 2020
18:18 tcberner search for other commits by this committer
devel/cmake: update to 3.17.2

PR:		246006
Exp-run by:	antoine
Original commitRevision:533937 
Monday, 13 Apr 2020
12:27 tcberner search for other commits by this committer
devel/cmake: update to 3.17.1

PR:		244936
Exp-run by:	antoine
Original commitRevision:531600 
Saturday, 11 Apr 2020
05:53 tcberner search for other commits by this committer
devel/cmake: update to 3.17.0

Thanks to adridg for fixing the fallouts.

PR:		244936
Exp-run by:	antoine
Original commitRevision:531399 
Thursday, 12 Mar 2020
17:39 tcberner search for other commits by this committer
devel/cmake: update to 3.16.5

Exp-run by:	antoine
PR:		244680
Original commitRevision:528300 
Monday, 10 Feb 2020
17:44 tcberner search for other commits by this committer
devel/cmake: update to 3.16.4

Exp-run by:	antoine
PR:		243909
Original commitRevision:525727 
Tuesday, 28 Jan 2020
17:20 bapt search for other commits by this committer
Fix bad dependency on pkg origin which prevents using pkg-devel
Original commitRevision:524503 
Friday, 24 Jan 2020
04:14 tcberner search for other commits by this committer
devel/cmake: update to 3.16.3

PR:		243487
Exp-run by:	antoine
Original commitRevision:523948 
Sunday, 19 Jan 2020
09:26 tcberner search for other commits by this committer
devel/cmake: Make Flex find module look in ${LOCALBASE}

PR:		243068
Reported by:	yuri
Original commitRevision:523523 
Monday, 13 Jan 2020
21:38 yuri search for other commits by this committer
devel/jsoncpp: Update 1.8.1 -> 1.9.2

PR:		229677
Differential Revision:	D22905
Original commitRevision:522975 
Monday, 6 Jan 2020
12:57 adridg search for other commits by this committer
Update devel/cmake to latest upstream release, 3.16.2

This new release has support for the latest Boost, Objective-C
and various small improvements. The release notes are at:
	https://cmake.org/cmake/help/v3.16/release/3.16.html

Two ports could not be persuaded to build with this new release
(math/openmesh science/fleur) and are marked BROKEN. Other build
fixes have already been done in-tree.

Thanks antoine@ for the exp-runs (multiple).
Thanks tcberner@ for prep-work (most of the work, actually).

PR:		242254
Original commitRevision:522222 
Sunday, 3 Nov 2019
07:53 tcberner search for other commits by this committer
devel/cmake: update to 3.15.5

PR:		241624
Exp-run by:	antoine
Original commitRevision:516393 
Saturday, 5 Oct 2019
15:58 adridg search for other commits by this committer
Update cmake to latest upstream release, 3.15.4

 - https://cmake.org/cmake/help/v3.15/release/3.15.html#id4
 - fixed regression in EXCLUDE_FROM_ALL

Thanks to Tobias for prep-work and Antoine for the exp-run.

PR:		241024
Original commitRevision:513830 
Sunday, 8 Sep 2019
19:22 tcberner search for other commits by this committer
devel/cmake: update to 3.15.3

PR:		240361
Exp-run by:	antoine
Original commitRevision:511585 
Wednesday, 14 Aug 2019
14:18 adridg search for other commits by this committer
Update devel/cmake to 3.15.2 (latest upstream release)

Release notes for the version updates are at:
	https://blog.kitware.com/cmake-3-15-0-available-for-download/
	https://blog.kitware.com/cmake-3-15-1-available-for-download/
	https://blog.kitware.com/cmake-3-15-2-available-for-download/

For FreeBSD, not much interesting has changed. Swift language support
might be useful.

A few ports were fixed as part of this exp-run (libemos not really
related to the CMake update, but in general). Thanks to antoine
for the exp-runs, tcberner for doing most of the prep-work.

PR:		239273
Submitted by:	tcberner
Original commitRevision:508922 
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, 3 Jun 2019
19:03 tcberner search for other commits by this committer
devel/cmake: update to 3.14.5

Changelog:
	https://cmake.org/cmake/help/v3.14/release/3.14.html#id4

Exp-run by:	antoine
PR:		238269
Original commitRevision:503416 
Friday, 17 May 2019
17:17 tcberner search for other commits by this committer
devel/cmake: update to 3.14.4

PR:		237899
Exp-run by:	antoine
Original commitRevision:501879 
Friday, 26 Apr 2019
20:43 tcberner search for other commits by this committer
devel/cmake: update to 3.14.3

PR:		237473
Exp-run by:	antoine
Original commitRevision:500137 
Monday, 15 Apr 2019
10:29 tcberner search for other commits by this committer
Upgrade cmake to 3.14.2

PR:		237228
Exp-run by:	antoine
Original commitRevision:499013 
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 
Friday, 5 Apr 2019
11:46 adridg search for other commits by this committer
Update CMake to latest release, 3.14.1

Changelog: https://cmake.org/cmake/help/v3.14/release/3.14.html
Local patches: fixes for Boost, Python, and OpenMP

Affected ports:
 - opencpn, hugin needed help in finding wx
 - kadu is over-enthusiastic in finding non-existent X11 components
 - xlife++ does weird things in parsing help output from cmake

Thanks antoine@ for multiple exp-runs.
Thanks tcberner@ for much prep-work.

PR:		236534 223678 227428
Original commitRevision:497948 
Tuesday, 5 Feb 2019
18:57 tcberner search for other commits by this committer
devel/cmake: update to 3.13.4

PR:		235457
Exp-run by:	antoine
Original commitRevision:492268 
Saturday, 19 Jan 2019
20:02 tcberner search for other commits by this committer
devel/cmake: update to 3.13.3

PR:		234959
Exp-run by:	antoine
Original commitRevision:490732 
Thursday, 20 Dec 2018
09:41 tcberner search for other commits by this committer
Update devel/cmake to 3.13.2

PR:		234011
Exp-run by:	antoine
Original commitRevision:487871 
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 
Saturday, 1 Dec 2018
07:37 tcberner search for other commits by this committer
devel/cmake: update to 3.13.1

PR:		233411
Exp-run by:	antoine
Original commitRevision:486323 
Saturday, 24 Nov 2018
12:08 tcberner search for other commits by this committer
Back out r460715 and only support default python version for sphinx dependency.

PR:		227573
Original commitRevision:485766 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Original commitRevision:484628 
14:54 tcberner search for other commits by this committer
Update devel/cmake to 3.12.4

PR:		232925
Exp-run by:	antoine
Original commitRevision:484615 
Sunday, 21 Oct 2018
09:10 tcberner search for other commits by this committer
Update devel/cmake* to 3.12.3

PR:		231982
Submitted by:	adridg
Exp-run by:	antoine
Original commitRevision:482656 
Monday, 24 Sep 2018
17:08 tcberner search for other commits by this committer
Update devel/cmake to 3.12.2

PR:		231463
Exp-run by:	antoine
Original commitRevision:480612 
Monday, 20 Aug 2018
21:43 adridg search for other commits by this committer
Update devel/cmake to 3.12.1

This is a minor incremental update. The patches for TCL 8.7 support
are no longer needed, because upstream has added that support.

Thanks Antoine for the exp-run.

PR:		230488
Submitted by:	tcberner
Original commitRevision:477675 
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 
Saturday, 28 Jul 2018
15:01 tcberner search for other commits by this committer
Update devel/cmake* to 3.12.0

Exp-run by:	antoine
PR:		229854
Original commitRevision:475584 
Wednesday, 18 Jul 2018
16:41 fluffy search for other commits by this committer
CMake: add TCL/Tk 8.7 as supported versions

Since TCL/Tk 8.7 release hits the ports and allowed to be default versions,
teach CMake modules to find its right way

Submitted by:	fluffy
Reviewed by:	tcberner
Differential Revision:	D16320
Original commitRevision:474884 
Wednesday, 20 Jun 2018
09:00 adridg search for other commits by this committer
ntroduce OPTION for devel/cmake to generate packages

The generator causes segfaults because it doesn't call pkg_init()
(see https://gitlab.kitware.com/cmake/cmake/issues/18031).
This feature was briefly enabled by default for 3.11.0, between
r467437 (added) and r467620 (removed), but causes problems with
stage-qa (PR 227372). Hide it behind an OPTION for people who want
it and don't worry about stage-qa.

The patch to CPack source will be submitted upstream once some
corner cases are ironed out.

Reported by:	upstream
Approved by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D15900
Original commitRevision:472857 
Tuesday, 19 Jun 2018
13:55 tcberner search for other commits by this committer
Update devel/cmake to 3.11.4

PR:		229054
Exp-run by:	antoine
Original commitRevision:472788 
Monday, 4 Jun 2018
22:15 tcberner search for other commits by this committer
Update devel/cmake to 3.11.3

PR:		228653
Exp-run by:	antoine
Original commitRevision:471725 
Thursday, 24 May 2018
20:48 tcberner search for other commits by this committer
Update cmake to 3.11.2

PR:		228363
Exp-run by:	antoine
Original commitRevision:470809 
Tuesday, 8 May 2018
16:36 tcberner search for other commits by this committer
Update devel/cmake to 3.11.1

Exp-run by:	antoine
PR:		227824
PR:		227573
Original commitRevision:469382 
Wednesday, 18 Apr 2018
13:58 jbeich search for other commits by this committer
devel/cmake: allow consumers to qualify boost_python version

PR:		227428
Exp-run by:	antoine
Original commitRevision:467712 
Tuesday, 17 Apr 2018
18:00 adridg search for other commits by this committer
Fix stage-qa problems with devel/cmake

Linking to base libarchive is disallowed by stage-qa, so restore
USES=libarchive (to avoid the bundled libarchive and to link to
ports libarchive) and drop the pkg(8) generator for CPack, since
libpkg in turn pulls in base libarchive.

PR:		227372
Approved by:	tcberner (mentor, implicit)
Original commitRevision:467620 
Sunday, 15 Apr 2018
21:43 adridg search for other commits by this committer
Update CMake to 3.11.0. Thanks to antoine@ for the exp-run.

In the run-up to this commit, many other ports were pre-emptively fixed.
The only issue still known is math/kig, which had a build failure in
the exp-run, but which isn't reproducible across multiple 11.1 {i386,amd64}
machines and poudriere builds. We've decided to forge ahead.

The new CMake version:
 - drops FreeBSD patches that have been incorporated upstream,
 - re-shuffles patches to FindQt4, since upstream has made some changes
   which break FindQt4 in new ways on FreeBSD (while fixing the old ones),
 - has new patches to make OpenMP and BLAS findable on FreeBSD,
 - drops ports libarchive in favor of the version in base, to avoid
   overlinking for the pkg(8) support in CPack (this makes portlint
   complain, and we have decided to ignore it).

PR:		227372 226959 223678
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14506
Original commitRevision:467437 
Friday, 2 Feb 2018
16:42 amdmi3 search for other commits by this committer
- Must specify flavor for python depends

Approved by:	portmgr blanket
Original commitRevision:460715 
Wednesday, 24 Jan 2018
18:29 tcberner search for other commits by this committer
Update devel/cmake & Co. to 3.10.2

* Adds an upstream patch to work with boost 1.66 additionally.

PR:		225318
Exp-run by:	antoine
Original commitRevision:459851 
Thursday, 18 Jan 2018
04:01 jbeich search for other commits by this committer
devel/cmake: unbreak net/ceph with boost 1.66

PR:		224185
Submitted by:	adridg
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13662
Original commitRevision:459314 
Saturday, 30 Dec 2017
22:31 adridg search for other commits by this committer
CMake 3.10 uses C++11, which needs to be explicitly enabled for
Tier-2 architectures.

PR:		224721
Reported by:	Justin Hibbits
Approved by:	tcberner (mentor)
Original commitRevision:457650 
Saturday, 23 Dec 2017
10:44 adridg search for other commits by this committer
Update CMake to 3.10.1

 - https://blog.kitware.com/cmake-3-10-1-available-for-download/
   - flang support
   - changes to automoc policies
   - support for FreeBSD package generation with CPack

Necessary fixes to other ports:
 - cad/openvsp make search for libxml explicit
 - math/scalapack force C compiler to be compatible with mpi
 - deskutils/kdepim4 fix incorrect sources list
 - www/qt5-webkit fix incorrect sources list

Thanks to Antoine for the multiple exp-runs.

PR:		223872
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13210
Original commitRevision:457041 
Thursday, 16 Nov 2017
10:15 adridg search for other commits by this committer
Update the cmake family to 3.9.6 (skip 3.9.5, the upstream
releases are coming quick and fast). Upstream changes are
 - AUTOMOC options fixes (3.9.5)
 - gcc_eh linking (3.9.6)

Thanks antoine@ for the exp-runs.

PR:		223436
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12958
Original commitRevision:454301 
Wednesday, 18 Oct 2017
13:36 adridg search for other commits by this committer
Update CMake to 3.9.4.

Update CMake to latest upstream release. This is a minor bug-fix release --
the changelog suggests mostly polishing applied to the FindBoost module.

Thanks to antoine@ for the exp-run.

PR:		222878
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D12604
Original commitRevision:452333 
Sunday, 1 Oct 2017
16:26 adridg search for other commits by this committer
Update CMake to 3.9.3

This includes the upstream patches for the new Boost version (PR 222207,
r450301).
Thanks to antoine@ for the exp-run.

PR:		222513
Approved by:	rakuco (mentor), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12427
Original commitRevision:451050 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Thursday, 21 Sep 2017
19:59 jbeich search for other commits by this committer
devel/cmake: backport boost 1.65.1 support

CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:767 (message):
  Imported targets not available for Boost version 106501
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindBoost.cmake:871
(_Boost_COMPONENT_DEPENDENCIES)
  /usr/local/share/cmake/Modules/FindBoost.cmake:1501
(_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:558 (find_package)

PR:		222207
Approved by:	kde (rakuco)
Obtained from:	upstream (cmake-3.9.3)
Original commitRevision:450301 
Thursday, 14 Sep 2017
21:02 adridg search for other commits by this committer
Update CMake to 3.9, merge devel/cmake-modules into devel/cmake

Thanks to antoine@ for the exp-run.

Approved by:		rakuco (mentor)
Reviewed by:		tcberner (mentor)
Reviewed by:		mat
PR:			222000 (exp-run)
Differential Revision:	https://reviews.freebsd.org/D12299
Original commitRevision:449853 
Monday, 26 Jun 2017
12:50 danfe search for other commits by this committer
Add two missing linefeeds.
Original commitRevision:444366 
Saturday, 10 Jun 2017
13:33 rakuco search for other commits by this committer
Update CMake to 3.8.2.

Thanks to antoine@ for the exp-run.

PR:		219765
Submitted by:	Adriaan de Groot <groot@kde.org>
Original commitRevision:443088 

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

1 | 2 | 3  »