Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2003 20:43:10 +0200 (CEST)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52400: bento-fix: audio/extace
Message-ID:  <200305181843.h4IIhAGF011389@goanna.lan.raisdorf.net>
Resent-Message-ID: <200305181850.h4IIoFth003014@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52400
>Category:       ports
>Synopsis:       bento-fix: audio/extace
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 18 11:50:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
NetUSE AG
>Environment:
System: FreeBSD goanna.lan.raisdorf.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun May 4 14:55:39 CEST 2003 hscholz@goanna.lan.raisdorf.net:/usr/src/sys/i386/compile/GOANNA i386


	
>Description:
Unbreak audio/extace since it was reported by bento:
http://bento.freebsd.org/errorlogs/i386-5-latest/extace-1.7.3.log

>How-To-Repeat:
	
>Fix:

	

--- extact-1.7.3.bento.patch begins here ---
diff -urP extace-1.7.3/Makefile extace/Makefile
--- extace-1.7.3/Makefile	Sun May 18 20:21:26 2003
+++ extace/Makefile	Sun May 18 20:21:36 2003
@@ -18,10 +18,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 500113
-BROKEN=         "Does not compile"
-.endif
-
 USE_X_PREFIX=	yes
 USE_GNOME=	gnomehack gnomeprefix gtk12 imlib esound
 USE_REINPLACE=	yes
diff -urP extace-1.7.3/files/patch-src::globals.h extace/files/patch-src::globals.h
--- extace-1.7.3/files/patch-src::globals.h	Thu Jan  1 01:00:00 1970
+++ extace/files/patch-src::globals.h	Sun May 18 20:40:25 2003
@@ -0,0 +1,13 @@
+--- src/globals.h.orig	Sun May 18 20:39:47 2003
++++ src/globals.h	Sun May 18 20:40:01 2003
+@@ -255,8 +255,8 @@
+ gint 		winstyle;	/* window function options */	
+ gint		active_drawing_area;
+ gfloat 		noise_floor;
+-gfloat 		noise_floor_min;
+-gfloat 		noise_floor_max;
++extern const float 		noise_floor_min;
++extern const float 		noise_floor_max;
+ gint 		paused;
+ gint		low_freq;
+ gint		high_freq;
--- extact-1.7.3.bento.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305181843.h4IIhAGF011389>