Date: Wed, 23 Oct 2002 11:10:04 -0700 (PDT) From: agenkin@thpoon.com To: freebsd-ports@FreeBSD.org Subject: Re: ports/44193: Corrupt file in CVS breaks CVS checkouts of ports. Message-ID: <200210231810.g9NIA4BM037651@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/44193; it has been noted by GNATS. From: agenkin@thpoon.com To: David Yeske <dyeske@yahoo.com> Cc: freebsd-gnats-submit@FreeBSD.org, agenkin@thpoon.com Subject: Re: ports/44193: Corrupt file in CVS breaks CVS checkouts of ports. Date: Wed, 23 Oct 2002 14:04:57 -0400 --=-=-= David Yeske <dyeske@yahoo.com> writes: > Is this still a problem? I can't seem to duplicate it. Yes, still a problem (cvsuped the cvsroot for ports this early morning (23 Oct 2002 10:47:00 -0000)). I'm attaching the RCS file patch-ac,v to this message: have a look at the bottom of it, and you'll find where the corruption is. The full path to the file is: /ports/print/rlpr/files/patch-ac,v The corruption shows up on two different computers, so this is not likely to by a local file corruption problem. --=-=-= Content-Disposition: attachment; filename*=us-ascii''patch-ac%2cv Content-Description: patch-ac,v head 1.1; access; symbols RELEASE_4_7_0:1.1 RELEASE_4_6_2:1.1 RELEASE_4_6_1:1.1 RELEASE_4_6_0:1.1 RELEASE_5_0_DP1:1.1 RELEASE_4_5_0:1.1 RELEASE_4_4_0:1.1 RELEASE_4_3_0:1.1 RELEASE_4_2_0:1.1 RELEASE_4_1_1:1.1 RELEASE_4_1_0:1.1 RELEASE_3_5_0:1.1; locks; strict; comment @# @; 1.1 date 2000.03.24.00.11.02; author jedgar; state Exp; branches; next ; desc @@ 1.1 log @Update port to 2.02 * Remove nonfunctional nls support PR: 17553 Submitted by: Maintainer @ text @--- src/rlpq.c Mon May 3 21:50:22 1999 +++ src/rlpq.c Tue Mar 21 23:29:36 2000 @@@@ -65,4 +66,6 @@@@ setlocale(LC_ALL, ""); +#ifdef ENABLE_NLS bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); +#endif --- src/rlpr.c Sat Sep 4 22:09:36 1999 +++ src/rlpr.c Tue Mar 21 23:24:48 2000 @@@@ -79,4 +79,6 @@@@ setlocale(LC_ALL, ""); +#ifdef ENABLE_NLS bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); +#endif --- src/rlprd.c Mon May 3 21:50:29 1999 +++ src/rlprd.c Tue Mar 21 23:31:12 2000 @@@@ -75,4 +75,6 @@@@ setlocale(LC_ALL, ""); +#ifdef ENABLE_NLS bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); +#endif --- src/rlprm.c Mon May 3 21:50:22 1999 +++ src/rlprm.c Tue Mar 21 23:30:22 2000 @@@@ -63,4 +64,6 @@@@ setlocale(LC_ALL, ""); +#ifdef ENABLE_NLS bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); +#endif --- src/intl.h Mon May 3 21:48:39 1999 +++ src/intl.h Wed Mar 22 12:40:02 2000 @@@@ -19,7 +19,14 @@@@ +#ifdef ENABLE_NLS #include <libintl.h> (8'&>U83_]`&M@@>`WM#7*62Q]K,UM+D,>A9Y\QP! MTRH_%.@@.J*;$>]IZ+[8F?WY5[.ZF*.&9F:M[W@@E,"QEW)/'*M+VX%,O.^T'1 M]1OQ<J#C[/S"$(.GBCR!:,,;"2OE_?9&OIF`AS#<E@@0?_9["C)8H&)*(Q088 M=#&BO5/-=FK/B"=8OG:>_'(0YEWFIL.J --=-=-= Thanks. -- Arcady Genkin : CDF sysadmin : http://cdf.toronto.edu/~agenkin/contact.html guilt is the cause of more disauders than history's most obscene marorders (E.E. Cummings) --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210231810.g9NIA4BM037651>