FreeBSD Bugzilla – Attachment 87770 Details for
Bug 124419
Add SASL support to devel/subversion-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 998 bytes, created by
Andrew Tulloch
on 2008-06-09 14:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrew Tulloch
Created:
2008-06-09 14:20:02 UTC
Size:
998 bytes
patch
obsolete
>*** Makefile.orig 2008-06-09 14:07:19.000000000 +0100 >--- Makefile 2008-06-09 14:08:06.000000000 +0100 >*************** >*** 49,55 **** > MOD_DAV_SVN "mod_dav_svn module for Apache 2.X" off \ > APACHE2_APR "Use APR from Apache 2.X" off \ > SVNSERVE_WRAPPER "Enable svnserve wrapper" off \ >! MAINTAINER_DEBUG "Build debug version" off > > .include <bsd.port.pre.mk> > >--- 49,56 ---- > MOD_DAV_SVN "mod_dav_svn module for Apache 2.X" off \ > APACHE2_APR "Use APR from Apache 2.X" off \ > SVNSERVE_WRAPPER "Enable svnserve wrapper" off \ >! MAINTAINER_DEBUG "Build debug version" off \ >! SASL "Build with SASL support" off > > .include <bsd.port.pre.mk> > >*************** >*** 225,230 **** >--- 226,239 ---- > PLIST_SUB+= ASVN="@comment " > .endif > >+ .if defined(WITH_SASL) >+ LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 >+ CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} >+ PLIST_SUB+= SASL="" >+ .else >+ PLIST_SUB+= SASL="@comment " >+ .endif >+ > SCRIPTS= > > SCRIPTS_DATA=
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 124419
: 87770