aboutsummaryrefslogtreecommitdiff
path: root/net/ipw-firmware
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-08-25 17:13:20 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-08-25 17:13:20 +0000
commitd701cbe48a1a9d9e5f0892b370eb93a9b6fca3f4 (patch)
tree03f7cefa2e0842e827ef632754cd43297547a0ef /net/ipw-firmware
parent91d70dc2fff31d7bd17f9f68f1cf3e063d63d688 (diff)
Notes
Diffstat (limited to 'net/ipw-firmware')
-rw-r--r--net/ipw-firmware/Makefile6
-rw-r--r--net/ipw-firmware/files/pkg-message.in3
2 files changed, 6 insertions, 3 deletions
diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile
index af40d0c99487..832946f9d77f 100644
--- a/net/ipw-firmware/Makefile
+++ b/net/ipw-firmware/Makefile
@@ -8,7 +8,7 @@
PORTNAME?= ipw-firmware
RELNAME?= ipw2100
PORTVERSION?= 1.3
-PORTREVISION?= 7
+PORTREVISION?= 8
CATEGORIES= net sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= flz/ipw
@@ -86,7 +86,7 @@ IGNORE= is now obsolete, install net/${DRIVERNAME}-firmware-kmod instead
SUB_LIST+= DONT_NEED_CONTROL="@comment "
MTREE_DIRRM= "@comment "
. if !defined(WITHOUT_CONTROL)
-IGNORE= is configured with ${DRIVERNAME}control(8) which you don't need
+IGNORE= is configured with ${DRIVERNAME}control(8) which you don't need, use 'make rmconfig' and uncheck CONTROL
. endif
.else
SUB_LIST+= DONT_NEED_CONTROL=""
@@ -107,7 +107,7 @@ PLIST_SUB+= MTREE_DIRRM=${MTREE_DIRRM}
.if defined(WITH_MODULE)
. if ${OSVERSION} > 600023
-IGNORE= is configured with ${DRIVERNAME}(4) support which you don't need
+IGNORE= is configured with ${DRIVERNAME}(4) support which you don't need, use 'make rmconfig' and uncheck MODULE
. else
PLIST_SUB+= WITH_MODULE=""
MAN4+= ${DRIVERNAME}.4
diff --git a/net/ipw-firmware/files/pkg-message.in b/net/ipw-firmware/files/pkg-message.in
index 3e260efa22c2..e7fc2cefa596 100644
--- a/net/ipw-firmware/files/pkg-message.in
+++ b/net/ipw-firmware/files/pkg-message.in
@@ -34,4 +34,7 @@ firmware.
%%MIGHT_NEED_MODULE%%if not already done or rebuild the port with WITH_MODULE=yes.
%%MIGHT_NEED_MODULE%%
%%MIGHT_NEED_MODULE%%[1] http://damien.bergamini.free.fr/ipw/
+
+Note: You need to have a kernel compiled with "device %%DRIVERNAME%%" or "if_%%DRIVERNAME%%_load="YES"
+in /boot/loader.conf to be able to use this firmware.
------------------------------------------------------------------