FreeBSD Bugzilla – Attachment 140008 Details for
Bug 186433
[patch] Add GSSAPI support to www/serf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 706 bytes, created by
Ryan Steinmetz
on 2014-02-03 23:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ryan Steinmetz
Created:
2014-02-03 23:10:00 UTC
Size:
706 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 342478) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= serf > PORTVERSION= 1.3.3 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= GOOGLE_CODE > >@@ -20,7 +21,7 @@ > > SUB_FILES= libserf-1.la > >-OPTIONS_DEFINE= DOCS >+OPTIONS_DEFINE= DOCS GSSAPI > > SCONS_ENV= # empty > SCONS_BUILDENV= # empty >@@ -32,6 +33,12 @@ > SCONS_ARGS+= CFLAGS="${CFLAGS}" > SCONS_INSTALL_TARGET= install --install-sandbox=${STAGEDIR} > >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MGSSAPI} >+SCONS_ARGS+= GSSAPI="/usr" >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e '/^Requires.private/d' ${WRKSRC}/build/serf.pc.in
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 186433
: 140008