FreeBSD Bugzilla – Attachment 41459 Details for
Bug 64892
[MAINTAINER] net/nicotine: don't autotune, use OPTIONS instead
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nicotine-1.0.7_1.patch
nicotine-1.0.7_1.patch (text/plain), 1.59 KB, created by
Stefan Walter
on 2004-03-29 14:30:23 UTC
(
hide
)
Description:
nicotine-1.0.7_1.patch
Filename:
MIME Type:
Creator:
Stefan Walter
Created:
2004-03-29 14:30:23 UTC
Size:
1.59 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/net/nicotine.old/Makefile /usr/ports/net/nicotine/Makefile >--- /usr/ports/net/nicotine.old/Makefile Mon Mar 29 14:56:16 2004 >+++ /usr/ports/net/nicotine/Makefile Mon Mar 29 15:15:22 2004 >@@ -22,38 +22,20 @@ > USE_PYDISTUTILS= yes > USE_REINPLACE= yes > >+OPTIONS= GEOIP "Enable the GeoIP based country code blocker" off \ >+ PSYCO "Enable Psyco, the optimizing Python compiler" off \ >+ VORBIS "Enable OGG/Vorbis support" on >+ > .include <bsd.port.pre.mk> > >-.if exists(${PYTHON_SITELIBDIR}/GeoIP.so) || defined(WITH_GEOIP) >-WITH_GEOIP= yes >+.if defined(WITH_GEOIP) > RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP > .endif >- >-.if exists(${PYTHON_SITELIBDIR}/psyco/_psyco.so) || defined(WITH_PSYCO) >-WITH_PSYCO= yes >+.if defined(WITH_PSYCO) > RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco > .endif >- >-.if exists(${PYTHON_SITELIBDIR}/ogg/vorbis.so) || defined(WITH_VORBIS) >-WITH_VORBIS= yes >+.if defined(WITH_VORBIS) > RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis >-.endif >- >-.if !defined(WITH_VORBIS) || !defined(WITH_PSYCO) || !defined(WITH_GEOIP) >-pre-everything:: >- @${ECHO_MSG} "" >- @${ECHO_MSG} "You can define the following for additional features:" >- @${ECHO_MSG} "" >-.if !defined(WITH_GEOIP) >- @${ECHO_MSG} "WITH_GEOIP - enable the GeoIP based country code blocker" >-.endif >-.if !defined(WITH_PSYCO) >- @${ECHO_MSG} "WITH_PSYCO - enable the psyco optimizing compiler" >-.endif >-.if !defined(WITH_VORBIS) >- @${ECHO_MSG} "WITH_VORBIS - enable OGG/Vorbis support" >-.endif >- @${ECHO_MSG} "" > .endif > > post-patch:
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 64892
: 41459