Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2008 03:14:01 +0800
From:      "Jiawei Ye" <leafy7382@gmail.com>
To:        "Doug Rabson" <dfr@rabson.org>
Cc:        freebsd-current <freebsd-current@freebsd.org>, Pascal Hofstee <caelian@gmail.com>
Subject:   Re: Strange krb5-config output after recent Heimdel import
Message-ID:  <c21e92e20805101214w6e03aba4r8a99faba4e5916a0@mail.gmail.com>
In-Reply-To: <B1C9526B-410C-4891-9A23-1E803BCD2E8B@rabson.org>
References:  <c21e92e20805090316g5adbe39ao67e3d38c96cb3b38@mail.gmail.com> <20080509123139.50345ec6@nebuchadnezzar> <B1C9526B-410C-4891-9A23-1E803BCD2E8B@rabson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 9, 2008 at 7:09 PM, Doug Rabson <dfr@rabson.org> wrote:

> Try this patch (untested - I'm waiting for my buildworld to complete).
>
> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/src/kerberos5/usr.bin/krb5-config/Makefile,v
> retrieving revision 1.15
> diff -u -r1.15 Makefile
> --- Makefile    24 Feb 2005 22:24:24 -0000      1.15
> +++ Makefile    9 May 2008 11:08:56 -0000
> @@ -7,16 +7,19 @@
>
>  krb5-config: krb5-config.in
>        sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \
> -           -e "s,@VERSION\@,0.6.3,g" \
> +           -e "s,@VERSION\@,1.1.0,g" \
>            -e "s,@prefix\@,/usr,g" \
>            -e "s,@exec_prefix\@,/usr,g" \
>            -e "s,@libdir\@,${LIBDIR},g" \
>            -e "s,@includedir\@,${INCLUDEDIR},g" \
>            -e "s,@LIB_crypt\@,-lcrypt,g" \
>            -e "s,@LIB_dbopen\@,,g" \
> -           -e "s,@LIB_des_appl\@,-lcrypto,g" \
> -           -e "s,@LIBS\@,-lcom_err,g" \
> -           -e "s,@INCLUDE_des@,,g" \
> +           -e "s,@LIB_hcrypto_appl\@,-lcrypto,g" \
> +           -e "s,@LIB_pkinit\@,-lhx509,g" \
> +           -e "s,@LIB_dlopen\@,,g" \
> +           -e "s,@LIB_door_create\@,,g" \
> +           -e "s,@LIBS\@,,g" \
> +           -e "s,@INCLUDE_hcrypto@,,g" \
>            ${.ALLSRC} > ${.TARGET}
>
>  .include <bsd.prog.mk>
>
>
Hi Doug, it works fine with my -current. Tks for the fix.
Cheers,

Jiawei Ye
-- 
"If it looks like a duck, walks like a duck, and quacks like a duck, then to
the end user it's a duck, and end users have made it pretty clear they want
a duck; whether the duck drinks hot chocolate or coffee is irrelevant."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c21e92e20805101214w6e03aba4r8a99faba4e5916a0>