aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-02-12 10:19:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-02-12 10:19:12 +0000
commit31ae84c63fee7a1b96ab6398d0eb8a4ef6c0d724 (patch)
tree764a2918448dee5d4eba74453e88bee3330845ca /comms
parent430915877c8a761520fabda4a1a1172ba0b852fc (diff)
downloadports-31ae84c63fee7a1b96ab6398d0eb8a4ef6c0d724.tar.gz
ports-31ae84c63fee7a1b96ab6398d0eb8a4ef6c0d724.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/hso-kmod/Makefile4
-rw-r--r--comms/uhso-kmod/Makefile2
2 files changed, 4 insertions, 2 deletions
diff --git a/comms/hso-kmod/Makefile b/comms/hso-kmod/Makefile
index 5e8561c73915..0de1f95f0085 100644
--- a/comms/hso-kmod/Makefile
+++ b/comms/hso-kmod/Makefile
@@ -15,6 +15,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= ganael.laplanche@martymac.com
COMMENT= Driver for Option HSDPA modem
+CONFLICTS= uhso-kmod-[0-9]*
+
NO_PACKAGE= should be recompiled for a particular FreeBSD kernel
OPTIONS= HSOCTL "Build hsoctl tool" on \
@@ -31,7 +33,7 @@ MAN4= hso.4
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 800063
-BROKEN= Does not build with USB2
+BROKEN= does not build with USB2, please try comms/uhso-kmod instead
.endif
.if !defined(WITHOUT_HSOCTL)
diff --git a/comms/uhso-kmod/Makefile b/comms/uhso-kmod/Makefile
index b003d50608a9..b329a5a2bbc7 100644
--- a/comms/uhso-kmod/Makefile
+++ b/comms/uhso-kmod/Makefile
@@ -34,7 +34,7 @@ MAN4= uhso.4
.if !exists(/usr/src/sys/Makefile)
IGNORE= requires kernel source files
.elif ${OSVERSION} <= 800063
-IGNORE= requires FreeBSD 8.0 (with USB2) or superior
+IGNORE= requires FreeBSD 8.0 or later, please try comms/hso-kmod instead
.endif
.if !defined(WITHOUT_UHSOCTL)