From tkato@prontomail.com  Tue May 20 08:02:29 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E21A337B401
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 20 May 2003 08:02:29 -0700 (PDT)
Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 010D843F85
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 20 May 2003 08:02:29 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([61.198.223.82]) by hfep08.dion.ne.jp with SMTP
          id <20030520150223377.TMRI@hfep08.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Wed, 21 May 2003 00:02:23 +0900
Message-Id: <20030521000104.3cb28e1c.tkato@prontomail.com>
Date: Wed, 21 May 2003 00:01:04 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: audio/mhwaveedit to 1.2.1

>Number:         52476
>Category:       ports
>Synopsis:       Update port: audio/mhwaveedit to 1.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 08:10:12 PDT 2003
>Closed-Date:    Tue May 27 10:15:37 PDT 2003
>Last-Modified:  Tue May 27 10:15:37 PDT 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.2.1

New 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	Sat Apr 12 22:35:53 2003
+++ audio/mhwaveedit/Makefile	Sun May 11 11:47:53 2003
@@ -7,17 +7,16 @@
 #
 
 PORTNAME=	mhwaveedit
-PORTVERSION=	1.2.0
-PORTREVISION=	1
+PORTVERSION=	1.2.1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.mtek.chalmers.se/~hjormagn/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A graphical program for editing sound files
 
-LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile \
-		gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
+LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile
 
+USE_GNOME=	gtk20
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff -urN /usr/ports/audio/mhwaveedit/distinfo audio/mhwaveedit/distinfo
--- /usr/ports/audio/mhwaveedit/distinfo	Thu Jan 23 21:15:22 2003
+++ audio/mhwaveedit/distinfo	Sun May 11 11:49:52 2003
@@ -1 +1 @@
-MD5 (mhwaveedit-1.2.0.tar.gz) = 32114d82dc97043f6c74bad45e1109b4
+MD5 (mhwaveedit-1.2.1.tar.gz) = f8b1d002e80aa580ece7ee3d54b7bb11
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 Jan  1 09:00:00 1970
+++ audio/mhwaveedit/files/patch-src::viewcache.c	Sat May 17 23:44:42 2003
@@ -0,0 +1,14 @@
+--- src/viewcache.c.orig	Sun May 11 06:09:12 2003
++++ src/viewcache.c	Sat May 17 23:44:17 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:
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Tue May 27 10:15:16 PDT 2003 
State-Changed-Why:  
Superseded by ports/52713. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52476 
>Unformatted:
