ports/150240: audio/baudline : version upgrade
Rodrigo OSORIO
rodrigo at bebik.net
Fri Sep 3 09:50:06 UTC 2010
>Number: 150240
>Category: ports
>Synopsis: audio/baudline : version upgrade
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 03 09:50:05 UTC 2010
>Closed-Date:
>Last-Modified:
>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 at 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 at 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 at 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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list