FreeBSD Bugzilla – Attachment 129730 Details for
Bug 173779
[PATCH] audio/asunder 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.78 KB, created by
Chris Petrik
on 2012-11-21 22:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Petrik
Created:
2012-11-21 22:00:01 UTC
Size:
1.78 KB
patch
obsolete
>Index: asunder/Makefile >=================================================================== >--- asunder/Makefile (revision 305743) >+++ asunder/Makefile (working copy) >@@ -1,7 +1,4 @@ >-# New ports collection makefile for: asunder >-# Date created: 14 September 2007 >-# Whom: frase@frase.id.au >-# >+# Created by: frase@frase.id.au > # $FreeBSD$ > > PORTNAME= asunder >@@ -16,38 +13,37 @@ > LIB_DEPENDS= cddb.4:${PORTSDIR}/audio/libcddb > RUN_DEPENDS= ${LOCALBASE}/bin/cdparanoia:${PORTSDIR}/audio/cdparanoia > >-OPTIONS= LAME "lame support" on \ >- OGG "ogg-vorbis support" on \ >- FLAC "FLAC support" on \ >- WAVPACK "WavPack support" off \ >- MONKEYAUDIO "Monkey's Audio support" off \ >- WINDOWS_CHARS "Allow Windows special chars in filenames" off >+OPTIONS_DEFINE= LAME OGG FLAC WAVPACK MONKEYAUDIO WINDOWS_CHARS >+OPTIONS_DEFAULT= LAME OGG FLAC > >+MONKEYAUDIO_DESC= Monkey's Audio support >+WINDOWS_CHARS_DESC= Allow Windows special chars in filenames >+ > USE_BZIP2= yes > GNU_CONFIGURE= yes > USE_GNOME= gtk20 > > PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO > >-.include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > >-.if defined(WITH_LAME) >+.if ${PORT_OPTIONS:MLAME} > RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame > .endif > >-.if defined(WITH_OGG) >+.if ${PORT_OPTIONS:MOGG} > RUN_DEPENDS+= oggenc:${PORTSDIR}/audio/vorbis-tools > .endif > >-.if defined(WITH_FLAC) >+.if ${PORT_OPTIONS:MFLAC} > RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac > .endif > >-.if defined(WITH_WAVPACK) >+.if ${PORT_OPTIONS:MWAVPACK} > RUN_DEPENDS+= wavpack:${PORTSDIR}/audio/wavpack > .endif > >-.if defined(WITH_MONKEYAUDIO) >+.if ${PORT_OPTIONS:MMONKEYAUDIO} > RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac > .endif > >@@ -62,4 +58,4 @@ > @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ > .endif > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk>
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 173779
: 129730 |
129731