aboutsummaryrefslogtreecommitdiff
path: root/comms/hso-kmod/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-01 22:10:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-01 22:10:20 +0000
commitc92c5e1dd4d29142f48a62ee2793992a4be78907 (patch)
treef0ebdce813f539fb901f243350e87784ea20090f /comms/hso-kmod/Makefile
parent98151737ee8a8858a64c1b16084a45846982fdf4 (diff)
downloadports-c92c5e1dd4d29142f48a62ee2793992a4be78907.tar.gz
ports-c92c5e1dd4d29142f48a62ee2793992a4be78907.zip
- Update to 20081023
Note: - now builds against the new MPSAFE TTY layer (and still builds against the old one) - new product IDs added (0x7011 and 0x7501) - hsoctl now forks into background after a successful connection (use -d to disconnect, -n to get the old behavior) PR: 128422 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Notes
Notes: svn path=/head/; revision=222295
Diffstat (limited to 'comms/hso-kmod/Makefile')
-rw-r--r--comms/hso-kmod/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/comms/hso-kmod/Makefile b/comms/hso-kmod/Makefile
index 5ba80b753c60..4f479f573a32 100644
--- a/comms/hso-kmod/Makefile
+++ b/comms/hso-kmod/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= hso
-PORTVERSION= 20080514
-PORTREVISION= 1
+PORTVERSION= 20081023
CATEGORIES= comms kld
MASTER_SITES= http://www.shapeshifter.se/pub/hso/
PKGNAMESUFFIX= -kmod
@@ -31,12 +30,8 @@ MAN4= hso.4
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 800045
-BROKEN= Does not compile with the new MPSAFE TTY layer
-.endif
-
.if !defined(WITHOUT_HSOCTL)
-HSOCTL_VERSION= 20080812
+HSOCTL_VERSION= 20081023
DISTFILES+= hsoctl-${HSOCTL_VERSION}${EXTRACT_SUFX}
WRKSRC_HSOCTL= ${WRKDIR}/hsoctl-${HSOCTL_VERSION}
PLIST_SUB+= PL_HSOCTL=""