FreeBSD Bugzilla – Attachment 109700 Details for
Bug 150744
[patch] audio/openal-soft: install alsoftrc.sample
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a.diff
a.diff (text/plain), 1.54 KB, created by
swell.k
on 2010-09-20 04:40:00 UTC
(
hide
)
Description:
a.diff
Filename:
MIME Type:
Creator:
swell.k
Created:
2010-09-20 04:40:00 UTC
Size:
1.54 KB
patch
obsolete
>Index: audio/openal-soft/Makefile >=================================================================== >RCS file: /a/.cvsup/ports/audio/openal-soft/Makefile,v >retrieving revision 1.10 >diff -u -p -r1.10 Makefile >--- audio/openal-soft/Makefile 1 Apr 2010 17:00:49 -0000 1.10 >+++ audio/openal-soft/Makefile 20 Sep 2010 03:23:36 -0000 >@@ -20,7 +20,10 @@ 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 >+ >+ETCDIR_REL= etc/openal >+PLIST_SUB= VERSION=${PORTVERSION} > > OPTIONS= PULSEAUDIO "Enable sound streaming using PulseAudio" off > >@@ -35,4 +38,9 @@ CMAKE_ARGS+= -DPULSEAUDIO:BOOL=ON > CMAKE_ARGS+= -DPULSEAUDIO:BOOL=OFF > .endif > >+post-patch: .SILENT >+ ${REINPLACE_CMD} '/RENAME/d; s|/etc|${PREFIX}&|' \ >+ ${WRKSRC}/Alc/alcConfig.c \ >+ ${WRKSRC}/CMakeLists.txt >+ > .include <bsd.port.post.mk> >Index: audio/openal-soft/pkg-plist >=================================================================== >RCS file: /a/.cvsup/ports/audio/openal-soft/pkg-plist,v >retrieving revision 1.8 >diff -u -p -r1.8 pkg-plist >--- audio/openal-soft/pkg-plist 1 Apr 2010 17:00:50 -0000 1.8 >+++ audio/openal-soft/pkg-plist 20 Sep 2010 03:21:46 -0000 >@@ -1,10 +1,12 @@ > bin/openal-info >+%%ETCDIR%%/alsoftrc.sample > include/AL/al.h > include/AL/alc.h > include/AL/alext.h > include/AL/efx.h >-lib/libopenal.so.1.12.854 >+lib/libopenal.so.%%VERSION%% > lib/libopenal.so.1 > lib/libopenal.so > libdata/pkgconfig/openal.pc > @dirrmtry include/AL >+@dirrmtry %%ETCDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 150744
: 109700