Date: Wed, 21 May 2003 00:01:04 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52476: Update port: audio/mhwaveedit to 1.2.1 Message-ID: <20030521000104.3cb28e1c.tkato@prontomail.com> Resent-Message-ID: <200305201510.h4KFAC5o080365@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030521000104.3cb28e1c.tkato>