[Bug 256332] Proposition of change in Makefile of pecl-memcached to allow integration with MSGPACK
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Jun 2021 10:11:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256332 Bug ID: 256332 Summary: Proposition of change in Makefile of pecl-memcached to allow integration with MSGPACK Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ume@FreeBSD.org Reporter: fbsd_bugs@int.pl Assignee: ume@FreeBSD.org Flags: maintainer-feedback?(ume@FreeBSD.org) --- databases/pecl-memcached/Makefile 2021-05-31 14:34:36.420621000 +0000 +++ databases/pecl-memcached/Makefile 2021-05-31 14:55:44.271783000 +0000 @@ -18,12 +18,16 @@ CONFIGURE_ARGS= --with-libmemcached-dir=${LOCALBASE}-OPTIONS_DEFINE= IGBINARY SASL +OPTIONS_DEFINE= IGBINARY MSGPACK SASL OPTIONS_DEFAULT=SASL IGBINARY_DESC= Binary serializer support +MSGPACK_DESC= MSGPACK serializer support IGBINARY_CONFIGURE_ENABLE= memcached-igbinary IGBINARY_USE= PHP=igbinary:build +MSGPACK_CONFIGURE_ENABLE= memcached-msgpack +MSGPACK_BUILD_DEPENDS= ${PECL_PKGNAMEPREFIX}msgpack>=0:devel/pecl-msgpack@${PHP_FLAVOR} +MSGPACK_RUN_DEPENDS= ${PECL_PKGNAMEPREFIX}msgpack>=0:devel/pecl-msgpack@${PHP_FLAVOR} SASL_CONFIGURE_ENABLE= memcached-sasl SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 -- You are receiving this mail because: You are the assignee for the bug.