FreeBSD Bugzilla – Attachment 176198 Details for
Bug 213769
[New PORT] misc/py-glance: Openstack Image Service
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add OPTIONs for memcached and mysql
glance-options.diff (text/plain), 725 bytes, created by
Alexander Nusov
on 2016-10-26 20:39:28 UTC
(
hide
)
Description:
Add OPTIONs for memcached and mysql
Filename:
MIME Type:
Creator:
Alexander Nusov
Created:
2016-10-26 20:39:28 UTC
Size:
725 bytes
patch
obsolete
>--- Makefile 2016-10-26 22:14:25.125716000 +0300 >+++ /root/glance-makefile 2016-10-26 22:16:56.439879000 +0300 >@@ -55,6 +55,22 @@ > ${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic \ > ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse > >+OPTIONS_MULTI= DRIVERS >+OPTIONS_MULTI_DRIVERS= MEMCACHED MYSQL >+ >+MEMCACHED_DESC= Enable memcached support >+MYSQL_DESC= Enable MySQL support (via pymysql driver) >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MMEMCACHED} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}python-memcached>=0:databases/py-python-memcached >+.endif >+ >+.if ${PORT_OPTIONS:MMYSQL} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pymysql>=0:databases/py-pymysql >+.endif >+ > NO_ARCH= yes > > USES= python
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 213769
:
176141
|
176142
| 176198