> 
> > lrwxr-xr-x  1 root  ftp  27 Aug 10 17:19 5-LATEST -> 5.0-CURRENT-20010810-JPSNAP
> > 
> > The last successfully finished release should be Aug/10/2001.
> 
> Right.
> 
> 
> > Current 5-current release is broken, since KerberosIV-enabled
> > src/gnu/usr.bin/cvs is broken as follows:
> 
> Nevertheless, current sucks. No successfully builds since 9 days ;-{{
> 

Its not that bad, I have been building releases with the following patch.
It just don't try and build a kerberised version of cvs. If you look on
internat, you will see that it was able to build a release more often
then not, the past week (with this patch applied).

John
-- 
John Hay -- [EMAIL PROTECTED]


Index: kerberosIV/Makefile
===================================================================
RCS file: /home/ncvs/src/kerberosIV/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- kerberosIV/Makefile 1999/09/06 06:30:48     1.13
+++ kerberosIV/Makefile 2001/08/12 08:32:52
@@ -21,7 +21,7 @@
 # These are the programs which depend on kerberos
 kprog:
        cd ${SDIR}/bin/rcp; ${CODAI}
-       cd ${SDIR}/gnu/usr.bin/cvs; ${CODAI}
+#      cd ${SDIR}/gnu/usr.bin/cvs; ${CODAI}
        cd ${SDIR}/libexec/ftpd; ${CODAI}
        cd ${SDIR}/libexec/rlogind; ${CODAI}
        cd ${SDIR}/libexec/rshd; ${CODAI}
@@ -37,7 +37,7 @@
 # This target us used to rebuild these programs WITHOUT kerberos
 dekerberise:
        cd ${SDIR}/bin/rcp; ${CODAIN}
-       cd ${SDIR}/gnu/usr.bin/cvs; ${CODAIN}
+#      cd ${SDIR}/gnu/usr.bin/cvs; ${CODAIN}
        cd ${SDIR}/libexec/ftpd; ${CODAIN}
        cd ${SDIR}/libexec/rlogind; ${CODAIN}
        cd ${SDIR}/libexec/rshd; ${CODAIN}
@@ -53,7 +53,7 @@
 
 help-distribute:       distribute
        cd ${SDIR}/bin/rcp; ${CODAD}
-       cd ${SDIR}/gnu/usr.bin/cvs; ${CODAD}
+#      cd ${SDIR}/gnu/usr.bin/cvs; ${CODAD}
        cd ${SDIR}/libexec/ftpd; ${CODAD}
        cd ${SDIR}/libexec/rlogind; ${CODAD}
        cd ${SDIR}/libexec/rshd; ${CODAD}

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to