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: net/ipxe/Makefile

Number of commits found: 50

Tuesday, 9 Apr 2024
15:21 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: update g20230822 (9e99a55b) to g20240403 (59f27d69)

  * delete 'files/patch-src_arch_x86_include_librm.h' as it's now landed
    in upstream code; https://github.com/ipxe/ipxe/pull/1036

  * other upstream changes include, but are not limited to:

    - [bnxt] Add support for BCM957608;
    - [build] Fix building on older versions of gcc;
    - [build] Fix building with newer binutils;
    - [crypto] Add X25519 key exchange algorithm;
    - [crypto] Add implementation of MS-CHAPv2 authentication (RFC2759);
    - [efi] Update to current EDK2 headers;
    - [intel] Add PCI ID for I219-LM (23), OK on FUJITSU LIFEBOOK U7413;
    - [libc] Replace linker_assert() with build_assert();
    - [librm] Use explicit operand size when pushing a label address;
    - [tls] Add ECDHE cipher suites;
    - [tls] Add support for Ephemeral Elliptic Curve Diffie-Hellman K.E;
    - [ucode] Add support for updating x86 microcode;
commit hash: 069a3fb3b21ca3465341783ec5a1ffbc40ba5a8e commit hash: 069a3fb3b21ca3465341783ec5a1ffbc40ba5a8e commit hash: 069a3fb3b21ca3465341783ec5a1ffbc40ba5a8e commit hash: 069a3fb3b21ca3465341783ec5a1ffbc40ba5a8e 069a3fb
Saturday, 26 Aug 2023
06:17 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: update g20230719 (c1834f32) to g20230822 (9e99a55b317f5da6)

  * this change applies 9e99a55b317f5da6 and c30b71ee9cc2dc2a from upstream

  * [virtio] Fix implementation of vpm_ioread32()

  The current implementation of vpm_ioread32() erroneously reads only 16
  bits of data, which fails when used with the (stricter) virtio device
  emulation in VirtualBox.

  Fix by using the correct readl()/inl() I/O wrappers.

  * [image] Check delimiters when parsing command-line key-value arguments

  The Linux kernel bzImage image format and the CPIO archive constructor
  will parse the image command line for certain arguments of the form
  "key=value".  This parsing is currently implemented using strstr() in
  a way that can cause a false positive suffix match.  For example, a
  command line containing "highmem=<n>" would erroneously be treated as
  containing a value for "mem=<n>".

  Fix by centralising the logic used for parsing such arguments, and
  including a check that the argument immediately follows a whitespace
  delimiter (or is at the start of the string).

PR:		272483
Reported by:	mikael@
commit hash: 11d406a20cb168fb54ef8bf843a3b711341f4fba commit hash: 11d406a20cb168fb54ef8bf843a3b711341f4fba commit hash: 11d406a20cb168fb54ef8bf843a3b711341f4fba commit hash: 11d406a20cb168fb54ef8bf843a3b711341f4fba 11d406a
Monday, 31 Jul 2023
09:33 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: update g20230211 (3c83843e) to g20230719 (c1834f32)

  while here:
  * enable NTP_CMD by default;
  * add notes about cryptography support from https://ipxe.org/crypto;
commit hash: 36ae666365d0dfc245e87a3b6fe4cc97c2619665 commit hash: 36ae666365d0dfc245e87a3b6fe4cc97c2619665 commit hash: 36ae666365d0dfc245e87a3b6fe4cc97c2619665 commit hash: 36ae666365d0dfc245e87a3b6fe4cc97c2619665 36ae666
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Monday, 13 Feb 2023
09:15 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: update g20221222 to g20230211 (3c83843e)
commit hash: 571600963b17d02667680933349a8f60be1fdb45 commit hash: 571600963b17d02667680933349a8f60be1fdb45 commit hash: 571600963b17d02667680933349a8f60be1fdb45 commit hash: 571600963b17d02667680933349a8f60be1fdb45 5716009
Friday, 30 Dec 2022
14:10 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: fix PORTSCOUT, by using skipv
commit hash: 674115d0607347de97106cc8cd4f27eeea3b8e5b commit hash: 674115d0607347de97106cc8cd4f27eeea3b8e5b commit hash: 674115d0607347de97106cc8cd4f27eeea3b8e5b commit hash: 674115d0607347de97106cc8cd4f27eeea3b8e5b 674115d
Tuesday, 27 Dec 2022
13:03 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: update g20220610 to g20221222 (7147532c)

  while here, bump default MINOR and PATCH versions
  - https://github.com/ipxe/ipxe/pull/794
commit hash: 3bf42c973a14cba03198ff49fb38c6f0705afc39 commit hash: 3bf42c973a14cba03198ff49fb38c6f0705afc39 commit hash: 3bf42c973a14cba03198ff49fb38c6f0705afc39 commit hash: 3bf42c973a14cba03198ff49fb38c6f0705afc39 3bf42c9
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, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

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

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Kapranoff <kappa@FreeBSD.org.ua>
  *  Alex Miller <asm@asm.kiev.ua>
  *  Alexander Hausner <alex@hugo.bmg.gv.at>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Moisseev <moiseev@mezonplus.ru>
  *  Alexander Novitsky
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Panyushkin <vsityz@gmail.com>
  *  Alexander V. Chernikov <melifaro@FreeBSD.org>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev <alexey@renatasystems.org>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Anatoliy Dmytriyev
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrei Lavreniyuk <andy.lavr@gmail.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andy Kosela <akosela@andykosela.com>
  *  Anes Mukhametov <anes@anes.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Anton Yuzhaninov <citrin@citrin.ru>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Querubin <tony@lava.net>
  *  Archie Cobbs
  *  Arne Lundberg <arlu@telia.com>
  *  Babak Farrokhi
  *  Babak Farrokhi <babak@farrokhi.net>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Bartek Rutkowski robak@FreeBSD.org
  *  Bill Fenner <fenner@FreeBSD.org>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bill Fumerola <billf@mu.org>
  *  Bjorn Konig <bkoenig@alpha-tierchen.de>
  *  Blaz Zupan <blaz@si.FreeBSD.org>
  *  BluePex Security Solutions <freebsd-ports@bluepex.com>
  *  Bob Frazier
  *  Boris Lytochkin <lytboris@gmail.com>
  *  Brad Davis <so14k@so14k.com>
  *  Brent B. Powers <bbp2006@columbia.edu>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Bruce M. Simpson <bms@FreeBSD.org>
  *  Bruce Simpson
  *  Carlo Strub <cs@FreeBSD.org>
  *  Carlos J Puga Medina <cpm@FreeBSD.org>
  *  Carsten Larsen <cs@innolan.dk>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris Hutchinson <portmaster@BSDforge.com>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christian Brueffer <chris@unixpages.org)
  *  Christian Laursen <xi@borderworlds.dk>
  *  Christopher Boumenot <boumenot@gmail.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
  *  Clement Laforet
  *  Clement Laforet <clement@FreeBSD.org>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Corey Smith <corsmith@gmail.com>
  *  Cory R. King <coryking@mozimedia.com>
  *  Craig Boston <craig@yekse.gank.org>
  *  Craig Leres <leres@FreeBSD.org>
  *  Daisuke Aoyama <aoyama@peach.ne.jp>
  *  Dan Caescu <daniel at freebsd.ro>
  *  Dan Pelleg <dpelleg+unison@cs.cmu.edu>
  *  Daniel Baker <dbaker@FreeBSD.org> <dbaker@cuckoo.com>
  *  Daniel Bryan <sisko@bsdmail.com>
  *  Daniel O'Connor <darius@dons.net.au>
  *  Danilo G. Baio <dbaio@FreeBSD.org>
  *  Danny Howard <dannyman@tellme.com>
  *  David Carlier
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  David O'Brien <obrien@NUXI.com>
  *  David Shane Holden <dpejesh@yahoo.com>
  *  David Thiel (lx@redundancy.redundancy.org)
  *  David Thiel <lx@redundancy.redundancy.org>
  *  Dean Freeman (wfreeman@sourcefire.com)
  *  Denis Generalov <gd.workbox@gmail.com>
  *  Denis Pokataev <catone@cpan.org>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Derek Schrock <dereks@lifeofadishwasher.com>
  *  Diederik de Groot
  *  Dima Dorfman <dd@FreeBSD.org>
  *  Dima Panov <fluffy@FreeBSD.org>
  *  Dima Sivachenko
  *  Dima Sivachenko <dima@chg.ru>
  *  Dirk-Willem van Gulik / dirkx@webweaving.org
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Dominic Marks <dominic.marks@btinternet.com>
  *  Dominic Mitchell <dom@happygiraffe.net>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dryice Liu
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Elias Mandouvalos <ocean@compulink.gr>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emmanuel Richiardone (err@tollari.org)
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erich Zigler <erich@tacni.net>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Eugene Grosbein <ports@grosbein.net>
  *  Felippe de Meirelles Motta <lippemail@gmail.com>
  *  Felix Hanley
  *  Felix Hanley <felix@userspace.com.au>
  *  Filippo Natali <filippo.natali@gmail.com>
  *  Filippo Natali <filippo@widestore.net>
  *  Florent Thoumie <flz@xbsd.org>
  *  Franco Fichtner <franco@opnsense.org>
  *  Frank Fenor <frank@fenor.de>
  *  Frank W. Josellis <frank@dynamical-systems.org>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Fukang Chen <loader@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
  *  Gabriel Dutra <0xdutra@gmail.com>
  *  Gabriel M. Dutra <0xdutra@gmail.com>
  *  Ganael LAPLANCHE <ganael.laplanche@martymac.org>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gaspar Chilingarov <nm@web.am>
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoff Garside
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  George V. Neville-Neil
  *  Gerrit Beine (<tux@pinguru.net>)
  *  GomoR <netpkt@gomor.org>
  *  Goran Tal
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Gregory Edigarov <greg@bestnet.kharkov.ua>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Guerkan Karaman <gk.freebsd@googlemail.com>
  *  Gunter Wambaugh <gunter@six-two.net>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  HSIN-HSIUNG CHANG
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Haowu Ge <ghw@7axu.com>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Hodne <henrik@hodne.io>
  *  Honza Betik
  *  Hugo Saro <hugo@barafranca.com>
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  IWATSUKI Hiroyuki <don@na.rim.or.jp>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Igor Vinokurov <igor@zynaps.ru>
  *  Ilia Skalozubov <freebsd@skinc.ru>
  *  Ilya Bakulin <webmaster@kibab.com>
  *  Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  Jacques Vidrine <nectar@FreeBSD.org>
  *  James Elstone <james@elstone.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jan Hornyak <pav@oook.cz>
  *  Janni
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Janos.Mohacsi@bsd.hu
  *  Janos.Mohacsi@dante.org.uk
  *  Jase Thew <freebsd@beardz.net>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Putsch <jdputsch@comcast.net>
  *  Jeremie Le Hen <jlh@FreeBSD.org>
  *  Jesper Skriver <jesper@FreeBSD.org>
  *  Jesse McConnell <jesse@gallup.com>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Clarke
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Bayly <freebsd.ports@tipstrade.net>
  *  John Hixson <jhixson@gmail.com>
  *  John Hixson<jhixson@FreeBSD.org>
  *  John Polstra <jdp@FreeBSD.org>
  *  Jon Nistor <nistor@snickers.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose M. Alcaide <jose@we.lc.ehu.es>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Joseph Scott <joseph@randomnetworks.com>
  *  Joshua Goodall <joshua@roughtrade.net>
  *  Jov <amutu@amutu.com>
  *  Juergen Lock <nox@FreeBSD.org>
  *  Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Juraj Lutter <otis@FreeBSD.org>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Karsten Pedersen <kpedersen@disroot.org>
  *  Kelly Yancey <kbyanc@FreeBSD.org>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Kevin Bowling <k@kev009.com>
  *  Kevin Bowling <kbowling@freebsd.org>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kirill Ponomarew <krion@FreeBSD.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Koop Mast <einekoai@chello.nl>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kristof Provost <kp@FreeBSD.org>
  *  Krzysztof Stryjek <ports@bsdserwis.com>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Eggert <lars@eggert.org>
  *  Lars Erik Gullerud <lerik@nolink.net>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lasse L. Johnsen (lasse@freebsdcluster.org)
  *  Lawrence Chen <beastie@tardisi.com>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loic Pefferkorn <loic-freebsd@loicp.eu>
  *  Loren M. Lang
  *  Lung-Pin Chang <changlp@cs.nctu.edu.tw>
  *  M. Birgmeier
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  MIHIRA Yoshiro <sanpei@FreeBSD.org>
  *  Mahlon E. Smith <mahlon@martini.nu>
  *  Maksym Sobolyev <sobomax@pbxpress.it>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marcin Cieslak <saper@system.pl>
  *  Marcin Jessa <freebsd@yazzy.org>
  *  Marcin Jessa <yazzy@yazzy.org>
  *  Marco P. Rodrigues <drkangel@drkangel.org>
  *  Marco Steinbach <coco@webdev.c0c0.intra>
  *  Marcus Glocker <marcus@nazgul.ch>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <liouxFreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Mars G Miro <spry@anarchy.in.the.ph>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Massimiliano Stucchi <mstucchi@ripe.net>
  *  Matt Emmerton <matt@gsicomp.on.ca>
  *  Matt Peterson <matt@peterson.org>
  *  Matthew George <mdg@secureworks.net>
  *  Matthew Luckie <mjl@luckie.org.nz>
  *  Matthew Seaman
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Teege <matthias@mteege.de>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Max V. Kostikov <max@kostikov.co>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael Frey <frey@raum3.de>
  *  Michael Handler <handler@grendel.net>
  *  Michael Johnson <ahze@FreeBSD.org
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Joyner <mjoyner@hq.dyns.cx>
  *  Michael Kohn <mike@mikekohn.net>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Michael Muenz <m.muenz@gmail.com>
  *  Mike Carlson <carlson39@llnl.gov>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikhail Zakharov <zmey20000@yahoo.com>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bd_subzero@yahoo.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Munechika SUMIKAWA <sumikawa@FreeBSD.org>
  *  Nathan Whitehon <nwhitehorn@freebsd.org>
  *  Neil Booth
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nobutaka Mantani <nobutaka@FreeBSD.org>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oliver Mahmoudi <olivermahmoudi@gmail.com>
  *  Olivier Cochard-Labbé <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Tharan <olive@oban.frmug.org>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Pankov Pavel <pankov_p@mail.ru>
  *  Paolo Pisati <flag@gufi.org>
  *  Patrick Li <pat@databits.net>
  *  Patrick MARIE <mycroft@virgaria.org>
  *  Patrick Powell <papowell@astart.com>
  *  Paul Dlug <paul@aps.org>
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip M. Gollucci <ports@FreeBSD.org>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Phillip Neumann <pneumann@gmail.com>
  *  Piotr Florczyk <pf@itwf.pl>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Raffaele De Lorenzo - raffaele.delorenzo@libero.it
  *  Rich Neswold <rneswold@mcs.net>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Roger Hardiman <roger@FreeBSD.org>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Roman Neuhauser (<neuhauser@bellavista.cz>)
  *  Roman Shterenzon <roman@xpert.com>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Rong-En Fan <rafan@infor.org>
  *  Roy Marples <roy@marples.name>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Russell Francis
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sahil Tandon <sahil@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sebastien Petit <spe@phear.org>
  *  Sebastien Santoro <dereckson@gmail.com>
  *  Seiichirou Hiraoka
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey Kandaurov <pluknet@gmail.com>
  *  Sergey Kozlov <sergey.kozlov@intel.com>
  *  Sergey Kozlov <skozlov@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sergey Velichkevych <serg@cad.kiev.ua>
  *  Shinsuke Matsui (<smatsui@karashi.org>)
  *  Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
  *  Simon Barner <barner@gmx.de>
  *  Simun Mikecin < numisemis at yahoo dot com >
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Stacey D. Son <sds@son.org>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stefan Hagen <sh@codevoid.de>
  *  Steve Jacobson <sjac@cs.stanford.edu>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunagawa Koji <koj@ofug.net>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Talal Al Dik (tad@vif.com)
  *  Thibault Payet <monwarez@mailoo.org>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Thomas Quinot <thomas@cuivre.fr.eu.org>
  *  Tillman Hodgson <tillman@seekingfire.com>
  *  Tim Bishop <tim@bishnet.net>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Tom McLaughlin <tmclaugh@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tony Shadwick <tshadwick@oss-solutions.com>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Trenton Schulz <trueos@norwegianrockcat.com>
  *  Trevor Corpropst <tcornpropst@cox.net>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Vadim Belman <vab@lflat.vas.mobilix.dk>
  *  Valery Komarov <komarov@valerka.net>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Vassili Tchersky <vt@bsdjeunz.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Victor Yagofarov <xnasx@yandex.ru>
  *  Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>)
  *  Weongyo Jeong <weongyo@FreeBSD.org>
  *  Willem Jan Withagen <wjw@digiware.nl>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Ward <William.Ward@ericsson.com>
  *  Winston Weinert <winstonw@lavabit.com>
  *  Xiaoding Liu <xiaoding+freebsd@xiaoding.org>
  *  Xin LI <delphij@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yann Berthier <yb@sainte-barbe.org>
  *  Yarema <yds@CoolRat.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yen-Ming Lee <leeym@leeym.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Yi-Jheng, Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoshihiko Sarumaru <mistral@imasy.or.jp>
  *  Yukihiro Nakai <Nacai@iname.com>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zhen REN <bg1tpt@gmail.com>
  *  aaron@FreeBSD.org
  *  ache
  *  adam
  *  adam@veda.is
  *  adamw
  *  alepulver
  *  alexp
  *  andreas
  *  andreas@FreeBSD.org
  *  andrey@kostenko.name
  *  arved
  *  asami
  *  ats (original)
  *  brd@FreeBSD.org
  *  brix@FreeBSD.org
  *  bsdx
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clsung
  *  clsung@dragon2.net
  *  cpm <cpm@fbsd.es>
  *  cy@FreeBSD.org
  *  dave@dogwood.com
  *  dds
  *  devin@spamcop.net
  *  dikshie <dikshie@lapi.itb.ac.id>
  *  dikshie@sfc.wide.ad.jp
  *  doconnor@gsoft.com.au
  *  erwin@FreeBSD.org
  *  fenner
  *  gahr
  *  gebhart@secnetix.de
  *  glarkin
  *  glewis
  *  gugu
  *  igor@zynaps.ru
  *  ijliao
  *  james@targetnet.com
  *  jameskamlyn@gmail.com
  *  jamundsen
  *  janos.mohacsi@bsd.hu
  *  jeff@cetlink.net
  *  jesusr
  *  jhay
  *  jkh
  *  johans@stack.nl
  *  jupengfei <jupengfei@gmail.com>
  *  kai
  *  krion@FreeBSD.org
  *  kris@FreeBSD.org
  *  kungfuftr <scott@surreytech.co.uk>
  *  kuriyama
  *  lance@evitel.net
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  liamfoy@sepulcrum.org
  *  lwhsu@FreeBSD.org
  *  marck@FreeBSD.org
  *  matusita@jp.FreeBSD.org
  *  maurice
  *  melifaro@ipfw.ru
  *  mfechner@FreeBSD.org
  *  mharo@FreeBSD.org
  *  michael johnson <ahze@ahze.net>
  *  mike@binghamton.edu
  *  msmith
  *  mwest@uct.ac.za
  *  nbm
  *  netch@netch.kiev.ua
  *  nishida@sfc.wide.ad.jp
  *  nork@FreeBSD.org
  *  pat@databits.net
  *  paul@FreeBSD.org
  *  petef
  *  petef@FreeBSD.org
  *  peter
  *  ports@c0decafe.net
  *  quest <quest@mac.com>
  *  rdenis@simphalempin.com
  *  renchap@cocoa-x.com
  *  rflynn@acsalaska.net
  *  roam@orbitel.bg
  *  ru
  *  ryo
  *  scrappy@FreeBSD.org
  *  shan
  *  shanali
  *  shigeru@iij.ad.jp
  *  shipley@dis.org
  *  skreuzer
  *  smace@FreeBSD.org
  *  sobomax
  *  spf@xslt.cs.nccu.edu.tw
  *  stast
  *  stb
  *  steinex
  *  sten@blinkenlights.nl
  *  swills@
  *  thierry@pompo.net
  *  tim@relay.nnn.tstu.ru
  *  timur@FreeBSD.org
  *  tm@onepost.net
  *  trevor
  *  vanhu <vanhu@netasq.com>
  *  vanilla
  *  vanilla@
  *  wenheping <wenheping@gmail.com>
  *  will
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>
  * # Created by Radim Kolar <hsn@sendmail.cz>

With hat:	portmgr
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 6a378e5
Monday, 20 Jun 2022
10:26 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: update g20220406 (70995397e5bd) to g20220610 (d3c8944d5c3a)
commit hash: 9f4e6b5ebe4596af5b617e109170f30573e98d1d commit hash: 9f4e6b5ebe4596af5b617e109170f30573e98d1d commit hash: 9f4e6b5ebe4596af5b617e109170f30573e98d1d commit hash: 9f4e6b5ebe4596af5b617e109170f30573e98d1d 9f4e6b5
Saturday, 23 Apr 2022
11:56 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: update g20220216 (bc5c612f) to g20220406 (70995397)

  while here, drop POSTSCOUT:skipv as I do want to be warned
commit hash: 12cabb3f4f698fa5d636ff6b37fb6638277756c1 commit hash: 12cabb3f4f698fa5d636ff6b37fb6638277756c1 commit hash: 12cabb3f4f698fa5d636ff6b37fb6638277756c1 commit hash: 12cabb3f4f698fa5d636ff6b37fb6638277756c1 12cabb3
Sunday, 20 Feb 2022
17:14 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: pet PORTSCOUT
commit hash: fb7889540cac4d76bc1e5ddd2ec8e27a1c65dbe7 commit hash: fb7889540cac4d76bc1e5ddd2ec8e27a1c65dbe7 commit hash: fb7889540cac4d76bc1e5ddd2ec8e27a1c65dbe7 commit hash: fb7889540cac4d76bc1e5ddd2ec8e27a1c65dbe7 fb78895
Saturday, 19 Feb 2022
13:29 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: update g20210910 (2265a65) to g20220216 (bc5c612f756b11c0)

  * https://github.com/ipxe/ipxe/tree/bc5c612f756b11c08e5e1eaeee3c1fd91252534d

  while here,
    - pet portlint (move BUILD_DEPENDS to the top);
    - make sure portscout skips an old version, using skipv.
commit hash: 1927f85352d8ebb3dc3eae3519044b8c04a9ffa2 commit hash: 1927f85352d8ebb3dc3eae3519044b8c04a9ffa2 commit hash: 1927f85352d8ebb3dc3eae3519044b8c04a9ffa2 commit hash: 1927f85352d8ebb3dc3eae3519044b8c04a9ffa2 1927f85
Tuesday, 12 Oct 2021
10:19 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: FIX failing to build while ISO=off

  * while here, update g20210727 (e09e114) to g20210910 (2265a65)

Reported by:	Stephane D'Alu <sdalu % sdalu.com>
PR:		258860
commit hash: 1231d77a59906d386cc6275a00dcec0a7dcfab5b commit hash: 1231d77a59906d386cc6275a00dcec0a7dcfab5b commit hash: 1231d77a59906d386cc6275a00dcec0a7dcfab5b commit hash: 1231d77a59906d386cc6275a00dcec0a7dcfab5b 1231d77
Friday, 13 Aug 2021
15:05 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: update g20210413 (8ca43cc) to g20210727 (e09e114)
commit hash: 5b3292cf80d58d117fd6d1735f68c59905d211ac commit hash: 5b3292cf80d58d117fd6d1735f68c59905d211ac commit hash: 5b3292cf80d58d117fd6d1735f68c59905d211ac commit hash: 5b3292cf80d58d117fd6d1735f68c59905d211ac 5b3292c
Wednesday, 14 Apr 2021
11:11 Vinícius Zavam (egypcio) search for other commits by this committer
net/ipxe: update g20201129 (13a6d17) to g20210413 (8ca43cc)

  - https://github.com/ipxe/ipxe/commit/79c0173

    Create util/genfsimg for building filesystem-based images

    Generalise util/geniso, util/gensdsk, and util/genefidsk to
    create a single script util/genfsimg that can be used to build
    either FAT filesystem images or ISO images.

  - https://github.com/ipxe/ipxe/commit/f034ae5

    Allow elf2efi.c to build on FreeBSD

PR:		254600
Reported by:	dch@
commit hash: e91ecf9b7664d357cf9270b0edc43524957e9777 commit hash: e91ecf9b7664d357cf9270b0edc43524957e9777 commit hash: e91ecf9b7664d357cf9270b0edc43524957e9777 commit hash: e91ecf9b7664d357cf9270b0edc43524957e9777 e91ecf9
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, 12 Mar 2021
09:30 gerald search for other commits by this committer
Convert net/ipxe to use the new "build" argument to USE_GCC. This
replaces direct manipulation of RUN_DEPENDS by the more declarative
and simpler USE_GCC=yes:build.

PR:		211154
Approved by:	maintainer timeout (three weeks)
Original commitRevision:568155 
Monday, 30 Nov 2020
16:51 egypcio search for other commits by this committer
net/ipxe: update g20201020 (e6f9054) to g20201129 (13a6d17)
Original commitRevision:556659 
Tuesday, 20 Oct 2020
19:44 egypcio search for other commits by this committer
net/ipxe: update 20200722 to g20201020,1 (e6f9054)

  build OK
  testport OK (supported archs)

while here,

  - adopt port;
  - follow "5.4.3. USE_GITHUB" recommendations; [1]
  - PORTEPOCH needed to be used here;
  - reduce GH_TAGNAME to use 7 (seven) chars as usual.

[1]
freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html

PR:		250493
Original commitRevision:552847 
Monday, 28 Sep 2020
05:05 tobik search for other commits by this committer
Reset MAINTAINER
Original commitRevision:550400 
Monday, 27 Jul 2020
13:00 tobik search for other commits by this committer
net/ipxe: Update to latest commit

Changes:	https://github.com/ipxe/ipxe/compare/9ee70fb95bc266885ff88be228b044a2bb226eeb...b76052335788d0ad2c4b0bded116c3b02dd4bbc2
Original commitRevision:543521 
Sunday, 21 Jun 2020
14:38 tobik search for other commits by this committer
net/ipxe: Unbreak build with GCC 10

/usr/local/bin/ld: bin/blib.a(dmfe.o):(.bss+0x0): multiple definition of
`_shared_bss'; bin/blib.a(davicom.o):(.bss+0x0): first defined here
/usr/local/bin/ld: bin/blib.a(epic100.o):(.bss+0x0): multiple definition of
`_shared_bss'; bin/blib.a(davicom.o):(.bss+0x0): first defined here
/usr/local/bin/ld:
bin/blib.a(pxe_preboot.o):/wrkdirs/usr/ports/net/ipxe/work/ipxe-9ee70fb95bc266885ff88be228b044a2bb226eeb/src/include/ipxe/isapnp.h:237:
multiple definition of `isapnp_read_port'; bin/blib.a(isapnp.o):(.bss+0x0):
first defined here
/usr/local/bin/ld: bin/blib.a(sis900.o):(.bss+0x0): multiple definition of
`_shared_bss'; bin/blib.a(davicom.o):(.bss+0x0): first defined here
/usr/local/bin/ld: bin/blib.a(sundance.o):(.bss+0x0): multiple definition of
`_shared_bss'; bin/blib.a(davicom.o):(.bss+0x0): first defined here
/usr/local/bin/ld: bin/blib.a(tlan.o):(.bss+0x0): multiple definition of
`_shared_bss'; bin/blib.a(davicom.o):(.bss+0x0): first defined here
/usr/local/bin/ld: bin/blib.a(tulip.o):(.bss+0x0): multiple definition of
`_shared_bss'; bin/blib.a(davicom.o):(.bss+0x0): first defined here
/usr/local/bin/ld: bin/blib.a(w89c840.o):(.bss+0x0): multiple definition of
`_shared_bss'; bin/blib.a(davicom.o):(.bss+0x0): first defined here

http://package22.nyi.freebsd.org/data/113amd64-default-PR244008/2020-06-10_18h05m01s/logs/errors/ipxe-20200314.log

PR:		246700
Original commitRevision:539767 
Saturday, 13 Jun 2020
16:47 tobik search for other commits by this committer
net/ipxe: Update to latest commit

- Build more EFI images [1]

Changes:	https://github.com/ipxe/ipxe/compare/bdf0e029ae8c9a0e173d5988ee64ff910538af53...9ee70fb95bc266885ff88be228b044a2bb226eeb
Submitted by:	skozlov (based on) [1]
Differential Revision:	https://reviews.freebsd.org/D25213
Original commitRevision:538683 
Thursday, 9 Apr 2020
04:21 tobik search for other commits by this committer
net/ipxe: Update to latest commit

Changes:	https://github.com/ipxe/ipxe/compare/3fe683ebab29afacf224e6b0921f6329bebcdca7...bdf0e029ae8c9a0e173d5988ee64ff910538af53
Original commitRevision:531171 
04:20 tobik search for other commits by this committer
net/ipxe: Pet portfmt and clean up stale comment
Original commitRevision:531170 
Monday, 4 Nov 2019
10:50 dch search for other commits by this committer
net/ipxe: update to latest snapshot 2019/09/29

PR:		241703
Reviewed by:	tobik
Approved by:	jrm (mentor, implicit)
Sponsored by:	SkunkWerks, GmbH
Original commitRevision:516632 
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, 15 Jul 2019
13:08 tobik search for other commits by this committer
net/ipxe: Update to latest commit

- Convert pkg-message to UCL while here

Changes:	https://github.com/ipxe/ipxe/compare/b28ccfc725c9a52401aaa09de0734a44bd44a02d...a385e2376859dc0195ec77aeab220876b201c16b
PR:		239222
Reported by:	dch
Original commitRevision:506662 
Saturday, 9 Mar 2019
14:30 tobik search for other commits by this committer
net/ipxe: Update to latest commit

Changes:	https://github.com/ipxe/ipxe/compare/133f4c47baef6002b2ccb4904a035cda2303c6e5...b28ccfc725c9a52401aaa09de0734a44bd44a02d
Original commitRevision:495146 
Sunday, 6 Jan 2019
11:50 tobik search for other commits by this committer
net/ipxe: Build VMware ROMs

PR:		234658
Original commitRevision:489461 
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 
Friday, 23 Nov 2018
08:57 tobik search for other commits by this committer
net/ipxe: Update to latest commit
Original commitRevision:485643 
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 
Sunday, 10 Jun 2018
10:02 tobik search for other commits by this committer
net/ipxe: Update to latest commit

Pull in gcsplit from sysutils/coreutils when users try to embed
certificates via CERT= in MAKE_ARGS.  This currently fails because
iPXE expects csplit to behave like GNU csplit and uses constructs
that our csplit does not support.

PR:		228835
Submitted by:	Chad Jacob Milios <milios@ccsys.com> (based on)
Original commitRevision:472124 
Wednesday, 25 Apr 2018
15:13 tobik search for other commits by this committer
net/ipxe: Build undionly and EFI images

Submitted by:	fabian.freyer@physik.tu-berlin.de
Differential Revision:	https://reviews.freebsd.org/D15194
Original commitRevision:468280 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Tuesday, 27 Feb 2018
20:55 tobik search for other commits by this committer
net/ipxe: Update to latest commit

- Make ISO creation optional

- Remove support for IPXE_EMBED and IPXE_TRUST.  They can be passed
  directly via IPXE_MAKE_ARGS in make.conf, Makefile.local or similar
  instead:

	IPXE_MAKE_ARGS=	EMBED=${.CURDIR}/ipxe-script

- Add support for setting iPXE build options via IPXE_BUILDCFG

- Enable serial console, ping and poweroff commands
Original commitRevision:463161 
Tuesday, 23 Jan 2018
16:00 tobik search for other commits by this committer
net/ipxe: Update to latest commit

Changes:	https://github.com/ipxe/ipxe/compare/1b67a0564657b6fcef18b1588ea6491ca1b1996d...fbe8c52d0d9cdb3d6f5fe8be8edab54618becc1f
Original commitRevision:459783 
Thursday, 2 Nov 2017
20:31 tobik search for other commits by this committer
net/ipxe: Update to latest commit

iPXE naturally doesn't require or link with any of the libraries
provided by GCC, so remove the GCC run dependency.  In the absence of
a better solution to do this we use the hack used by other ports like
devel/linux-kernel, sysutils/memtest86+, sysutils/grub2-bhyve,
misc/seabios, ... [1]

Changes:	https://github.com/ipxe/ipxe/compare/26050fd4c87c50503d5bd573b2ec91703676e211...1b67a0564657b6fcef18b1588ea6491ca1b1996d
PR:		211154 [1]
Original commitRevision:453376 
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 
Tuesday, 8 Aug 2017
20:00 tobik search for other commits by this committer
When ld is lld net/ipxe fails to build with

ld  -m elf_i386_fbsd -N --no-check-sections --section-start=.prefix=0  
--gc-sections -static -o bin/usbdisk.bin --oformat binary -e 0 bin/usbdisk.o
ld: error: unknown argument: --no-check-sections
ld: error: unknown argument: --section-start=.prefix=0

The port is supposed to use ld from devel/binutils but does not
currently respect ${LD} (or any of the other binutils related
variables) and always uses ld from base.  Make sure that the build
actually uses the binutils from ports.

While here:
- Remove Perl runtime dependency
- Pet portlint
- Trim the pkg-message to the actually useful bits
Original commitRevision:447572 
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 
Wednesday, 15 Feb 2017
12:28 tobik search for other commits by this committer
Update MAINTAINER to tobik@FreeBSD.org for my ports

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9610
Original commitRevision:434159 
Saturday, 11 Feb 2017
21:08 jbeich search for other commits by this committer
net/ipxe: update to 20161208

Changes:	https://git.ipxe.org/ipxe.git/shortlog/26050fd4c87c50503d5bd573b2ec91703676e211
PR:		216329
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Original commitRevision:433914 
20:52 jbeich search for other commits by this committer
net/ipxe: verbose build and unbreak with gcc6 or later

PR:		217005
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Original commitRevision:433912 
Sunday, 20 Nov 2016
09:38 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.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Friday, 11 Mar 2016
21:58 pi search for other commits by this committer
net/ipxe: unbreak build on HEAD...

...by using the port version of objcopy

PR:		207890
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Original commitRevision:410842 
Tuesday, 1 Mar 2016
20:34 pi search for other commits by this committer
New port: net/ipxe

iPXE is the leading open source network boot firmware.  It provides a
full PXE implementation enhanced with additional features such as:
* boot from a web server via HTTP
* boot from an iSCSI SAN
* boot from a Fibre Channel SAN via FCoE
* boot from an AoE SAN
* boot from a wireless network
* boot from a wide-area network
* boot from an Infiniband network
* control the boot process with a script

WWW: http://ipxe.org

PR:		207166
Submitted by:	Tobias Kortkamp <t@tobik.me>
Original commitRevision:409900 

Number of commits found: 50