aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-02-12 18:19:12 +0800
committerpav <pav@FreeBSD.org>2010-02-12 18:19:12 +0800
commit60a4fc11e234e41653cb4f1db9d33deb31891a6c (patch)
tree71dba68d8574979748c88468956ba7a1a58c599e /comms
parent7e1d4d3a02ac8212d6f59774df6670fb2a9e6c2c (diff)
downloadfreebsd-ports-gnome-60a4fc11e234e41653cb4f1db9d33deb31891a6c.tar.gz
freebsd-ports-gnome-60a4fc11e234e41653cb4f1db9d33deb31891a6c.tar.zst
freebsd-ports-gnome-60a4fc11e234e41653cb4f1db9d33deb31891a6c.zip
- Add conflicts and crossreference
PR: ports/143681 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
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)