diff options
author | flz <flz@FreeBSD.org> | 2006-08-26 01:13:20 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-08-26 01:13:20 +0800 |
commit | 815635f13e80a03678eef288fcfc636aafd7e440 (patch) | |
tree | 61b99986136d519a70b87519768d3319f7d34360 /net | |
parent | 5828a5e542260145f1595acf8f3d5205d3e997ab (diff) | |
download | freebsd-ports-graphics-815635f13e80a03678eef288fcfc636aafd7e440.tar.gz freebsd-ports-graphics-815635f13e80a03678eef288fcfc636aafd7e440.tar.zst freebsd-ports-graphics-815635f13e80a03678eef288fcfc636aafd7e440.zip |
Clarify error messages.
Diffstat (limited to 'net')
-rw-r--r-- | net/ipw-firmware/Makefile | 6 | ||||
-rw-r--r-- | net/ipw-firmware/files/pkg-message.in | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile index af40d0c9948..832946f9d77 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 3e260efa22c..e7fc2cefa59 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. ------------------------------------------------------------------ |