1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Update to 1.4.0

PR:		ports/81050
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Jean-Yves Lefort 2005-05-17 19:26:01 +00:00
parent a31569eafe
commit e099ffdd94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135515
3 changed files with 7 additions and 14 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= mhwaveedit
PORTVERSION= 1.3.8
PORTVERSION= 1.4.0
CATEGORIES= audio
MASTER_SITES= http://www.mtek.chalmers.se/~hjormagn/
@ -19,6 +19,7 @@ LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
sndfile.1:${PORTSDIR}/audio/libsndfile \
portaudio.0:${PORTSDIR}/audio/portaudio
USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget gtk20
WANT_GNOME= yes
WANT_SDL= yes
@ -28,7 +29,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-optimization --without-alsalib
PLIST_FILES= bin/mhwaveedit
PLIST_FILES= bin/mhwaveedit \
share/locale/ru/LC_MESSAGES/mhwaveedit.mo \
share/locale/sv/LC_MESSAGES/mhwaveedit.mo
.include <bsd.port.pre.mk>

View File

@ -1,2 +1,2 @@
MD5 (mhwaveedit-1.3.8.tar.gz) = 3dbae7fd8f83ddfc4744c16ce30ca1fe
SIZE (mhwaveedit-1.3.8.tar.gz) = 339403
MD5 (mhwaveedit-1.4.0.tar.bz2) = 5519cd3f25d34f551dcfff701ea60d67
SIZE (mhwaveedit-1.4.0.tar.bz2) = 373371

View File

@ -1,10 +0,0 @@
--- src/gtkfiles.h.orig Wed Sep 15 23:25:47 2004
+++ src/gtkfiles.h Fri Oct 8 21:39:16 2004
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <gtk/gtk.h>