FreeBSD Bugzilla – Attachment 90572 Details for
Bug 127761
Port options added for scheme implementations: audio/snd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
Makefile.diff (text/plain), 2.02 KB, created by
Timothy Beyer
on 2008-10-01 05:20:02 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
Timothy Beyer
Created:
2008-10-01 05:20:02 UTC
Size:
2.02 KB
patch
obsolete
>--- Makefile.orig 2008-09-26 03:30:40.000000000 -0700 >+++ Makefile 2008-09-30 20:14:08.000000000 -0700 >@@ -18,6 +18,8 @@ > FFTW3 "Use FFTW" on \ > GSL "Use GNU Scientific Library" on \ > GUILE "Use Guile as the extension language" on \ >+ GAUCHE "Use Gauche as the extension language" off \ >+ S7 "Use S7 as the extension language" off \ > LADSPA "Include support for LADSPA plugins" on \ > NLS "Native Language Support" on \ > RUBY "Use Ruby as the extension language" off \ >@@ -61,10 +63,24 @@ > > .if !defined(WITHOUT_GUILE) > LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile >-PLIST_SUB+= GUILE="" >+PLIST_SUB+= SCHEME="" > .else > CONFIGURE_ARGS+= --without-guile >-PLIST_SUB+= GUILE="@comment " >+.endif >+ >+.if !defined(WITHOUT_GAUCHE) >+CONFIGURE_ARGS+= --with-gauche >+LIB_DEPENDS+= gauche.0:${PORTSDIR}/lang/gauche >+PLIST_SUB+= SCHEME="" >+.else >+CONFIGURE_ARGS+= --without-gauche >+.endif >+ >+.if !defined(WITHOUT_S7) >+CONFIGURE_ARGS+= --with-s7 >+PLIST_SUB+= SCHEME="" >+.else >+CONFIGURE_ARGS+= --without-s7 > .endif > > .if !defined(WITHOUT_LADSPA) >@@ -86,6 +102,7 @@ > USE_RUBY= yes > .include "${PORTSDIR}/Mk/bsd.ruby.mk" > CONFIGURE_ARGS+= --with-ruby >+PLIST_SUB+= SCHEME="@comment " > .endif > > .if defined(WITHOUT_X11) >@@ -126,6 +143,22 @@ > @${MKDIR} ${DATADIR}/sndins/samples > ${INSTALL_DATA} ${WRKSRC}/sndins/samples/*.scm ${DATADIR}/sndins/samples > .endif >+.if !defined(WITHOUT_GAUCHE) >+ @${MKDIR} ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.scm ${DATADIR} >+ @${MKDIR} ${DATADIR}/tools >+ ${INSTALL_DATA} ${WRKSRC}/tools/*.scm ${DATADIR}/tools >+ @${MKDIR} ${DATADIR}/sndins/samples >+ ${INSTALL_DATA} ${WRKSRC}/sndins/samples/*.scm ${DATADIR}/sndins/samples >+.endif >+.if !defined(WITHOUT_S7) >+ @${MKDIR} ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.scm ${DATADIR} >+ @${MKDIR} ${DATADIR}/tools >+ ${INSTALL_DATA} ${WRKSRC}/tools/*.scm ${DATADIR}/tools >+ @${MKDIR} ${DATADIR}/sndins/samples >+ ${INSTALL_DATA} ${WRKSRC}/sndins/samples/*.scm ${DATADIR}/sndins/samples >+.endif > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} > .for i in HISTORY.Snd README.Snd TODO.Snd
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 127761
: 90572 |
90573