From owner-freebsd-current Thu Feb 24 13:29:11 2000 Delivered-To: freebsd-current@freebsd.org Received: from reyim.ne.mediaone.net (reyim.ne.mediaone.net [24.218.254.39]) by hub.freebsd.org (Postfix) with ESMTP id E300537BBFF; Thu, 24 Feb 2000 13:29:08 -0800 (PST) (envelope-from bloom@acm.org) Received: from acm.org (localhost [127.0.0.1]) by reyim.ne.mediaone.net (8.9.3/8.9.3) with ESMTP id QAA06191; Thu, 24 Feb 2000 16:28:12 -0500 (EST) (envelope-from bloom@acm.org) Message-ID: <38B5A26C.79DF6111@acm.org> Date: Thu, 24 Feb 2000 16:28:12 -0500 From: Jim Bloom Reply-To: bloom@acm.org X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: dan@freebsddiary.org Cc: freebsd-current@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: yes, current is broke... References: <200002242114.KAA01431@ducky.nz.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes it is. strlcat and strlcpy are not needed in libssh since they are in the libc already. They existed in the port because earlier version of 3.x did not have them. Mark is in the middle of committing all of the changes. It might be a little while until everything is clean again. Jim Bloom bloom@acm.org Dan Langille wrote: > > I'm guessing this is related to jkh's mention of OpenSSH coming into > the tree, but I'm posting it anyway. Just in case it helps. my cvsup is > less then 4 hours old. > > ===> libssl > cd /usr/src/secure/lib/libssl; make _EXTRADEPEND > echo libssl.so.1: /usr/obj/usr/src/secure/lib/libssl/openssl/opensslconf.h >> .depend > ===> libssh > make: don't know how to make strlcat.c. Stop > *** Error code 2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message