ports/62526: Update port: audio/mhwaveedit to 1.2.6

KATO Tsuguru tkato at prontomail.com
Sun Feb 8 12:10:14 UTC 2004


>Number:         62526
>Category:       ports
>Synopsis:       Update port: audio/mhwaveedit to 1.2.6
>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:   Sun Feb 08 04:10:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 1.2.6

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

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/mhwaveedit/Makefile audio/mhwaveedit/Makefile
--- /usr/ports/audio/mhwaveedit/Makefile	Fri Feb  6 10:07:54 2004
+++ audio/mhwaveedit/Makefile	Sun Feb  8 10:06:31 2004
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	mhwaveedit
-PORTVERSION=	1.2.5
-PORTREVISION=	1
+PORTVERSION=	1.2.6
 CATEGORIES=	audio
 MASTER_SITES=	http://www.mtek.chalmers.se/~hjormagn/
 
@@ -18,17 +17,17 @@
 LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile \
 		portaudio.0:${PORTSDIR}/audio/portaudio
 
-USE_REINPLACE=	yes
 USE_GNOME=	gnomehack gnometarget gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--without-sdl
+CONFIGURE_ARGS=	--disable-optimization --without-sdl
+
+PLIST_FILES=	bin/mhwaveedit
 
 .if defined(WITH_DOUBLE_SAMPLES)
 CONFIGURE_ARGS+=	--with-double-samples
 .endif
-PLIST_FILES=	bin/mhwaveedit
 
 pre-everything::
 	@${ECHO_MSG} ""
@@ -39,8 +38,5 @@
 	@${ECHO_MSG} "		processing (slows down program but may increase"
 	@${ECHO_MSG} "		quality for 24/32-bit samplerates)"
 	@${ECHO_MSG} ""
-
-post-patch:
-	@${REINPLACE_CMD} -e 's| -O2||g' ${WRKSRC}/configure
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/mhwaveedit/distinfo audio/mhwaveedit/distinfo
--- /usr/ports/audio/mhwaveedit/distinfo	Wed Jan 28 18:45:04 2004
+++ audio/mhwaveedit/distinfo	Sun Feb  8 09:59:16 2004
@@ -1,2 +1,2 @@
-MD5 (mhwaveedit-1.2.5.tar.gz) = 86559970adc4dca26c7631a135682a11
-SIZE (mhwaveedit-1.2.5.tar.gz) = 220945
+MD5 (mhwaveedit-1.2.6.tar.gz) = 7b824345b21b4f98dbbc487551c6cbf9
+SIZE (mhwaveedit-1.2.6.tar.gz) = 223379
diff -urN /usr/ports/audio/mhwaveedit/files/patch-src::datasource.c audio/mhwaveedit/files/patch-src::datasource.c
--- /usr/ports/audio/mhwaveedit/files/patch-src::datasource.c	Sat Dec 27 23:46:45 2003
+++ audio/mhwaveedit/files/patch-src::datasource.c	Thu Jan  1 09:00:00 1970
@@ -1,12 +0,0 @@
---- src/datasource.c.orig	Tue Dec 23 07:06:26 2003
-+++ src/datasource.c	Sat Dec 27 00:59:02 2003
-@@ -212,8 +212,8 @@
- 
- Datasource *datasource_byteswap(Datasource *source)
- {
--     if (source == NULL) return NULL;
-      Datasource *ds;
-+     if (source == NULL) return NULL;
-      ds = gtk_type_new(datasource_get_type());
-      ds->type = DATASOURCE_BYTESWAP;
-      memcpy(&(ds->format),&(source->format),sizeof(Dataformat));
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list