diff options
Diffstat (limited to 'audio/aumix')
-rw-r--r-- | audio/aumix/Makefile | 6 | ||||
-rw-r--r-- | audio/aumix/distinfo | 2 | ||||
-rw-r--r-- | audio/aumix/files/patch-src::common.h | 25 | ||||
-rw-r--r-- | audio/aumix/pkg-plist | 4 |
4 files changed, 8 insertions, 29 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index f7942cc4dd95..d957fd4b3ef1 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -6,18 +6,18 @@ # PORTNAME= aumix -PORTVERSION= 2.7 -PORTREVISION= 1 +PORTVERSION= 2.8 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://jpj.net/~trevor/aumix/ \ http://jpj.net/~trevor/aumix/old/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= cpiazza@FreeBSD.org +MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +USE_BZIP2= yes USE_GNOMENG= yes WANT_GNOME= yes GNU_CONFIGURE= yes diff --git a/audio/aumix/distinfo b/audio/aumix/distinfo index a5cf9e0d6a99..14d791e44013 100644 --- a/audio/aumix/distinfo +++ b/audio/aumix/distinfo @@ -1 +1 @@ -MD5 (aumix-2.7.tar.gz) = 84ecc331bf6d86d3ac925590fee83af7 +MD5 (aumix-2.8.tar.bz2) = dc3fc7209752207c23e7c94ab886b340 diff --git a/audio/aumix/files/patch-src::common.h b/audio/aumix/files/patch-src::common.h deleted file mode 100644 index bfba61c3dfcc..000000000000 --- a/audio/aumix/files/patch-src::common.h +++ /dev/null @@ -1,25 +0,0 @@ -$FreeBSD$ - ---- src/common.h.orig Thu Jun 6 19:50:10 2002 -+++ src/common.h Thu Jun 6 19:51:01 2002 -@@ -24,18 +24,14 @@ - #include <unistd.h> - #include <fcntl.h> - #include <sys/ioctl.h> --/* "The nice thing about standards..." */ --#if defined (__FreeBSD__) --#include <machine/soundcard.h> --#else -+/* "The nice thing about standards..." */ - #if defined (__NetBSD__) || defined (__OpenBSD__) - #include <soundcard.h> /* OSS emulation */ - #undef ioctl - #else --/* BSDI, Linux, Solaris */ -+/* FreeBSD, BSDI, Linux, Solaris */ - #include <sys/soundcard.h> - #endif /* __NetBSD__ or __OpenBSD__ */ --#endif /* __FreeBSD__ */ - #ifdef HAVE_ALSA - #include <sys/asoundlib.h> - #endif /* HAVE_ALSA */ diff --git a/audio/aumix/pkg-plist b/audio/aumix/pkg-plist index 21d31e6faf7b..85af6865df86 100644 --- a/audio/aumix/pkg-plist +++ b/audio/aumix/pkg-plist @@ -1,4 +1,5 @@ bin/aumix +bin/mute bin/xaumix share/aumix/ansi share/aumix/aumix.xpm @@ -7,13 +8,16 @@ share/aumix/fadeout.set share/aumix/vt100 share/aumix/xterm share/locale/de/LC_MESSAGES/aumix.mo +share/locale/el/LC_MESSAGES/aumix.mo share/locale/es/LC_MESSAGES/aumix.mo share/locale/fr/LC_MESSAGES/aumix.mo share/locale/gl/LC_MESSAGES/aumix.mo share/locale/ja/LC_MESSAGES/aumix.mo +share/locale/nl/LC_MESSAGES/aumix.mo share/locale/pl/LC_MESSAGES/aumix.mo share/locale/pt_BR/LC_MESSAGES/aumix.mo share/locale/ru/LC_MESSAGES/aumix.mo share/locale/sv/LC_MESSAGES/aumix.mo share/locale/uk/LC_MESSAGES/aumix.mo +share/locale/zh_CN/LC_MESSAGES/aumix.mo @dirrm share/aumix |