From nobody@FreeBSD.org  Fri Sep  3 09:46:53 2010
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 C017310656F8
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  3 Sep 2010 09:46:53 +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 970908FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  3 Sep 2010 09:46:53 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o839krK5093962
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 3 Sep 2010 09:46:53 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o839krFw093961;
	Fri, 3 Sep 2010 09:46:53 GMT
	(envelope-from nobody)
Message-Id: <201009030946.o839krFw093961@www.freebsd.org>
Date: Fri, 3 Sep 2010 09:46:53 GMT
From: Rodrigo OSORIO <rodrigo@bebik.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: audio/baudline : version upgrade
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         150240
>Category:       ports
>Synopsis:       audio/baudline : version upgrade
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    xride
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 03 09:50:05 UTC 2010
>Closed-Date:    Thu Aug 04 17:17:39 UTC 2011
>Last-Modified:  Thu Aug  4 17:20:09 UTC 2011
>Originator:     Rodrigo OSORIO
>Release:        FreeBSD 8.1 RELEASE
>Organization:
>Environment:
FreeBSD ircserver.user.corpo.intra 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Port upgrade to 1.08 and some minor fixes to deal with changes in the archive name,
the extraction directory and removed files. 

The breanded new elf runs just fine, but after that I found a strange bug,
I can't access contextual menus, and stay locked in the application. A remote kill is required to back to normal.

I'm not a specialist in sound and signal management, so I suggest the maintainer  check this fix before any commit.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru baudline/Makefile baudline-new/Makefile
--- baudline/Makefile	2010-07-30 00:28:23.000000000 +0200
+++ baudline-new/Makefile	2010-09-02 11:39:54.000000000 +0200
@@ -2,32 +2,31 @@
 # Date created:				19 Jan 2002
 # Whom:					David Yeske <dyeske@gmail.com>
 #
-# $FreeBSD: ports/audio/baudline/Makefile,v 1.39 2010/07/29 22:28:23 pav Exp $
+# $FreeBSD: ports/audio/baudline/Makefile,v 1.38 2009/03/20 19:14:06 xride Exp $
 #
 
 PORTNAME=	baudline
-PORTVERSION=	1.07
+PORTVERSION=	1.08
 CATEGORIES=	audio linux
 # We have permission from author Erik Olsen <erik@sigblips.net> for the
 # package cluster to automatically fetch baudline
 MASTER_SITES=	http://www.baudline.com/
 PKGNAMEPREFIX=	linux-
 DISTNAME=	baudline_${PORTVERSION:S/.p/pre/}_linux_i686
+WRKSRC=		${WRKDIR}/${DISTNAME:S/i686/x86/}
 
 MAINTAINER=	xride@FreeBSD.org
 COMMENT=	Real-time signal analysis and time-frequency browser
 
 RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123
 
-BROKEN=		no longer available (website now have 1.08)
-
 USE_LINUX=	yes
 USE_LINUX_APPS=	xorglibs
 ONLY_FOR_ARCHS=	i386 amd64
 
 RESTRICTED=	author requests no distribution except from their site
 
-PORTDOCS=	README mailcap.txt mime.types.txt
+PORTDOCS=	README_unix.txt
 PLIST_FILES=	bin/baudline
 
 .include <bsd.port.pre.mk>
diff -ru baudline/distinfo baudline-new/distinfo
--- baudline/distinfo	2008-07-03 02:33:40.000000000 +0200
+++ baudline-new/distinfo	2010-09-02 10:54:22.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (baudline_1.07_linux_i686.tar.gz) = a94def07168600bc11272d725ed65956
-SHA256 (baudline_1.07_linux_i686.tar.gz) = 36947413250dfca78f3d8d77557b115d56cec9c97efa5608096d38e6c9425da8
-SIZE (baudline_1.07_linux_i686.tar.gz) = 1928973
+MD5 (baudline_1.08_linux_i686.tar.gz) = a400669fe11e5189e5d9d9db18dae70d
+SHA256 (baudline_1.08_linux_i686.tar.gz) = 4b42e8d03c9fe9738ec66ee51a8d594a60a5770e8e22bb1d73ae38566fb951f1
+SIZE (baudline_1.08_linux_i686.tar.gz) = 1945014


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->xride 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Sep 3 09:50:19 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Soeren Straarup <xride@x12.dk>
To: bug-followup@FreeBSD.org, rodrigo@bebik.net
Cc:  
Subject: Re: ports/150240: audio/baudline : version upgrade
Date: Sat, 4 Sep 2010 11:02:19 +0200

 I have begun contact with the Author of baudline to see how the menu
 problems can be solved.
 Since I have similar problems.
 
 /Soeren
 
 -- 
 Soeren Straarup   | aka OZ2DAK aka Xride
 FreeBSD committer | FreeBSD since 2.2.6-R
   If a program is not working right, then send a patch
State-Changed-From-To: open->closed 
State-Changed-By: xride 
State-Changed-When: Thu Aug 4 17:17:06 UTC 2011 
State-Changed-Why:  
Committed, Thanks. 
Sorry for the long wait. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150240: commit references a PR
Date: Thu,  4 Aug 2011 17:16:45 +0000 (UTC)

 xride       2011-08-04 17:16:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/baudline       Makefile distinfo 
   Log:
   Port upgrade to 1.08
   
   PR:             ports/150240
   Submitted by:   Rodrigo OSORIO <rodrigo@bebik.net>
   
   Revision  Changes    Path
   1.40      +7 -6      ports/audio/baudline/Makefile
   1.18      +4 -2      ports/audio/baudline/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:
