diff -urN /usr/ports/audio/extace/Makefile audio/extace/Makefile --- /usr/ports/audio/extace/Makefile Sun Mar 14 18:07:17 2004 +++ audio/extace/Makefile Sun Oct 31 21:32:05 2004 @@ -6,8 +6,7 @@ # PORTNAME= extace -PORTVERSION= 1.9.0 -PORTREVISION= 1 +PORTVERSION= 1.9.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,10 +17,17 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw USE_X_PREFIX= yes -USE_GNOME= esound imlib gnomehack gnomeprefix -USE_LIBTOOL_VER= 13 +USE_GNOME= esound imlib gnomehack gnometarget gnomeprefix +USE_REINPLACE= yes +USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-alsa + +PLIST_FILES= bin/extace \ + share/gnome/apps/Multimedia/extace.desktop + +post-patch: + @${REINPLACE_CMD} -e 's|-O2 |$$CFLAGS|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|^LIBS =|#LIBS =|g' ${WRKSRC}/src/Makefile.in .include diff -urN /usr/ports/audio/extace/distinfo audio/extace/distinfo --- /usr/ports/audio/extace/distinfo Wed Jan 28 18:44:32 2004 +++ audio/extace/distinfo Sun Oct 31 00:35:59 2004 @@ -1,2 +1,2 @@ -MD5 (extace-1.9.0.tar.gz) = e866d9408b07223f924663283056922b -SIZE (extace-1.9.0.tar.gz) = 275528 +MD5 (extace-1.9.2.tar.gz) = 4e8296008d313611b287191d30fd07e5 +SIZE (extace-1.9.2.tar.gz) = 390477 diff -urN /usr/ports/audio/extace/files/patch-aa audio/extace/files/patch-aa --- /usr/ports/audio/extace/files/patch-aa Thu Jun 5 07:29:43 2003 +++ audio/extace/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,29 +0,0 @@ ---- configure.orig Sun May 26 19:57:47 2002 -+++ configure Sat Aug 3 10:36:04 2002 -@@ -6717,7 +6717,7 @@ - done - - --CFLAGS="-O2 " -+CFLAGS="$CFLAGS" - - - EFENCE="" -@@ -7149,7 +7149,8 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lgdk_imlib `gtk-config --libs` $LIBS" -+GDK_IMLIB_LIBS=`imlib-config --libs-gdk` -+LIBS="${GTK_LIBS} ${GDK_IMLIB_LIBS} $LIBS" - cat > conftest.$ac_ext < -+#include - #include - #include - #include -@@ -76,8 +76,12 @@ - static gchar channel_numbers[MAX_STR][10]; /* string containing integers */ - #endif - GtkWidget *errbox; + static GtkWidget *errbox; +GtkWidget *label; - int errorbox_up; + static int errorbox_up =0; gint tag; /* Used by gdk_input_* */ +gint timeo; +gint res; @@ -22,15 +13,15 @@ /*--- globals to this file */ -@@ -151,7 +155,6 @@ - +@@ -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); -@@ -380,9 +383,9 @@ +@@ -536,9 +539,9 @@ struct pollfd ufds; ufds.fd = source; ufds.events = POLLIN; @@ -41,5 +32,5 @@ + res = -1; + to_get = 0; - /* reset data ring buffer */ - ring_pos=0; + /* adjust position in ring buffer to be on first channel */ + ring_pos -= ring_pos%ring_channels; diff -urN /usr/ports/audio/extace/files/patch-src::input_processing.c audio/extace/files/patch-src::input_processing.c --- /usr/ports/audio/extace/files/patch-src::input_processing.c Thu Dec 4 19:13:19 2003 +++ audio/extace/files/patch-src::input_processing.c Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/input_processing.c.orig Sat Nov 29 06:25:58 2003 -+++ src/input_processing.c Sun Nov 30 13:24:48 2003 -@@ -15,7 +15,7 @@ - * No warranty is made or implied. You use this program at your own risk. - */ - --#include -+#include - #include - #include - #include diff -urN /usr/ports/audio/extace/pkg-plist audio/extace/pkg-plist --- /usr/ports/audio/extace/pkg-plist Tue Sep 10 20:05:21 2002 +++ audio/extace/pkg-plist Thu Jan 1 09:00:00 1970 @@ -1,2 +0,0 @@ -bin/extace -share/gnome/apps/Multimedia/extace.desktop