Re: pidfile

看板DFBSD_submit作者時間21年前 (2004/09/27 18:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
Fixed the mixup with pidfile that was preventing kerberos5 from being built after pidfile() was added to libutil. This could probably be done right by redoing configure with the later libutil; configure does look at this. However, I don't know the canonical method, other than just by hand, of getting from autoconf contrib packages to the bmake system... Does noone else use kerberos? I've seen no complaints. -- Pete ----------------------------------------------------------------- --- kerberos5/include/config.h.orig 2003-06-16 21:26:17.000000000 -0700 +++ kerberos5/include/config.h 2004-09-25 20:55:46.000000000 -0700 @@ -548,7 +548,7 @@ #define HAVE_PATHS_H 1 /* Define to 1 if you have the `pidfile' function. */ -/* #undef HAVE_PIDFILE */ +#define HAVE_PIDFILE 1 /* Define to 1 if you have the <pthread.h> header file. */ #define HAVE_PTHREAD_H 1 --- kerberos5/libexec/ipropd-master/Makefile.orig 2003-08-05 00:45:40.000000000 -0700 +++ kerberos5/libexec/ipropd-master/Makefile 2004-09-27 00:11:32.000000000 -0700 @@ -19,7 +19,7 @@ -L${HDBOBJDIR} -lhdb -L${ROKENOBJDIR} -lroken \ -L${VERSOBJDIR} -lvers \ ${_krb4libs} \ - -L${ASN1OBJDIR} -lasn1 -lcrypto -lmd -lcrypt -lcom_err + -L${ASN1OBJDIR} -lasn1 -lcrypto -lmd -lcrypt -lcom_err -lutil DPADD= ${LIBKRB5} ${LIBKAFS5} ${LIBHDB} ${LIBROKEN} ${_krb4deps} \ ${LIBASN1} ${LIBCRYPTO} ${LIBMD} ${LIBCRYPT} ${LIBCOM_ERR} NOMAN= yes --- kerberos5/libexec/ipropd-slave/Makefile.orig 2003-08-05 00:45:40.000000000 -0700 +++ kerberos5/libexec/ipropd-slave/Makefile 2004-09-27 00:11:41.000000000 -0700 @@ -19,7 +19,7 @@ -L${HDBOBJDIR} -lhdb -L${ROKENOBJDIR} -lroken \ -L${VERSOBJDIR} -lvers \ ${_krb4libs} \ - -L${ASN1OBJDIR} -lasn1 -lcrypto -lmd -lcrypt -lcom_err + -L${ASN1OBJDIR} -lasn1 -lcrypto -lmd -lcrypt -lcom_err -lutil DPADD= ${LIBKRB5} ${LIBKAFS5} ${LIBHDB} ${LIBROKEN} ${_krb4deps} \ ${LIBASN1} ${LIBCRYPTO} ${LIBMD} ${LIBCRYPT} ${LIBCOM_ERR} NOMAN= yes --- kerberos5/libexec/k5admind/Makefile.orig 2003-08-05 00:45:40.000000000 -0700 +++ kerberos5/libexec/k5admind/Makefile 2004-09-27 00:11:53.000000000 -0700 @@ -22,7 +22,7 @@ -L${ROKENOBJDIR} -lroken \ -L${VERSOBJDIR} -lvers \ ${_krb4libs} \ - -L${ASN1OBJDIR} -lasn1 -lcrypto -lmd -lcrypt -lcom_err + -L${ASN1OBJDIR} -lasn1 -lcrypto -lmd -lcrypt -lcom_err -lutil DPADD= ${LIBKRB5} ${LIBKAFS5} ${LIBROKEN} ${_krb4deps} \ ${LIBKADM5CLNT} ${LIBKADM5SRV} ${LIBHDB} \ ${LIBASN1} ${LIBCRYPTO} ${LIBMD} ${LIBCRYPT} ${LIBCOM_ERR} --- kerberos5/libexec/k5passwdd/Makefile.orig 2003-08-05 00:45:40.000000000 -0700 +++ kerberos5/libexec/k5passwdd/Makefile 2004-09-27 00:12:07.000000000 -0700 @@ -18,7 +18,7 @@ -L${VERSOBJDIR} -lvers \ ${_krb4libs} \ -L${KADM5SOBJDIR} -lkadm5srv -L${HDBOBJDIR} -lhdb \ - -L${ASN1OBJDIR} -lasn1 -lcrypto -lcrypt -lcom_err + -L${ASN1OBJDIR} -lasn1 -lcrypto -lcrypt -lcom_err -lutil DPADD= ${LIBKRB5} ${LIBROKEN} ${_krb4deps} \ ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR} MAN= kpasswdd.8 --- kerberos5/libexec/kdc/Makefile.orig 2003-08-05 00:45:40.000000000 -0700 +++ kerberos5/libexec/kdc/Makefile 2004-09-27 00:12:14.000000000 -0700 @@ -25,7 +25,7 @@ -L${HDBOBJDIR} -lhdb -L${ROKENOBJDIR} -lroken \ -L${VERSOBJDIR} -lvers \ ${_krb4libs} \ - -L${ASN1OBJDIR} -lasn1 -lcrypto -lmd -lcrypt -lcom_err + -L${ASN1OBJDIR} -lasn1 -lcrypto -lmd -lcrypt -lcom_err -lutil DPADD= ${LIBKRB5} ${LIBKAFS5} ${LIBHDB} ${LIBROKEN} ${_krb4deps} \ ${LIBASN1} ${LIBCRYPTO} ${LIBMD} ${LIBCRYPT} ${LIBCOM_ERR} MAN= kdc.8
文章代碼(AID): #11L-Jl00 (DFBSD_submit)