From 1512448ae3e703d35a640951f4c3513cb708dd1d Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Mon, 20 Sep 2010 21:36:29 +0000 Subject: - Install configuration file and make proper use of it PR: ports/150744 Submitted by: --- audio/openal-soft/Makefile | 10 +++++++++- audio/openal-soft/pkg-plist | 2 ++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index bd72677254a9..da6097beec4a 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -7,6 +7,7 @@ PORTNAME= openal-soft PORTVERSION= 1.12.854 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://kcat.strangesoft.net/openal-releases/ @@ -20,7 +21,7 @@ USE_CMAKE= yes USE_LDCONFIG= yes CMAKE_USE_PTHREAD= yes CMAKE_ARGS+= -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \ - -DDSOUND:BOOL=OFF + -DDSOUND:BOOL=OFF -DALSOFT_CONFIG:BOOL=ON OPTIONS= PULSEAUDIO "Enable sound streaming using PulseAudio" off @@ -35,4 +36,11 @@ CMAKE_ARGS+= -DPULSEAUDIO:BOOL=ON CMAKE_ARGS+= -DPULSEAUDIO:BOOL=OFF .endif +.post-patch: + @${REINPLACE_CMD} 's|/etc/openal|${ETCDIR}|' \ + ${WRKSRC}/Alc/alcConfig.c \ + ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} 's|alsoft.conf|alsoft.conf.sample|' \ + ${WRKSRC}/CMakeLists.txt + .include diff --git a/audio/openal-soft/pkg-plist b/audio/openal-soft/pkg-plist index b47242e03db8..8df600474369 100644 --- a/audio/openal-soft/pkg-plist +++ b/audio/openal-soft/pkg-plist @@ -1,4 +1,5 @@ bin/openal-info +%%ETCDIR%%/alsoft.conf.sample include/AL/al.h include/AL/alc.h include/AL/alext.h @@ -8,3 +9,4 @@ lib/libopenal.so.1 lib/libopenal.so libdata/pkgconfig/openal.pc @dirrmtry include/AL +@dirrmtry %%ETCDIR%% -- cgit v1.2.3