Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2003 23:00:03 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60618: Update port: audio/mhwaveedit to 1.2.4
Message-ID:  <20031227230003.4223b34c.tkato@prontomail.com>
Resent-Message-ID: <200312271410.hBREADOa031505@freefall.freebsd.org>

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

>Number:         60618
>Category:       ports
>Synopsis:       Update port: audio/mhwaveedit to 1.2.4
>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 Dec 27 06:10:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 1.2.4

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

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

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/mhwaveedit/Makefile audio/mhwaveedit/Makefile
--- /usr/ports/audio/mhwaveedit/Makefile	Thu Jun 26 17:00:33 2003
+++ audio/mhwaveedit/Makefile	Sat Dec 27 00:50:34 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	mhwaveedit
-PORTVERSION=	1.2.3
+PORTVERSION=	1.2.4
 CATEGORIES=	audio
 MASTER_SITES=	http://www.mtek.chalmers.se/~hjormagn/
 
diff -urN /usr/ports/audio/mhwaveedit/distinfo audio/mhwaveedit/distinfo
--- /usr/ports/audio/mhwaveedit/distinfo	Thu Jun 26 17:00:33 2003
+++ audio/mhwaveedit/distinfo	Sat Dec 27 00:52:08 2003
@@ -1 +1 @@
-MD5 (mhwaveedit-1.2.3.tar.gz) = 25fb4d7c03f52acda4dd523b7ce7662e
+MD5 (mhwaveedit-1.2.4.tar.gz) = 136507e084ef715481129e6c241b2d32
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	Thu Jan  1 09:00:00 1970
+++ audio/mhwaveedit/files/patch-src::datasource.c	Sat Dec 27 01:00:24 2003
@@ -0,0 +1,12 @@
+--- 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));
diff -urN /usr/ports/audio/mhwaveedit/files/patch-src::viewcache.c audio/mhwaveedit/files/patch-src::viewcache.c
--- /usr/ports/audio/mhwaveedit/files/patch-src::viewcache.c	Thu Jun  5 07:25:23 2003
+++ audio/mhwaveedit/files/patch-src::viewcache.c	Thu Jan  1 09:00:00 1970
@@ -1,14 +0,0 @@
---- src/viewcache.c.orig	Wed Jun  4 15:23:06 2003
-+++ src/viewcache.c	Wed Jun  4 15:23:45 2003
-@@ -24,6 +24,11 @@
- #include "inifile.h"
- #include "main.h"
- 
-+#ifndef HAVE_CEILL
-+#  define ceill(x) ceil((double)(x))
-+#  define HAVE_CEILL
-+#endif
-+
- /* How many columns to update (max) for each call to view_cache_update */
- #define PIXELS_PER_UPDATE 10
- #define GUINT32(x) ((guint32)x)
>Release-Note:
>Audit-Trail:
>Unformatted:



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