Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/games/xpipeman/patches/patch-ad,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/games/xpipeman/patches/patch-ad,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- pkgsrc/games/xpipeman/patches/patch-ad 2012/01/20 17:06:52 1.3 +++ pkgsrc/games/xpipeman/patches/patch-ad 2021/01/30 18:42:47 1.4 @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.3 2012/01/20 17:06:52 joerg Exp $ +$NetBSD: patch-ad,v 1.4 2021/01/30 18:42:47 rillig Exp $ --- main.c.orig 1991-09-13 20:32:10.000000000 +0000 +++ main.c @@ -83,3 +83,12 @@ $NetBSD: patch-ad,v 1.3 2012/01/20 17:06 cleargc = XCreateGC(display, playfield, GCForeground | GCBackground | GCFunction, &gcv); +@@ -318,7 +320,7 @@ void + update_remain(score) + int score; + { +- char text[13]; ++ char text[16]; + (void)sprintf(text,"Remaining: %4d",score); + XtSetArg(arglistremain_command[0],XtNlabel,text); + XtSetValues(remain_command,arglistremain_command,1);