diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-24 14:22:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-24 14:22:43 +0000 |
commit | 8807e7e7e70e34df3660fa87869fdcb1df3b7fb0 (patch) | |
tree | 98702cb36ba3da36e64e8d0519b0bd925297dffb /comms | |
parent | 9cbc2d7f381006cbff91a21f9205da061f32d413 (diff) |
- Updates hsoctl utility and fixes problems related to
France Telecom's french network
- Add a BROKEN flag when trying to build against the
new MPSAFE TTY layer (fails)
- Bump PORTREVISION
PR: 128269
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=222003
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hso-kmod/Makefile | 10 | ||||
-rw-r--r-- | comms/hso-kmod/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/comms/hso-kmod/Makefile b/comms/hso-kmod/Makefile index 434aadbd57f5..5ba80b753c60 100644 --- a/comms/hso-kmod/Makefile +++ b/comms/hso-kmod/Makefile @@ -7,6 +7,7 @@ PORTNAME= hso PORTVERSION= 20080514 +PORTREVISION= 1 CATEGORIES= comms kld MASTER_SITES= http://www.shapeshifter.se/pub/hso/ PKGNAMESUFFIX= -kmod @@ -30,9 +31,14 @@ 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) -DISTFILES+= hsoctl-${PORTVERSION}${EXTRACT_SUFX} -WRKSRC_HSOCTL= ${WRKDIR}/hsoctl-${PORTVERSION} +HSOCTL_VERSION= 20080812 +DISTFILES+= hsoctl-${HSOCTL_VERSION}${EXTRACT_SUFX} +WRKSRC_HSOCTL= ${WRKDIR}/hsoctl-${HSOCTL_VERSION} PLIST_SUB+= PL_HSOCTL="" MAN1= hsoctl.1 .else diff --git a/comms/hso-kmod/distinfo b/comms/hso-kmod/distinfo index 8747a908369b..f869433aada9 100644 --- a/comms/hso-kmod/distinfo +++ b/comms/hso-kmod/distinfo @@ -1,6 +1,6 @@ MD5 (hso-20080514.tar.gz) = 72162021aa4d05304537bf83389f77a6 SHA256 (hso-20080514.tar.gz) = 9c72974973e8f11cdcd42c251adab0780180a9dc5f098ee8968520db02564f9f SIZE (hso-20080514.tar.gz) = 10345 -MD5 (hsoctl-20080514.tar.gz) = 82a7e179222eff55d9633ef23bba9caf -SHA256 (hsoctl-20080514.tar.gz) = 76d5ad970b1ffa426e67ba939f396009f4b6b1d54c555712bf02202904826913 -SIZE (hsoctl-20080514.tar.gz) = 6645 +MD5 (hsoctl-20080812.tar.gz) = 680675da75c75b58790fe226b87e122b +SHA256 (hsoctl-20080812.tar.gz) = 925cc427f1895c13ff986821babc30ff40d1318040cd63efadb4ca7acb9d6d2c +SIZE (hsoctl-20080812.tar.gz) = 6779 |