FreeBSD Bugzilla – Attachment 167429 Details for
Bug 207508
www/serf: Support ports mit and heimdal GSSAPI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add MIT and ports heimdal to Serf
serf.patch (text/plain), 1023 bytes, created by
david
on 2016-02-26 05:34:18 UTC
(
hide
)
Description:
Patch to add MIT and ports heimdal to Serf
Filename:
MIME Type:
Creator:
david
Created:
2016-02-26 05:34:18 UTC
Size:
1023 bytes
patch
obsolete
>diff -ru serf.orig/Makefile serf/Makefile >--- serf.orig/Makefile 2016-01-17 10:01:34.000000000 -0500 >+++ serf/Makefile 2016-02-26 00:19:43.481850000 -0500 >@@ -19,7 +19,15 @@ > USE_OPENSSL= yes > USE_LDCONFIG= yes > >-OPTIONS_DEFINE= DOCS GSSAPI >+OPTIONS_DEFINE= DOCS >+OPTIONS_RADIO= KERBEROS >+OPTIONS_RADIO_KERBEROS= MIT HEIMDAL HEIMDAL_BASE >+ >+HEIMDAL_DESC= Heimdal Kerberos (security/heimdal) >+HEIMDAL_BASE_DESC= Heimdal Kerberos (base) >+MIT_DESC= MIT Kerberos (security/krb5) >+MIT_LIB_DEPENDS= libkrb5.so.3:${PORTSDIR}/security/krb5 >+HEIMDAL_LIB_DEPENDS= libkrb5.so.26:${PORTSDIR}/security/heimdal > > SCONS_ARGS= APR=${LOCALBASE}/bin/apr-1-config > SCONS_ARGS+= APU=${LOCALBASE}/bin/apu-1-config >@@ -31,9 +39,12 @@ > > .include <bsd.port.options.mk> > >-.if ${PORT_OPTIONS:MGSSAPI} >+.if ${PORT_OPTIONS:MHEIMDAL_BASE} > SCONS_ARGS+= GSSAPI="/usr" > .endif >+.if ${PORT_OPTIONS:MMIT} || ${PORT_OPTIONS:MHEIMDAL} >+SCONS_ARGS+= GSSAPI="${LOCALBASE}" >+.endif > > do-build: > @(cd ${WRKSRC} && ${SETENV} ${MAKE_CMD} ${SCONS_ARGS})
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 207508
: 167429