Date: Tue, 21 Oct 2008 13:15:19 GMT From: Ganael Laplanche <ganael.laplanche@martymac.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/128269: Port update: comms/hso-kmod Message-ID: <200810211315.m9LDFJjJ016575@www.freebsd.org> Resent-Message-ID: <200810211320.m9LDK17m057118@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128269 >Category: ports >Synopsis: Port update: comms/hso-kmod >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 21 13:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 8.0-CURRENT >Organization: http://contribs.martymac.com >Environment: FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #24: Thu Sep 18 17:14:04 CEST 2008 root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: This patch updates comms/hso-kmod : - 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) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN hso-kmod.orig/Makefile hso-kmod/Makefile --- hso-kmod.orig/Makefile 2008-10-21 14:52:31.908953418 +0200 +++ hso-kmod/Makefile 2008-10-21 15:09:04.015140936 +0200 @@ -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 @@ .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 -aurN hso-kmod.orig/distinfo hso-kmod/distinfo --- hso-kmod.orig/distinfo 2008-10-21 14:52:31.908953418 +0200 +++ hso-kmod/distinfo 2008-10-21 14:52:39.380784335 +0200 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810211315.m9LDFJjJ016575>