Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 1996 23:27:20 -0800 (PST)
From:      asami@freebsd.org (Satoshi Asami)
To:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit:  ports/graphics/xfig/patches patch-ab
Message-ID:  <199611190727.XAA28765@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199611190701.XAA20249@freefall.freebsd.org> (message from Satoshi Asami on Mon, 18 Nov 1996 23:01:49 -0800 (PST))

next in thread | previous in thread | raw e-mail | index | archive | help
 *   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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611190727.XAA28765>