From owner-freebsd-ports Wed Oct 23 11:10: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E318137B401 for ; Wed, 23 Oct 2002 11:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FD7943E75 for ; Wed, 23 Oct 2002 11:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9NIA4x3037652 for ; Wed, 23 Oct 2002 11:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9NIA4BM037651; Wed, 23 Oct 2002 11:10:04 -0700 (PDT) Date: Wed, 23 Oct 2002 11:10:04 -0700 (PDT) Message-Id: <200210231810.g9NIA4BM037651@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: agenkin@thpoon.com Subject: Re: ports/44193: Corrupt file in CVS breaks CVS checkouts of ports. Reply-To: agenkin@thpoon.com Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/44193; it has been noted by GNATS. From: agenkin@thpoon.com To: David Yeske 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 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 (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_'(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