On Fri, May 9, 2008 at 7:09 PM, Doug Rabson <dfr_at_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 > _at__at_ -7,16 +7,19 _at__at_ > > krb5-config: krb5-config.in > sed -e "s,_at_PACKAGE\_at_,FreeBSD heimdal,g" \ > - -e "s,_at_VERSION\_at_,0.6.3,g" \ > + -e "s,_at_VERSION\_at_,1.1.0,g" \ > -e "s,_at_prefix\_at_,/usr,g" \ > -e "s,_at_exec_prefix\_at_,/usr,g" \ > -e "s,_at_libdir\_at_,${LIBDIR},g" \ > -e "s,_at_includedir\_at_,${INCLUDEDIR},g" \ > -e "s,_at_LIB_crypt\_at_,-lcrypt,g" \ > -e "s,_at_LIB_dbopen\_at_,,g" \ > - -e "s,_at_LIB_des_appl\_at_,-lcrypto,g" \ > - -e "s,_at_LIBS\_at_,-lcom_err,g" \ > - -e "s,_at_INCLUDE_des_at_,,g" \ > + -e "s,_at_LIB_hcrypto_appl\_at_,-lcrypto,g" \ > + -e "s,_at_LIB_pkinit\_at_,-lhx509,g" \ > + -e "s,_at_LIB_dlopen\_at_,,g" \ > + -e "s,_at_LIB_door_create\_at_,,g" \ > + -e "s,_at_LIBS\_at_,,g" \ > + -e "s,_at_INCLUDE_hcrypto_at_,,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."Received on Sat May 10 2008 - 17:14:04 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:30 UTC