[106607] trunk/dports/net/kerberos5

cal at macports.org cal at macports.org
Fri May 31 16:01:36 PDT 2013


Revision: 106607
          https://trac.macports.org/changeset/106607
Author:   cal at macports.org
Date:     2013-05-31 16:01:36 -0700 (Fri, 31 May 2013)
Log Message:
-----------
kerberos5: add patch to fix building kerberos5 on 10.4 without an older kerberos installed

This probably also fixes the same problem on other platforms.

Modified Paths:
--------------
    trunk/dports/net/kerberos5/Portfile

Added Paths:
-----------
    trunk/dports/net/kerberos5/files/patch-lib_rpc_Makefile.in-explicitly-link-krb5support.diff

Modified: trunk/dports/net/kerberos5/Portfile
===================================================================
--- trunk/dports/net/kerberos5/Portfile	2013-05-31 22:27:52 UTC (rev 106606)
+++ trunk/dports/net/kerberos5/Portfile	2013-05-31 23:01:36 UTC (rev 106607)
@@ -36,7 +36,8 @@
 worksrcdir                  krb5-krb5-cdddd9c/src
 
 patchfiles                  patch-util__verto__Makefile.in-use-nonzero-compat-version.diff \
-                            patch-config__shlib.conf-do-not-pass-dylib-file-ldflags.diff
+                            patch-config__shlib.conf-do-not-pass-dylib-file-ldflags.diff \
+                            patch-lib_rpc_Makefile.in-explicitly-link-krb5support.diff
 
 use_autoreconf              yes
 # kerberos5 fails to build in its own presence, see #23769, #37944; force

Added: trunk/dports/net/kerberos5/files/patch-lib_rpc_Makefile.in-explicitly-link-krb5support.diff
===================================================================
--- trunk/dports/net/kerberos5/files/patch-lib_rpc_Makefile.in-explicitly-link-krb5support.diff	                        (rev 0)
+++ trunk/dports/net/kerberos5/files/patch-lib_rpc_Makefile.in-explicitly-link-krb5support.diff	2013-05-31 23:01:36 UTC (rev 106607)
@@ -0,0 +1,11 @@
+--- lib/rpc/Makefile.in.orig	2013-06-01 00:01:28.000000000 +0200
++++ lib/rpc/Makefile.in	2013-06-01 00:01:53.000000000 +0200
+@@ -17,7 +17,7 @@
+ 	$(TOPLIBD)/libkrb5$(SHLIBEXT) \
+ 	$(TOPLIBD)/libk5crypto$(SHLIBEXT) \
+ 	$(COM_ERR_DEPLIB)
+-SHLIB_EXPLIBS=-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err $(LIBS)
++SHLIB_EXPLIBS=-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support $(LIBS)
+ SHLIB_DIRS=-L$(TOPLIBD)
+ SHLIB_RDIRS=$(KRB5_LIBDIR)
+ RELDIR=rpc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130531/c0220046/attachment-0001.html>


More information about the macports-changes mailing list