svn commit: r373361 - in head/security/heimdal: . files

Hiroki Sato hrs at FreeBSD.org
Mon Nov 24 19:21:21 UTC 2014


Author: hrs
Date: Mon Nov 24 19:21:20 2014
New Revision: 373361
URL: https://svnweb.freebsd.org/changeset/ports/373361
QAT: https://qat.redports.org/buildarchive/r373361/

Log:
  Fix krb5-config.

Added:
  head/security/heimdal/files/patch-tools-krb5-config.in   (contents, props changed)
Modified:
  head/security/heimdal/Makefile

Modified: head/security/heimdal/Makefile
==============================================================================
--- head/security/heimdal/Makefile	Mon Nov 24 19:15:53 2014	(r373360)
+++ head/security/heimdal/Makefile	Mon Nov 24 19:21:20 2014	(r373361)
@@ -3,7 +3,7 @@
 
 PORTNAME=	heimdal
 PORTVERSION=	1.5.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://www.h5l.org/dist/src/ \
 		http://ftp.pdc.kth.se/pub/heimdal/src/ \

Added: head/security/heimdal/files/patch-tools-krb5-config.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/heimdal/files/patch-tools-krb5-config.in	Mon Nov 24 19:21:20 2014	(r373361)
@@ -0,0 +1,20 @@
+--- tools/krb5-config.in.orig	2012-12-10 07:06:44.000000000 +0900
++++ tools/krb5-config.in	2014-11-25 04:01:22.000000000 +0900
+@@ -120,7 +120,7 @@
+ fi
+ 
+ if test "$do_libs" = "yes"; then
+-    lib_flags="-L${libdir}"
++    lib_flags="-L${libdir} -Wl,-rpath=${libdir}"
+     case $library in
+     gssapi)
+ 	lib_flags="$lib_flags -lgssapi -lheimntlm"
+@@ -137,7 +137,7 @@
+     esac
+     lib_flags="$lib_flags -lkrb5 @LIB_pkinit@ -lcom_err"
+     lib_flags="$lib_flags @LIB_hcrypto_appl@ -lasn1 -lwind -lheimbase -lroken"
+-    lib_flags="$lib_flags @LIB_crypt@ @PTHREAD_LIBADD@ @LIB_dlopen@"
++    lib_flags="$lib_flags @LIB_crypt@ @LIB_dlopen@"
+     lib_flags="$lib_flags @LIB_door_create@ @LIBS@"
+     echo $lib_flags
+ fi


More information about the svn-ports-head mailing list