FreeBSD Bugzilla – Attachment 192714 Details for
Bug 227680
[PATCH] mail/fetchmail incorrectly links to heimdal libraries when MIT is selected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Correctly link MIT KRB5 libraries
fetchmail.diff (text/plain), 1.69 KB, created by
Cy Schubert
on 2018-04-22 05:52:27 UTC
(
hide
)
Description:
Correctly link MIT KRB5 libraries
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2018-04-22 05:52:27 UTC
Size:
1.69 KB
patch
obsolete
>diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile >index c484dc491958..35f9ea7696f1 100644 >--- a/mail/fetchmail/Makefile >+++ b/mail/fetchmail/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= fetchmail > PORTVERSION= 6.3.26 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= mail ipv6 > MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \ > http://mandree.home.pages.de/${PORTNAME}/ >@@ -46,7 +46,7 @@ GSSAPI_BASE_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS > GSSAPI_HEIMDAL_USES= gssapi:heimdal > GSSAPI_HEIMDAL_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} > GSSAPI_MIT_USES= gssapi:mit >-GSSAPI_MIT_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} >+GSSAPI_MIT_CONFIGURE_ON= --with-kerberos5=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} > GSSAPI_NONE_CONFIGURE_ON= --without-gssapi > > X11_DESC= Python/Tkinter dependencies for ``fetchmailconf'' >diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure >new file mode 100644 >index 000000000000..16336221ff4e >--- /dev/null >+++ b/mail/fetchmail/files/patch-configure >@@ -0,0 +1,30 @@ >+--- configure.orig 2013-04-23 14:36:55.000000000 -0700 >++++ configure 2018-04-21 22:45:30.073773000 -0700 >+@@ -9552,11 +9552,11 @@ >+ #ifdef __cplusplus >+ extern "C" >+ #endif >+-char krb5_des_string_to_key (); >++char krb5int_des_string_to_key (); >+ int >+ main () >+ { >+-return krb5_des_string_to_key (); >++return krb5int_des_string_to_key (); >+ ; >+ return 0; >+ } >+@@ -9591,11 +9591,11 @@ >+ #ifdef __cplusplus >+ extern "C" >+ #endif >+-char krb5_des_string_to_key (); >++char krb5int_des_string_to_key (); >+ int >+ main () >+ { >+-return krb5_des_string_to_key (); >++return krb5int_des_string_to_key (); >+ ; >+ return 0; >+ }
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 227680
: 192714