From owner-freebsd-ports Wed Nov 1 9:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF6A437B4C5 for ; Wed, 1 Nov 2000 09:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA10744; Wed, 1 Nov 2000 09:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 1 Nov 2000 09:10:02 -0800 (PST) Message-Id: <200011011710.JAA10744@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mikhail Teterin Subject: Re: ports/22311: upgrade of www/cadaver to the latest 1.15.1 (Forgotten patches) Reply-To: Mikhail Teterin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22311; it has been noted by GNATS. From: Mikhail Teterin To: freebsd-gnats-submit@FreeBSD.org, tarkhil@over.ru Cc: Subject: Re: ports/22311: upgrade of www/cadaver to the latest 1.15.1 (Forgotten patches) Date: Wed, 01 Nov 2000 12:02:58 -0500 This is a multi-part message in MIME format. --------------72C2F91456D3270B84E20153 Content-Type: text/plain; charset= Content-Transfer-Encoding: 7bit Sorry, I forgot the two patches :( This is because I did not run diff properly and the previous port did not have any patches at all. Sorry... -mi --------------72C2F91456D3270B84E20153 Content-Type: text/plain; charset=; name="patch-aa" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-aa" --- src/cadaver.c Mon Sep 11 15:24:24 2000 +++ src/cadaver.c Wed Nov 1 10:26:59 2000 @@ -68,3 +68,2 @@ #include -#include --------------72C2F91456D3270B84E20153 Content-Type: text/plain; charset=; name="patch-ab" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ab" --- lib/glob.c Mon Sep 11 12:33:38 2000 +++ lib/glob.c Wed Nov 1 11:35:45 2000 @@ -173,2 +173,3 @@ +#if !defined(__FreeBSD__) #ifdef HAVE_GETLOGIN_R @@ -178,2 +179,3 @@ #endif +#endif @@ -642,3 +644,3 @@ # if defined HAVE_GETLOGIN_R || defined _LIBC - #ifndef __BEOS__ + #ifdef _SC_LOGIN_NAME_MAX size_t buflen = sysconf (_SC_LOGIN_NAME_MAX) + 1; --------------72C2F91456D3270B84E20153-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message