aboutsummaryrefslogtreecommitdiff
path: root/net/ipw-firmware
Commit message (Collapse)AuthorAgeFilesLines
* Don't override OSVERSION, the bsd.port.pre.mk version will do just fine.Kris Kennaway2006-09-171-4/+2
| | | | | | | This fixes package builds since OSVERSION is no longer spammed. Notes: svn path=/head/; revision=173174
* Clarify error messages.Florent Thoumie2006-08-252-3/+6
| | | | Notes: svn path=/head/; revision=171395
* - Try to guess sensible default values for OPTIONS.Florent Thoumie2006-06-011-5/+17
| | | | Notes: svn path=/head/; revision=164169
* - Don't force the interface up, this may turns the radio on needlessly.Florent Thoumie2006-05-082-2/+1
| | | | | | | | PR: ports/93681 Submitted by: Adrian Filipi <adrian@ubergeeks.com> Notes: svn path=/head/; revision=161684
* Mark IGNORE for recent OSVERSION and point to net/${DRIVERNAME}-firmware-kmod.Florent Thoumie2006-04-181-0/+5
| | | | Notes: svn path=/head/; revision=159857
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Fix packing list issue with ipw-firmware. Should have fixed that some time ↵Florent Thoumie2006-01-211-7/+13
| | | | | | | | | ago. Noticed by: krismails (twice) Notes: svn path=/head/; revision=154032
* BROKEN on 7.0: Incorrect pkg-plistKris Kennaway2006-01-191-0/+4
| | | | Notes: svn path=/head/; revision=153923
* - Fix firmware directory in pkg-message.Florent Thoumie2005-12-212-2/+2
| | | | | | | Reported by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=151744
* - Finally fix the mtree problem both in HEAD and in stable branches.Florent Thoumie2005-12-182-1/+4
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=151503
* - Don't remove /boot/firmware since it's now in mtree [1].Florent Thoumie2005-12-182-2/+1
| | | | | | | | | | - Fix path for ${DRIVERNAME}control [2]. PR: ports/90535 [2] Reported by: pointyhat via kris [1], sinese <sinese@olympe.hn.org> Notes: svn path=/head/; revision=151468
* - Fix left-over directories.Florent Thoumie2005-12-132-1/+1
| | | | | | | Noticed by: pointyhat via kris Notes: svn path=/head/; revision=151092
* - Fix MANDIR.Florent Thoumie2005-12-111-1/+1
| | | | | | | Submitted by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=150926
* - Install firmware files in /boot/firmware [1].Florent Thoumie2005-12-114-41/+84
| | | | | | | | | | | | | | | - Rename LICENSE to LICENSE.${DRIVERNAME}. - Don't install ${DRIVERNAME}control(8) on fresh -CURRENT (> 700006). - Use USE_RCORDER and change REQUIRE/BEFORE lines in startup scripts accordingly. - Move everything to /usr prefix so that people can mount /usr/local via NFS. - Add a message saying that kernel module is based on a very old snapshot. - Reword IGNORE lines. PR: ports/90022 [1] Requested by: sem, Thomas Hurst <tom@hur.st> [1] Notes: svn path=/head/; revision=150897
* - Add SHA256 checksums.Florent Thoumie2005-11-091-0/+2
| | | | Notes: svn path=/head/; revision=147688
* - Fixing WWW and COMMENT issues in iwi-firmware slave port.Florent Thoumie2005-11-021-2/+2
| | | | | | | Reported by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=147056
* - Since (ipw|iwi)control are started late in the boot process, we need toFlorent Thoumie2005-10-152-1/+2
| | | | | | | | | mark interfaces as up manually. Noticed by: sem Notes: svn path=/head/; revision=145451
* - Set IS_INTERACTIVE when !defined(PACKAGE_BUILDING) to peace BATCH installFlorent Thoumie2005-07-221-0/+4
| | | | | | | and upgrade. Notes: svn path=/head/; revision=139871
* - Rename firmware files.Florent Thoumie2005-06-234-15/+17
| | | | Notes: svn path=/head/; revision=137909
* - Never commit things when you're about to go to bed.Florent Thoumie2005-06-111-4/+4
| | | | | | | - Fix distinfo I just broke. Notes: svn path=/head/; revision=137284
* - Turn the port into a master port, using '?=' instead of '=' at some places.Florent Thoumie2005-06-113-19/+21
| | | | | | | | - Check if /boot/kernel/if_${drv}.ko exists and not /boot/modules/if_${drv}.ko. - Mainly style fixes not requiring a PORTREVISION bump. Notes: svn path=/head/; revision=137283
* - Replace hardcoded ipw/ipw2100 with dedicated macros to prepare futureFlorent Thoumie2005-05-174-58/+67
| | | | | | | | net/iwi-firmware port. - Fix ipwcontrol(8) path in startup script. Notes: svn path=/head/; revision=135473
* - Add WITH_MODULE knob to build/install if_ipw.ko.Florent Thoumie2005-05-173-10/+50
| | | | | | | | - Mark IGNORE for OSVERSION < 503000 or OSVERSION > 6000233. - Use OPTIONS. Notes: svn path=/head/; revision=135453
* - Add ipw-firmware 1.3, Intel Pro/Wireless Lan 2100 firmware to be usedFlorent Thoumie2005-05-167-0/+395
in conjunction with ipw(4). ipw(4) had already been included in HEAD, but according to Damien Bergamini, there are no plans to MFC it to RELENG_5. This port comes with ipwcontrol(8) but not with ipw(4), I guess it could be a good idea to add a knob to build the module for RELENG_5 users. I'll probably do that if people ask for it. - License is quite restrictive but I think I'm not violating anything allowing pointyhat to build a package (implicitly, it means pointyhat/I agree with license terms). Notes: svn path=/head/; revision=135341