Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.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 ) |
0.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.2 10 Oct 2019 14:57:56 |
pkubaj |
Add USES=compiler:c11 to 2 next xfce4 ports.
Unbreak bwn-firmware-kmod on powerpc64, there are PCI controllers on powerpc64
boards.
Approved by: mentors (implicit approval) |
0.1.2 02 Feb 2019 09:43:45 |
tobik |
net/*: Use NO_WRKSUBDIR |
0.1.2 25 Jun 2018 12:33:25 |
tobik |
net/bw{i,n}-firmware-kmod: Allow build on powerpc
They are required for bwi(4) or bwn(4) to actually work. The Airport
Extreme cards in {i,Power}Books are PCI devices. |
0.1.2 27 May 2018 09:53:45 |
linimon |
Mark as not-for !x86.
These ports fail to build on at least powerpc64; plus, these aging PCI
and/or CardBus cards are unlikely to be of use on other tier-2 archs.
Approved by: portmgr (tier-2 blanket) |
0.1.2 09 Jan 2018 19:06:34 |
danfe |
For the ports under `net' category: remove superfluous linefeeds. |
0.1.2 01 Nov 2017 13:10:35 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.1.2 13 May 2016 20:14:23 |
adrian |
[bwn] add missing initvals for rev11 LP PHY.
We needed both the initvals and the band-switch initvals for rev11.
This was required for one of my BCM LP NICs. |
0.1.1 05 May 2016 22:50:22 |
adrian |
[bwn] Initial support for the v5 firmware
This is just to support the initial v5 firmware for one of the PHY-N
NICs I'm going to do some development.
It only pulls out the specific v5 mimo firmware for the BCM4312 NIC
I am playing with; I'm adding it so we at least have the framework
to pull things out of the v5 firmware.
The existing NICs still use v4 firmware and I don't plan on changing
that for some time as bwn(4) doesn't yet support the newer firmware API
and descriptor layouts. |
0.1.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.1.0 08 Oct 2015 15:12:22 |
olgeni |
Remove trailing whitespace from Makefiles, M-X. |
0.1.0 07 Oct 2014 23:06:28 |
bapt |
Avoid useless @cwd |
0.1.0 26 Jan 2014 21:52:13 |
bapt |
Add USES=uidfix to avoid the NEED_ROOT macro
Properly set make env before installing so uidfix works |
0.1.0 26 Jan 2014 21:36:23 |
rene |
- Support stage
- Requires NEED_ROOT
Approved by: portmgr (infrastructure blanket) |
0.1.0 09 Nov 2013 19:13:28 |
rene |
Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.
There are no user-visible changes. The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.
PR: ports/183625
Submitted by: myself
Approved by: portmgr (bdrewery)
Exp-run by: bdrewery |
0.1.0 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.1.0 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.1.0 07 Mar 2010 07:03:21 |
imp |
Make it possible to automatically load the right bwn firmware from new
bwn driver.
Feature safe: yes |
0.1.0 18 Feb 2010 22:22:48 |
imp |
Port to extract the v4.x firmware for Broadcom airforce parts.
Necessary for the up-coming bwn driver. Marked NO_PACKAGE because we
can't redistribute the modified firmware.
Submitted by: Weongyo Jeong
Feature safe: yes |