From owner-freebsd-current@FreeBSD.ORG Sat May 10 19:14:04 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DDBA106564A for ; Sat, 10 May 2008 19:14:04 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by mx1.freebsd.org (Postfix) with ESMTP id 95E4D8FC18 for ; Sat, 10 May 2008 19:14:03 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so669659tid.3 for ; Sat, 10 May 2008 12:14:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=sIO+L6H6/blIVN/jDOcCnWpVFAc5w2Qex2+A885xYpw=; b=BCfYZ5KkFadcaylm+W6eEE8LhkJnsg4JBHhY0oyTIrtktiAawDJNKSh6pl1xyURBc1XiK+0EMb2iHZ66rNrORy6AqHasErhQZxcM20eTQFgK6kEcPDxF6ZZHq2eLINNgTFjCjuybcu7vOKfJrxt0XcqG5xymcLwnKgAt5gsiFyc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=mH2mK6u66/l85IhvZm/s28/SYBZFFeOeOeM+vcFwLM3KAQnJXglsnerMLyhPSjkbBdjGkmEjfkisEh5c1n6cscp8nDTFJStXMP+YqU1qaUba+AT4Wc2R9IMA14G2QzFDr2IDzafeLM6nnJ35hHdV0m5PR/s4saJMO27GcJqWIqY= Received: by 10.110.40.8 with SMTP id n8mr580689tin.7.1210446841774; Sat, 10 May 2008 12:14:01 -0700 (PDT) Received: by 10.110.15.16 with HTTP; Sat, 10 May 2008 12:14:01 -0700 (PDT) Message-ID: Date: Sun, 11 May 2008 03:14:01 +0800 From: "Jiawei Ye" To: "Doug Rabson" In-Reply-To: MIME-Version: 1.0 References: <20080509123139.50345ec6@nebuchadnezzar> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current , Pascal Hofstee Subject: Re: Strange krb5-config output after recent Heimdel import X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2008 19:14:04 -0000 On Fri, May 9, 2008 at 7:09 PM, Doug Rabson 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 > > 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."