Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.13.4_2 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.13.4_2 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.13.4_1 30 Sep 2023 15:18:20 |
Muhammad Moinur Rahman (bofh) |
net/intel-ixl-kmod: Add OPTIONS_DEFAULT
Need to add OPTIONS_DEFAULT for OPTIONS_SINGLE.
Approved by: portmgr (blanket)
Fixes: e717a93 net/intel-*-kmod: Remove MAX_NETMAP_OSVERSION |
30 Sep 2023 15:10:20
|
Muhammad Moinur Rahman (bofh) |
net/intel-*-kmod: Remove MAX_NETMAP_OSVERSION
ALl the version mentioned here for MAX_NETMAP_OSVERSION are unsupported
by the ports tree. So remove the check and also remove the OPTION
NETMAP_AUTO.
Approved by: portmgr (blanket) |
1.13.4 16 Aug 2023 14:49:22 |
Piotr Kubaj (pkubaj) |
net/intel-ixl-kmod: update to 1.13.4
Also enable on aarch64 and riscv64, no reason to limit just to powerpc64* and
amd64. |
1.12.40 12 Jun 2023 15:14:21 |
Piotr Kubaj (pkubaj) |
net/intel-ice-kmod: add a port for Intel 100G driver |
1.12.40 12 Jun 2023 15:14:21 |
Piotr Kubaj (pkubaj) |
net/intel-ixl-kmod: update to 1.12.40 |
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) |
1.12.2 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 ) |
1.12.2 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 ) |
1.12.2 23 Jun 2022 21:32:14 |
John Baldwin (jhb) |
net/intel-ixl-kmod: Remove unused DRIVER_MODULE devclass on recent main.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D35202 |
1.12.2 25 Oct 2021 12:58:29 |
Alexey Dokuchaev (danfe) |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
1.12.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.12.2 18 Nov 2020 19:30:56 |
pkubaj |
net/intel-ixl-kmod: add powerpc64le to the mix |
1.12.2 01 Sep 2020 10:32:42 |
pkubaj |
net/intel-ixl-kmod: fix build of slave ports
Use PATCH* block to already existing if for the master port.
MFH: 2020Q3 (fix build blanket) |
1.12.2 25 Aug 2020 21:34:38 |
skozlov |
net/intel-ixl-kmod: Re-apply patches fixing powerpc64 build
Patch testing and review done, can be re-applied now.
The patch will be integrated into the upstream distfile
in one of the following versions.
Submitted by: pkubaj
Reviewed by: skozlov, erj
Sponsored by: Intel |
1.12.2 24 Aug 2020 00:35:30 |
skozlov |
net/intel-ixl-kmod: Update to 1.12.2
Submitted by: erj
Reviewed by: skozlov
Sponsored by: Intel
Differential Revision: https://reviews.freebsd.org/D26106 |
1.11.29_1 24 Aug 2020 00:27:13 |
skozlov |
net/intel-ixl-kmod: Revert powerpc64 build patch
Revert r545792 and r545795
Reasons:
- The patches wasn't approved by the port maintainer
- Port driver version is different from the in-kernel
one so the patch have to undergo proper QA process
before being committed for the port
- No QA information provided with the patch for the port
- Patch is applied for all the architectures, not
only affected one
Bump PORTREVISION to ensure that whoever installed the patched version
gets notified of the revert.
Sponsored by: Intel |
1.11.29 22 Aug 2020 23:54:03 |
pkubaj |
net/intel-ixl-kmod: fix runtime on powerpc64
It looks like the fix for powerpc64 wasn't committed to the upstream yet. Take
the patch that was committed to head and use it to patch this port (from
https://svnweb.freebsd.org/base/head/sys/dev/ixl/ixl_pf_main.c?view=patch&r1=358698&r2=358697&pathrev=358698)
MFH: 2020Q3 (runtime fix) |
1.11.29 22 Aug 2020 23:15:26 |
pkubaj |
net/intel-ixl-kmod: enable building on powerpc64
ixl has been fixed in head some time ago on powerpc64.
MFH: 2020Q3 (fix build blanket) |
1.11.29 24 Jun 2020 14:03:41 |
skozlov |
net/intel-ixl-kmod: update to 1.11.29
Sponsored by: Intel |
1.11.9_1 12 Jun 2020 07:44:24 |
skozlov |
Change approach to missing manpage in net/intel-ix-kmod
Instead of not installing the missing man page - use the one from the previous
version.
Changes include:
- Revert all the MANPAGEEXISTS-related changes from net/intel-{ixl,ix}-kmod
- Allow slave ports of net/intel-ixl-kmod to set their own MASTER_SITES
- Add previous version of intel-ix-kmod to it's DISTFILES
- Add pre-install target to intel-ixl-kmod to place the man page where
do-install expects to find it |
1.11.9_1 10 Jun 2020 14:46:30 |
skozlov |
Modernize net/intel-ixl-kmod
- Unbreak on 12.1 (no netmap headers, netmap should be off)
- Remove obsolete mentions of pre-11 FreeBSD versions
- Allow for a slave port to not have a man page
Sponsored by: Intel |
1.11.9 22 Aug 2019 08:53:00 |
skozlov |
net/intel-ixl-kmod: Update to 1.11.9
Sponsored by: Intel Corporation |
1.10.4 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.10.4 15 May 2019 15:58:25 |
skozlov |
net/intel-ixl-kmod: Cap netmap support at 12.x
Netmap is no longer supported in the port-provided driver since 13.0.
Use in-kernel iflib version instead.
Sponsored by: Intel Corporation |
1.10.4 06 Dec 2018 10:48:46 |
skozlov |
net/intel-ixl-kmod: Update from 1.9.13 to 1.10.4
Summary:
- Update distinfo
- Bump PORTVERSION
- Remove PORTREVISION
Approved By: sbruno (mentor)
Differential Revision: https://reviews.freebsd.org/D18438 |
1.9.13_1 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
1.9.13_1 16 Oct 2018 12:02:51 |
skozlov |
net/intel-ixl-kmod: Remove -Werror from CFLAGS
-Werror in CFLAGS may cause overreaction if a custom compiler or
compilation options are used. To avoid this - WERROR is disabled
in kmod.mk
Compile and sanity checked intel-{ixl,ix,em}-kmod using
poudriere+portlint
Approved By: sbruno (mentor), koobs,
franco_opnsense.org (intel-em-kmod maintainer)
Differential Revision: https://reviews.freebsd.org/D17533 |
1.9.13_1 08 Oct 2018 20:17:16 |
skozlov |
net/intel-em-kmod: Update to 7.7.4, enable netmap on 11
- Update PORTVERSION and distinfo
- Extend netmap options to slave ports too
- Add option to set maximum supported os version w/netmap
for slave ports in intel-ixl-kmod
- Mark the port as non-netmap by default for 12+, as the
driver doesn't build with netmap support atm
Compile and sanity tested using poudriere w/portlint
Reviewed By: sbruno (mentor), franco_opnsense.org (maintainer)
Differential Revision: https://reviews.freebsd.org/D17440 |
1.9.13_1 05 Oct 2018 16:22:43 |
skozlov |
net/intel-ixl-kmod: Add had-linked man page
Summary:
- ixl has two hard-linked man pages: ixl(4) and if_ixl(4),
before the port was only installing ixl(4)
- Fix portline warning for USES while here
Test Plan: Compile/sanity tested with poudriere w/portlint
Approved By: sbruno (mentor)
Differential Revision: https://reviews.freebsd.org/D17435 |
1.9.13 10 Jul 2018 03:27:44 |
swills |
net/intel-ixl-kmod: update to 1.9.13
Submitted by: kozlov.sergey.404@gmail.com
Reviewed by: erj
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D16037 |
1.9.5 21 Dec 2017 15:35:30 |
sbruno |
net/intel-ixl-kmod: Update to 1.9.5
Submitted by: kozlov.sergey.404@gmail.com
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D13491 |
1.8.1 16 Nov 2017 21:52:06 |
sbruno |
net/intel-ixl-kmod Update to 1.8.1
Submitted by: kozlov.sergey.404@gmail.com (Sergey Kozlov)
Reviewed by: swills
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D12179 |
1.7.11 22 Sep 2017 08:30:36 |
mat |
Mark BROKEN.
Sponsored by: Absolight |
1.7.11 14 Mar 2017 17:10:53 |
pi |
net/intel-ixl-kmod: update 1.4.27 -> 1.7.11
- Now supports reporting transceiver DOM (via the -v flag to ifconfig)
(DOM == Diagnostic Monitoring Interface for Optical Transceivers)
PR: 213803
Submitted by: Jeff Pieper <jeffrey.e.pieper@intel.com> (maintainer)
Changes: https://downloadmirror.intel.com/25160/eng/README.txt |
1.4.27 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
1.4.27 13 Oct 2016 19:31:06 |
sbruno |
Do not set BROKEN for slave ports.
PR: 213283
Submitted by: Franco Fichtner <franco@opnsense.org>
Reviewed by: Sergey Kozlov <kozlov.sergey.404@gmail.com> |
1.4.27 06 Oct 2016 20:18:31 |
sbruno |
Change MAINTAINER variable to support using this as a master port
for other slave ports.
PR: 212828
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Reviewed by: Franco Fichtner <franco@opnsense.org> |
1.4.27 29 May 2016 17:11:41 |
sbruno |
Allow building sysutils/intel-nvmupdate and net/intel-ixl-kmod on 10.1-RELEASE
The packaging cluster is building packages for 10.x on 10.1-RELEASE machine,
so the ports couldn't be built into packages due to IGNORE statement for
1001000 OSVERSION.
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D6473 |
1.4.27 06 May 2016 18:24:15 |
sbruno |
Mark both ports broken on 11-CURRENT
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Differential Revision: https://reviews.freebsd.org/D6240 |
1.4.27 25 Apr 2016 15:40:16 |
sbruno |
Explicitly restrict to amd64 architectures only as per maintainer
request.
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D6065 |
1.4.27 19 Apr 2016 15:11:33 |
sbruno |
Add new port to provide updated ixl(4) drivers via ports to override
the base system version as development at Intel is a bit faster than
the FreeBSD base system release cycle.
This port should probably be deprecated when pkg-base(8) happens.
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Reviewed by: gnn rpokala jeffrey.e.piper@intel.com
Sponsored by: Intel Coroporation
Differential Revision: https://reviews.freebsd.org/D5761 |