From nobody@FreeBSD.org  Tue Oct 21 13:15:20 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 404B21065680
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 21 Oct 2008 13:15:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 304F18FC27
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 21 Oct 2008 13:15:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9LDFKXe016576
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 21 Oct 2008 13:15:20 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id m9LDFJjJ016575;
	Tue, 21 Oct 2008 13:15:19 GMT
	(envelope-from nobody)
Message-Id: <200810211315.m9LDFJjJ016575@www.freebsd.org>
Date: Tue, 21 Oct 2008 13:15:19 GMT
From: Ganael Laplanche <ganael.laplanche@martymac.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Port update: comms/hso-kmod
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128269
>Category:       ports
>Synopsis:       Port update: comms/hso-kmod
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 21 13:20:00 UTC 2008
>Closed-Date:    Fri Oct 24 14:22:40 UTC 2008
>Last-Modified:  Fri Oct 24 14:30:29 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Oct 21 18:27:49 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128269 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Oct 24 14:22:39 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128269 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128269: commit references a PR
Date: Fri, 24 Oct 2008 14:23:39 +0000 (UTC)

 miwi        2008-10-24 14:22:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/hso-kmod       Makefile distinfo 
   Log:
   - 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)
   
   Revision  Changes    Path
   1.2       +8 -2      ports/comms/hso-kmod/Makefile
   1.2       +3 -3      ports/comms/hso-kmod/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
