- regen patches so next diff will be cleaner

This commit is contained in:
jasper 2008-12-09 15:23:55 +00:00
parent 2751f6c998
commit c8e713f95c
6 changed files with 25 additions and 25 deletions

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-afm_Makefile_in,v 1.1 2005/02/11 17:57:31 naddy Exp $
$OpenBSD: patch-afm_Makefile_in,v 1.2 2008/12/09 15:23:55 jasper Exp $
--- afm/Makefile.in.orig Thu Jan 24 08:39:24 2002
+++ afm/Makefile.in Fri Feb 11 18:47:55 2005
@@ -227,14 +227,14 @@ maintainer-clean-generic clean mostlycle
+++ afm/Makefile.in Tue Dec 9 16:23:25 2008
@@ -227,14 +227,14 @@ maintainer-clean-generic clean mostlyclean distclean m
install-data-local:

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_gsint_h,v 1.1 2005/02/11 19:12:42 naddy Exp $
--- src/gsint.h.orig Fri Feb 11 20:01:12 2005
+++ src/gsint.h Fri Feb 11 20:01:25 2005
@@ -701,4 +701,9 @@ FILE *printer_open ___P ((char *cmd, cha
$OpenBSD: patch-src_gsint_h,v 1.2 2008/12/09 15:23:55 jasper Exp $
--- src/gsint.h.orig Tue Jul 11 17:28:06 2000
+++ src/gsint.h Tue Dec 9 16:23:25 2008
@@ -701,4 +701,9 @@ FILE *printer_open ___P ((char *cmd, char *options, ch
*/
void printer_close ___P ((void *context));

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_main_c,v 1.1 2005/02/11 19:12:42 naddy Exp $
--- src/main.c.orig Fri Feb 11 20:01:12 2005
+++ src/main.c Fri Feb 11 20:01:25 2005
@@ -1546,9 +1546,13 @@ name width\theight\tllx\tlly
$OpenBSD: patch-src_main_c,v 1.2 2008/12/09 15:23:55 jasper Exp $
--- src/main.c.orig Thu Jan 24 08:35:45 2002
+++ src/main.c Tue Dec 9 16:23:25 2008
@@ -1546,9 +1546,13 @@ name width\theight\tllx\tlly\turx\tury\n\
buffer_append (&cmd, intbuf);
buffer_append (&cmd, " ");
@ -18,7 +18,7 @@ $OpenBSD: patch-src_main_c,v 1.1 2005/02/11 19:12:42 naddy Exp $
buffer_append (&cmd, "-Dtoc=");
buffer_append (&cmd, toc ? "1" : "0");
@@ -1565,8 +1569,14 @@ name width\theight\tllx\tlly
@@ -1565,8 +1569,14 @@ name width\theight\tllx\tlly\turx\tury\n\
/* Append input files. */
for (i = optind; i < argc; i++)
{
@ -35,7 +35,7 @@ $OpenBSD: patch-src_main_c,v 1.1 2005/02/11 19:12:42 naddy Exp $
}
/* And do the job. */
@@ -1627,7 +1637,7 @@ name width\theight\tllx\tlly
@@ -1627,7 +1637,7 @@ name width\theight\tllx\tlly\turx\tury\n\
buffer_ptr (opts), buffer_len (opts));
}

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_psgen_c,v 1.1 2005/02/11 19:12:42 naddy Exp $
--- src/psgen.c.orig Fri Feb 11 20:01:12 2005
+++ src/psgen.c Fri Feb 11 20:01:25 2005
@@ -2034,8 +2034,9 @@ dump_ps_page_header (char *fname, int em
$OpenBSD: patch-src_psgen_c,v 1.2 2008/12/09 15:23:55 jasper Exp $
--- src/psgen.c.orig Thu Jan 24 08:38:58 2002
+++ src/psgen.c Tue Dec 9 16:23:25 2008
@@ -2034,8 +2034,9 @@ dump_ps_page_header (char *fname, int empty)
else
{
ftail++;

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_util_c,v 1.1 2005/02/11 19:12:42 naddy Exp $
--- src/util.c.orig Fri Feb 11 20:01:12 2005
+++ src/util.c Fri Feb 11 20:01:25 2005
$OpenBSD: patch-src_util_c,v 1.2 2008/12/09 15:23:55 jasper Exp $
--- src/util.c.orig Fri Sep 17 17:26:51 1999
+++ src/util.c Tue Dec 9 16:23:25 2008
@@ -1239,6 +1239,8 @@ escape_string (char *string)
/* Create result. */
@ -10,7 +10,7 @@ $OpenBSD: patch-src_util_c,v 1.1 2005/02/11 19:12:42 naddy Exp $
for (i = 0, j = 0; string[i]; i++)
switch (string[i])
{
@@ -1879,6 +1881,7 @@ is_open (InputStream *is, FILE *fp, char
@@ -1879,6 +1881,7 @@ is_open (InputStream *is, FILE *fp, char *fname, char
char *cmd = NULL;
int cmdlen;
int i, pos;
@ -18,7 +18,7 @@ $OpenBSD: patch-src_util_c,v 1.1 2005/02/11 19:12:42 naddy Exp $
is->is_pipe = 1;
@@ -1902,12 +1905,16 @@ is_open (InputStream *is, FILE *fp, char
@@ -1902,12 +1905,16 @@ is_open (InputStream *is, FILE *fp, char *fname, char
{
case 's':
/* Expand cmd-buffer. */

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-states_hl_Makefile_in,v 1.1 2005/02/11 17:57:31 naddy Exp $
$OpenBSD: patch-states_hl_Makefile_in,v 1.2 2008/12/09 15:23:55 jasper Exp $
--- states/hl/Makefile.in.orig Thu Jan 24 08:39:40 2002
+++ states/hl/Makefile.in Fri Feb 11 18:48:57 2005
@@ -234,14 +234,14 @@ maintainer-clean-generic clean mostlycle
+++ states/hl/Makefile.in Tue Dec 9 16:23:25 2008
@@ -234,14 +234,14 @@ maintainer-clean-generic clean mostlyclean distclean m
install-data-local: