View | Details | Raw Unified | Return to bug 52713
Collapse All | Expand All

(-)audio/mhwaveedit/Makefile (-4 / +3 lines)
Lines 7-23 Link Here
7
#
7
#
8
8
9
PORTNAME=	mhwaveedit
9
PORTNAME=	mhwaveedit
10
PORTVERSION=	1.2.0
10
PORTVERSION=	1.2.2
11
PORTREVISION=	1
12
CATEGORIES=	audio
11
CATEGORIES=	audio
13
MASTER_SITES=	http://www.mtek.chalmers.se/~hjormagn/
12
MASTER_SITES=	http://www.mtek.chalmers.se/~hjormagn/
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A graphical program for editing sound files
15
COMMENT=	A graphical program for editing sound files
17
16
18
LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile \
17
LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile
19
		gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
20
18
19
USE_GNOME=	gtk20
21
USE_REINPLACE=	yes
20
USE_REINPLACE=	yes
22
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
23
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
(-)audio/mhwaveedit/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (mhwaveedit-1.2.0.tar.gz) = 32114d82dc97043f6c74bad45e1109b4
1
MD5 (mhwaveedit-1.2.2.tar.gz) = 331b35e32270073db0ab52c590e7f0c8
(-)audio/mhwaveedit/files/patch-src::viewcache.c (+14 lines)
Line 0 Link Here
1
--- src/viewcache.c.orig	Sun May 11 06:09:12 2003
2
+++ src/viewcache.c	Sat May 17 23:44:17 2003
3
@@ -24,6 +24,11 @@
4
 #include "inifile.h"
5
 #include "main.h"
6
 
7
+#ifndef HAVE_CEILL
8
+#define ceill(x) ceil((double)(x))
9
+#define HAVE_CEILL
10
+#endif
11
+
12
 /* How many columns to update (max) for each call to view_cache_update */
13
 #define PIXELS_PER_UPDATE 10
14
 #define GUINT32(x) ((guint32)x)

Return to bug 52713