FreeBSD Bugzilla – Attachment 167428 Details for
Bug 207507
security/racoon2: [patch] update racoon2 port to support MITkerberos and heimdal from ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add MIT and Heimdal from ports
racoon2.patch (text/plain), 2.08 KB, created by
david
on 2016-02-26 05:00:59 UTC
(
hide
)
Description:
Add MIT and Heimdal from ports
Filename:
MIME Type:
Creator:
david
Created:
2016-02-26 05:00:59 UTC
Size:
2.08 KB
patch
obsolete
>diff -ru racoon2.orig/Makefile racoon2/Makefile >--- racoon2.orig/Makefile 2016-01-10 18:44:29.000000000 -0500 >+++ racoon2/Makefile 2016-02-25 23:36:39.371422000 -0500 >@@ -20,38 +20,43 @@ > CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/racoon2 > CONFIGURE_ENV= YACC=/usr/bin/yacc > >-OPTIONS_DEFINE= KINK DOCS >-KINK_DESC= Enable KINK support >- >+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 > .include <bsd.port.pre.mk> > > PLIST_SUB+= PFX=${PREFIX} > > pre-configure: >-.if ${PORT_OPTIONS:MKINK} >-.if !exists(/usr/lib/libkrb5.a) >- @${ECHO_MSG} 'Required Kerberos5 is not in this system. Disable KINK support.' >-CONFIGURE_ARGS+= --disable-kinkd >-PLIST_SUB+= KINK="@comment " >-.else >+.if ${PORT_OPTIONS:MDOCS} >+PORTDOCS+= INSTALL USAGE config-usage.ja.txt config-usage.txt >+PORTDOCS+= iked-memo.ja.txt libracoon.ja.txt specification.ja.txt >+PORTDOCS+= spmif.txt style.txt system-message.ja.txt >+.endif >+ >+.if ${PORT_OPTIONS:MHEIMDAL_BASE} || ${PORT_OPTIONS:MHEIMDAL} || ${PORT_OPTIONS:MMIT} >+.if ${PORT_OPTIONS:MHEIMDAL} || ${PORT_OPTIONS:MMIT} >+CPPFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib >+.endif > CONFIGURE_ARGS+= --enable-kinkd > MAKE_ENV= WITH_KINK=yes > PLIST_SUB+= KINK="" >+.if ${PORT_OPTIONS:MDOCS} >+PORTDOCS+= kinkd-data-struct.obj kinkd-impl.ja.txt >+PORTDOCS+= kinkd-install.ja.txt kinkd-state-txn.obj > .endif > .else > CONFIGURE_ARGS+= --disable-kinkd > PLIST_SUB+= KINK="@comment " > .endif > >-.if ${PORT_OPTIONS:MDOCS} >-PORTDOCS+= INSTALL USAGE config-usage.ja.txt config-usage.txt >-PORTDOCS+= iked-memo.ja.txt libracoon.ja.txt specification.ja.txt >-PORTDOCS+= spmif.txt style.txt system-message.ja.txt >-.if ${PORT_OPTIONS:MKINK} >-PORTDOCS+= kinkd-data-struct.obj kinkd-impl.ja.txt >-PORTDOCS+= kinkd-install.ja.txt kinkd-state-txn.obj >-.endif >-.endif > > post-patch-DOCS-on: > .for FILE in ${PORTDOCS}
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 207507
: 167428 |
167590
|
167625