FreeBSD Bugzilla – Attachment 129725 Details for
Bug 173774
[PATCH] audio/audiere optionsng
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.90 KB, created by
Chris Petrik
on 2012-11-21 21:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Petrik
Created:
2012-11-21 21:50:00 UTC
Size:
1.90 KB
patch
obsolete
>Index: audiere/Makefile >=================================================================== >--- audiere/Makefile (revision 305743) >+++ audiere/Makefile (working copy) >@@ -1,9 +1,5 @@ >-# New ports collection makefile for: audiere >-# Date created: 12 Sep 2007 >-# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> >-# >+# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> > # $FreeBSD$ >-# > > PORTNAME= audiere > PORTVERSION= 1.9.4 >@@ -30,12 +26,14 @@ > > CONFIGURE_REPLACES='s|wx_config|no_&|' > >-OPTIONS= DUMB "Enable DUMB support" on \ >- CDAUDIO "Enable libcdaudio support" on \ >- VORBIS "Enable ogg vorbis support" on \ >- SPEEX "Enable speex support" on >-# FLAC "Enable FLAC support" on >+#OPTIONS_DEFINE= DUMB CDAUDIO VORBIS SPEEX FLAC >+#OPTIONS_DEFAULT= DUMB CDAUDIO VORBIS SPEEX FLAC >+OPTIONS_DEFINE= DUMB CDAUDIO VORBIS SPEEX >+OPTIONS_DEFAULT= DUMB CDAUDIO VORBIS SPEEX > >+DUMB_DESC= Enable DUMB support >+CDAUDIO_DESC= Enable libcdaudio support >+ > .include <bsd.port.pre.mk> > > # Broken with recent FLAC >@@ -45,27 +43,27 @@ > CONFIGURE_REPLACES+='/AC_CHECK_LIB/ s|FLAC|no_&|' > #.endif > >-.if !defined(WITHOUT_DUMB) >+.if ${PORT_OPTIONS:MDUMB} > BUILD_DEPENDS+= ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb > .else > CONFIGURE_REPLACES+='/AC_CHECK_LIB/ s|dumb|no_&|' > .endif > >-.if !defined(WITHOUT_CDAUDIO) >-LIB_DEPENDS+= cdaudio.1:${PORTSDIR}/audio/libcdaudio >+.if ${PORT_OPTIONS:MCDAUDIO} >+LIB_DEPENDS+= cdaudio:${PORTSDIR}/audio/libcdaudio > .else > CONFIGURE_REPLACES+='/AC_CHECK_LIB/ s|cdaudio|no_&|' > .endif > >-.if !defined(WITHOUT_VORBIS) >+.if ${PORT_OPTIONS:MVORBIS} > LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis \ > ogg:${PORTSDIR}/audio/libogg > .else > CONFIGURE_REPLACES+='/AC_CHECK_HEADER/ s|vorbis|no_&|' > .endif > >-.if !defined(WITHOUT_SPEEX) >-LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex >+.if ${PORT_OPTIONS:MSPEEX} >+LIB_DEPENDS+= speex:${PORTSDIR}/audio/speex > .else > CONFIGURE_REPLACES+='/AC_CHECK_HEADER/ s|speex|no_&|' > .endif
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 173774
: 129725