aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-04 16:20:58 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-04 16:20:58 +0000
commit69150c9088823643499e4f7040e0bd66811d1b33 (patch)
treeb12611c99ee1a3276ea6d5edf9256cd7a388f698 /audio
parentdcfe7011793a723c645ad1d9414ee9c909c80598 (diff)
downloadports-69150c9088823643499e4f7040e0bd66811d1b33.tar.gz
ports-69150c9088823643499e4f7040e0bd66811d1b33.zip
Update to 1.2.2. Depend upon libportaudio now that it's in the tree.
PR: ports/52713 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=82265
Diffstat (limited to 'audio')
-rw-r--r--audio/mhwaveedit/Makefile11
-rw-r--r--audio/mhwaveedit/distinfo2
2 files changed, 8 insertions, 5 deletions
diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile
index e164721817b6..b55710645466 100644
--- a/audio/mhwaveedit/Makefile
+++ b/audio/mhwaveedit/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= mhwaveedit
-PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTVERSION= 1.2.2
CATEGORIES= audio
MASTER_SITES= http://www.mtek.chalmers.se/~hjormagn/
@@ -16,13 +15,17 @@ 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
+ portaudio.0:${PORTSDIR}/audio/portaudio
USE_REINPLACE= yes
+USE_GNOME= gnomehack gtk20
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --without-portaudio --without-sdl
+CONFIGURE_ARGS= --without-sdl
+
+post-patch:
+ @${REINPLACE_CMD} -e 's| -O2||g' ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/audio/mhwaveedit/distinfo b/audio/mhwaveedit/distinfo
index fea9905185d5..10c585c9e5e8 100644
--- a/audio/mhwaveedit/distinfo
+++ b/audio/mhwaveedit/distinfo
@@ -1 +1 @@
-MD5 (mhwaveedit-1.2.0.tar.gz) = 32114d82dc97043f6c74bad45e1109b4
+MD5 (mhwaveedit-1.2.2.tar.gz) = 331b35e32270073db0ab52c590e7f0c8