View | Details | Raw Unified | Return to bug 143681
Collapse All | Expand All

(-)hso-kmod/Makefile (-1 / +3 lines)
Lines 15-20 Link Here
15
MAINTAINER=	ganael.laplanche@martymac.com
15
MAINTAINER=	ganael.laplanche@martymac.com
16
COMMENT=	Driver for Option HSDPA modem
16
COMMENT=	Driver for Option HSDPA modem
17
17
18
CONFLICTS=	uhso-kmod-[0-9]*
19
18
NO_PACKAGE=	should be recompiled for a particular FreeBSD kernel
20
NO_PACKAGE=	should be recompiled for a particular FreeBSD kernel
19
21
20
OPTIONS=	HSOCTL "Build hsoctl tool" on \
22
OPTIONS=	HSOCTL "Build hsoctl tool" on \
Lines 31-37 Link Here
31
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
32
34
33
.if ${OSVERSION} > 800063
35
.if ${OSVERSION} > 800063
34
BROKEN=	Does not build with USB2
36
BROKEN=	does not build with USB2, please try comms/uhso-kmod instead
35
.endif
37
.endif
36
38
37
.if !defined(WITHOUT_HSOCTL)
39
.if !defined(WITHOUT_HSOCTL)
(-)uhso-kmod/Makefile (-2 / +2 lines)
Lines 27-40 Link Here
27
PLIST_SUB+=	KMODDIR=${KMODDIR}
27
PLIST_SUB+=	KMODDIR=${KMODDIR}
28
MAKE_ENV+=	KMODDIR=${KMODDIR}
28
MAKE_ENV+=	KMODDIR=${KMODDIR}
29
29
30
MAN4=		uhso.4
30
MAN4=	uhso.4
31
31
32
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
33
33
34
.if !exists(/usr/src/sys/Makefile)
34
.if !exists(/usr/src/sys/Makefile)
35
IGNORE=		requires kernel source files
35
IGNORE=		requires kernel source files
36
.elif ${OSVERSION} <= 800063
36
.elif ${OSVERSION} <= 800063
37
IGNORE=		requires FreeBSD 8.0 (with USB2) or superior
37
IGNORE=		requires FreeBSD 8.0 or superior, please try comms/hso-kmod instead
38
.endif
38
.endif
39
39
40
.if !defined(WITHOUT_UHSOCTL)
40
.if !defined(WITHOUT_UHSOCTL)

Return to bug 143681