From d4a953bdca8e3dda66b26d194881a6c55d45562f Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Fri, 29 Jun 2007 10:53:24 +0000 Subject: - Fix the build with GCC 4.2 [1] - Drop stupid -esound suffix, it just one of many sound servers/proxies available today, nothing special to require such attribution - Kill EOL whitespace in pkg-descr Reported by: pointyhat (logs) [1] --- audio/zinf/Makefile | 2 +- audio/zinf/files/patch-base-include-queue.h | 10 ++++++++++ audio/zinf/pkg-descr | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 audio/zinf/files/patch-base-include-queue.h (limited to 'audio/zinf') diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 66aa0898ff4b..7d71ce3cea09 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -48,7 +48,6 @@ CPPFLAGS+= "-D_M_ALPHA" .if ${HAVE_GNOME:Mesound}!="" || defined(WITH_ALL_PLUGINS) USE_GNOME+= esound PLIST_SUB+= ESOUND="" -PKGNAMESUFFIX= -esound .else CONFIGURE_ARGS+= --disable-esd PLIST_SUB+= ESOUND="@comment " @@ -83,6 +82,7 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|Player::||' ${WRKSRC}/base/include/player.h post-install: @${MKDIR} ${PREFIX}/etc/sdr/plugins diff --git a/audio/zinf/files/patch-base-include-queue.h b/audio/zinf/files/patch-base-include-queue.h new file mode 100644 index 000000000000..659ee131ea72 --- /dev/null +++ b/audio/zinf/files/patch-base-include-queue.h @@ -0,0 +1,10 @@ +--- base/include/queue.h.orig Wed Sep 17 00:34:53 2003 ++++ base/include/queue.h Fri Jun 29 17:36:37 2007 +@@ -24,6 +24,7 @@ + #ifndef INCLUDED_QUEUE_H_ + #define INCLUDED_QUEUE_H_ + ++#include + #include "config.h" + #include "mutex.h" + diff --git a/audio/zinf/pkg-descr b/audio/zinf/pkg-descr index ee7473a92cad..1b6e45056198 100644 --- a/audio/zinf/pkg-descr +++ b/audio/zinf/pkg-descr @@ -1,6 +1,6 @@ The Zinf audio player is a simple, but powerful audio player for Linux and Win32. It supports MP3, Ogg/Vorbis, WAV and Audio CD playback, with a powerful -music browser, theme support and a download manager. +music browser, theme support and a download manager. It is based on the FreeA*p audio player which was developed by EMusic. The FreeA*p project was discontinued due to a trademark conflict and EMusic being -- cgit v1.2.3