From owner-cvs-ports Mon Nov 18 23:28:36 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA20977 for cvs-ports-outgoing; Mon, 18 Nov 1996 23:28:36 -0800 (PST) Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA20949; Mon, 18 Nov 1996 23:28:04 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca14-53.ix.netcom.com [207.92.174.117]) by dfw-ix6.ix.netcom.com (8.6.13/8.6.12) with ESMTP id XAA23932; Mon, 18 Nov 1996 23:27:23 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.2/8.6.9) id XAA28765; Mon, 18 Nov 1996 23:27:20 -0800 (PST) Date: Mon, 18 Nov 1996 23:27:20 -0800 (PST) Message-Id: <199611190727.XAA28765@silvia.HIP.Berkeley.EDU> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199611190701.XAA20249@freefall.freebsd.org> (message from Satoshi Asami on Mon, 18 Nov 1996 23:01:49 -0800 (PST)) Subject: Re: cvs commit: ports/graphics/xfig/patches patch-ab From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Dang! While I was trying to figure out why the patch was not working on * print/transfig/patches/patch-ae, it was happily applying this same hunk * over and over. * * Revision Changes Path * 1.6 +0 -66 ports/graphics/xfig/patches/patch-ab BTW, in case anyone is wondering, this is not a BUG of patch. The hunk in question was "append at end", so it looked like === Index: graphics/xfig/patches/patch-ab =================================================================== RCS file: /usr/cvs/ports/graphics/xfig/patches/patch-ab,v retrieving revision 1.4 diff -u -r1.4 patch-ab --- patch-ab 1995/09/26 09:45:36 1.4 +++ patch-ab 1996/11/19 05:25:03 @@ -21,3 +21,36 @@ #endif extern char *mktemp(); +--- ./f_readjpg.c.org Mon Nov 18 21:17:36 1996 ++++ ./f_readjpg.c Mon Nov 18 21:17:10 1996 +@@ -60,9 +60,9 @@ : ++METHODDEF(void)error_output(cinfo) + j_common_ptr cinfo; + { + char buffer[JMSG_LENGTH_MAX]; Index: graphics/xfig/print/transfig/patches/patch-ae =================================================================== RCS file: /usr/cvs/ports/print/transfig/patches/patch-ae,v : === Note that if this goes to the end of patch-ab, this can be applied repeatedly without violating the context. (Yeah, it's funny to have no post-context, but patch can't complain about that.) Satoshi