From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 20 08:10:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B9AF37B401 for ; Tue, 20 May 2003 08:10:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F51343FCB for ; Tue, 20 May 2003 08:10:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4KFACUp080366 for ; Tue, 20 May 2003 08:10:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4KFAC5o080365; Tue, 20 May 2003 08:10:12 -0700 (PDT) Resent-Date: Tue, 20 May 2003 08:10:12 -0700 (PDT) Resent-Message-Id: <200305201510.h4KFAC5o080365@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E21A337B401 for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52476: Update port: audio/mhwaveedit to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 15:10:20 -0000 >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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 20 08:10:12 PDT 2003 >Closed-Date: >Last-Modified: >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: >Unformatted: