ports/120471: Update port: audio/extace to 1.9.9

KATO Tsuguru tkato432 at yahoo.com
Sat Feb 9 18:10:01 UTC 2008


>Number:         120471
>Category:       ports
>Synopsis:       Update port: audio/extace to 1.9.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 09 18:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.9.9

Remove file:
files/patch-src::input.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/extace/Makefile audio/extace/Makefile
--- /usr/ports/audio/extace/Makefile	2007-05-20 04:58:28.000000000 +0900
+++ audio/extace/Makefile	2008-02-07 03:25:43.000000000 +0900
@@ -6,19 +6,16 @@
 #
 
 PORTNAME=	extace
-PORTVERSION=	1.9.6
-PORTREVISION=	1
+PORTVERSION=	1.9.9
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An Audio Visualization plugin for the X Window System
 
 LIB_DEPENDS=	fftw3.4:${PORTSDIR}/math/fftw3
 
-USE_XLIB=	yes
-USE_GNOME=	esound imlib gnomehack gnometarget gnomeprefix
+USE_GNOME=	esound gnomehack gnomehier gnometarget gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
@@ -27,7 +24,7 @@
 		share/gnome/apps/Multimedia/extace.desktop
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|-O2 |$$CFLAGS|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|^LIBS =|#LIBS =|g' ${WRKSRC}/src/Makefile.in
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/extace/distinfo audio/extace/distinfo
--- /usr/ports/audio/extace/distinfo	2007-01-01 23:14:16.000000000 +0900
+++ audio/extace/distinfo	2008-02-07 03:28:52.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (extace-1.9.6.tar.gz) = c4e3e6def72a7f79dffc538e45e65d18
-SHA256 (extace-1.9.6.tar.gz) = f5cc4a95523fc9a19909d54de6815b18b69fb0894a66b2b2f49c61d42a8ce939
-SIZE (extace-1.9.6.tar.gz) = 428608
+MD5 (extace-1.9.9.tar.gz) = 75eeed67598360ae3645797ca40e77ca
+SHA256 (extace-1.9.9.tar.gz) = 1d1e31ae2709c0e4330a2e8b71f93414d52744ffe3fd910c26b8f557add10f18
+SIZE (extace-1.9.9.tar.gz) = 425480
diff -urN /usr/ports/audio/extace/files/patch-src::input.c audio/extace/files/patch-src::input.c
--- /usr/ports/audio/extace/files/patch-src::input.c	2004-11-02 02:20:51.000000000 +0900
+++ audio/extace/files/patch-src::input.c	1970-01-01 09:00:00.000000000 +0900
@@ -1,36 +0,0 @@
---- src/input.c.orig	Mon Aug 23 23:35:00 2004
-+++ src/input.c	Sun Oct 31 00:44:56 2004
-@@ -52,8 +52,12 @@
- } handles[MAX_HANDLES];
- 
- static GtkWidget *errbox;
-+GtkWidget *label;
- static int errorbox_up =0;
- gint tag;		/* Used by gdk_input_* */
-+gint timeo;
-+gint res;
-+gint to_get;
- 
- /*--- globals to this file */
- 
-@@ -295,7 +299,6 @@
- 	
- 	/* The rest is error handling */
- 
--	GtkWidget *label;
- 	if (errorbox_up)
- 		return(-1); /* ERROR window already onscreen */
- 	errbox = gtk_window_new(GTK_WINDOW_DIALOG);
-@@ -536,9 +539,9 @@
- 	struct pollfd ufds;
- 	ufds.fd = source;
- 	ufds.events = POLLIN;
--	gint timeo = 100; /* wait 100ms max before timeout */
--	gint res = -1;
--	gint to_get = 0;
-+	timeo = 100; /* wait 100ms max before timeout */
-+	res = -1;
-+	to_get = 0;
-      
- 	/* adjust position in ring buffer to be on first channel */
- 	ring_pos -= ring_pos%ring_channels;
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list