Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20240403,1 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
g20240403,1 09 Apr 2024 15:21:18 |
Vinícius Zavam (egypcio) |
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; |
g20230822,1 29 Aug 2023 03:06:38 |
Yasuhiro Kimura (yasu) |
net/ipxe: Add patch to fix build with upcoming binutils 2.41
Obtained from: https://github.com/ipxe/ipxe/pull/1011
PR: 273024
Approved by: maintainer |
g20230822,1 26 Aug 2023 06:17:46 |
Vinícius Zavam (egypcio) |
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 (Only the first 15 lines of the commit message are shown above ) |
g20230719,1 31 Jul 2023 09:33:15 |
Vinícius Zavam (egypcio) |
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; |
g20230211_1,1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
g20230211,1 13 Feb 2023 09:15:34 |
Vinícius Zavam (egypcio) |
net/ipxe: update g20221222 to g20230211 (3c83843e) |
g20221222,1 30 Dec 2022 14:10:49 |
Vinícius Zavam (egypcio) |
net/ipxe: fix PORTSCOUT, by using skipv |
g20221222,1 27 Dec 2022 13:03:59 |
Vinícius Zavam (egypcio) |
net/ipxe: update g20220610 to g20221222 (7147532c)
while here, bump default MINOR and PATCH versions
- https://github.com/ipxe/ipxe/pull/794 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
g20220610,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
g20220610,1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
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> (Only the first 15 lines of the commit message are shown above ) |
g20220610,1 20 Jun 2022 10:26:47 |
Vinícius Zavam (egypcio) |
net/ipxe: update g20220406 (70995397e5bd) to g20220610 (d3c8944d5c3a) |
g20220406,1 23 Apr 2022 11:56:16 |
Vinícius Zavam (egypcio) |
net/ipxe: update g20220216 (bc5c612f) to g20220406 (70995397)
while here, drop POSTSCOUT:skipv as I do want to be warned |
g20220216,1 20 Feb 2022 17:14:28 |
Vinícius Zavam (egypcio) |
net/ipxe: pet PORTSCOUT |
g20220216,1 19 Feb 2022 13:29:20 |
Vinícius Zavam (egypcio) |
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. |
g20210910,1 12 Oct 2021 10:19:40 |
Vinícius Zavam (egypcio) |
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 |
g20210727,1 13 Aug 2021 15:05:10 |
Vinícius Zavam (egypcio) |
net/ipxe: update g20210413 (8ca43cc) to g20210727 (e09e114) |
g20210413,1 14 Apr 2021 11:11:06 |
Vinícius Zavam (egypcio) |
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@ |
g20201129,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20201129,1 12 Mar 2021 09:30:47 |
gerald |
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) |
g20201129,1 30 Nov 2020 16:51:57 |
egypcio |
net/ipxe: update g20201020 (e6f9054) to g20201129 (13a6d17) |
g20201020,1 20 Oct 2020 19:44:06 |
egypcio |
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 |
20200722 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
20200722 27 Jul 2020 13:00:48 |
tobik |
net/ipxe: Update to latest commit
Changes: https://github.com/ipxe/ipxe/compare/9ee70fb95bc266885ff88be228b044a2bb226eeb...b76052335788d0ad2c4b0bded116c3b02dd4bbc2 |
20200610 21 Jun 2020 14:38:06 |
tobik |
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 |
20200610 13 Jun 2020 16:47:09 |
tobik |
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 |
20200314 09 Apr 2020 04:21:46 |
tobik |
net/ipxe: Update to latest commit
Changes: https://github.com/ipxe/ipxe/compare/3fe683ebab29afacf224e6b0921f6329bebcdca7...bdf0e029ae8c9a0e173d5988ee64ff910538af53 |
20190929 09 Apr 2020 04:20:27 |
tobik |
net/ipxe: Pet portfmt and clean up stale comment |
20190929 04 Nov 2019 10:50:43 |
dch |
net/ipxe: update to latest snapshot 2019/09/29
PR: 241703
Reviewed by: tobik
Approved by: jrm (mentor, implicit)
Sponsored by: SkunkWerks, GmbH |
20190715_1 26 Jul 2019 20:46:57 |
gerald |
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 |
20190715 15 Jul 2019 13:08:55 |
tobik |
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 |
20190307 09 Mar 2019 14:30:04 |
tobik |
net/ipxe: Update to latest commit
Changes: https://github.com/ipxe/ipxe/compare/133f4c47baef6002b2ccb4904a035cda2303c6e5...b28ccfc725c9a52401aaa09de0734a44bd44a02d |
20180825_2 06 Jan 2019 11:50:46 |
tobik |
net/ipxe: Build VMware ROMs
PR: 234658 |
20180825_1 12 Dec 2018 01:35:36 |
gerald |
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 |
20180825 23 Nov 2018 08:57:55 |
tobik |
net/ipxe: Update to latest commit |
20180514_1 29 Jul 2018 22:18:46 |
gerald |
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 |
20180514 10 Jun 2018 10:02:56 |
tobik |
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) |
20180220_2 25 Apr 2018 15:13:48 |
tobik |
net/ipxe: Build undionly and EFI images
Submitted by: fabian.freyer@physik.tu-berlin.de
Differential Revision: https://reviews.freebsd.org/D15194 |
20180220_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
20180220 27 Feb 2018 20:55:28 |
tobik |
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 |
20180117 23 Jan 2018 16:00:14 |
tobik |
net/ipxe: Update to latest commit
Changes: https://github.com/ipxe/ipxe/compare/1b67a0564657b6fcef18b1588ea6491ca1b1996d...fbe8c52d0d9cdb3d6f5fe8be8edab54618becc1f |
20170924 02 Nov 2017 20:31:53 |
tobik |
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] |
20161208_3 10 Sep 2017 20:55:39 |
gerald |
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 |
20161208_2 08 Aug 2017 20:00:00 |
tobik |
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 |
20161208_1 01 Apr 2017 15:23:32 |
gerald |
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 |
20161208 15 Feb 2017 12:28:29 |
tobik |
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610 |
20161208 11 Feb 2017 21:08:48 |
jbeich |
net/ipxe: update to 20161208
Changes: https://git.ipxe.org/ipxe.git/shortlog/26050fd4c87c50503d5bd573b2ec91703676e211
PR: 216329
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) |
20160213_2 11 Feb 2017 20:52:24 |
jbeich |
net/ipxe: verbose build and unbreak with gcc6 or later
PR: 217005
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) |
20160213_2 20 Nov 2016 09:38:09 |
gerald |
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. |
20160213_1 03 Nov 2016 13:30:40 |
mat |
Fix build with Perl 5.24+
PR: 213810
Sponsored by: Absolight |
20160213_1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
20160213_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
20160213_1 11 Mar 2016 21:58:40 |
pi |
net/ipxe: unbreak build on HEAD...
...by using the port version of objcopy
PR: 207890
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) |
20160213 01 Mar 2016 20:34:41 |
pi |
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> |