FreeBSD Bugzilla – Attachment 144846 Details for
Bug 192009
databases/memcached fails to build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
memcached.diff (text/plain), 1.29 KB, created by
Jaap Akkerhuis
on 2014-07-21 13:58:30 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Jaap Akkerhuis
Created:
2014-07-21 13:58:30 UTC
Size:
1.29 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 362431) >+++ Makefile (working copy) >@@ -6,20 +6,21 @@ > CATEGORIES= databases > MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ > ${MASTER_SITE_GENTOO} >-MASTER_SITE_SUBDIR= distfiles >+MASTER_SITE_SUBDIR= ${DISTDIR} > > MAINTAINER= swills@FreeBSD.org > COMMENT= High-performance distributed memory object cache system > >+LICENSE= BSD3CLAUSE >+ > LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2 >+TEST_DEPENDS= git:${PORTSDIR}/devel/git > >-TEST_DEPENDS= prove:${PORTSDIR}/lang/${PERL_PORT} \ >- git:${PORTSDIR}/devel/git >- > CONFLICTS= memcached-1.2* > > # Dtrace option disabled until it is fixed upstream >-OPTIONS_DEFINE= SASL DOCS >+OPTIONS_DEFINE= SASL DOCS DTRACE >+OPTIONS_DEFAULT= SASL DOCS > > DTRACE_DESC= Enable dtrace probes > SASL_DESC= Enable SASL Authentication >@@ -26,8 +27,8 @@ > > USE_RC_SUBR= memcached > SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} >+USES= gmake perl5 shebangfix > >-USES= shebangfix > SHEBANG_FILES= scripts/memcached-tool > > USE_CSTD= c99 >@@ -47,8 +48,6 @@ > -I${LOCALBASE}/include/event2/compat \ > -I${LOCALBASE}/include > >-DTRACE_CONFIGURE_ENABLE= dtrace >- > SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 > SASL_CONFIGURE_ENABLE= sasl > SASL_CFLAGS= -I${LOCALBASE}/include
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 192009
: 144846 |
144862