FreeBSD Bugzilla – Attachment 38313 Details for
Bug 60675
Fix comms/seyon build on 5.X systems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
seyon.patch
seyon.patch (text/plain), 3.06 KB, created by
Sean Chittenden
on 2003-12-29 05:10:21 UTC
(
hide
)
Description:
seyon.patch
Filename:
MIME Type:
Creator:
Sean Chittenden
Created:
2003-12-29 05:10:21 UTC
Size:
3.06 KB
patch
obsolete
>diff -ruN seyon/Makefile /home/samy/tmp/seyon/Makefile >--- seyon/Makefile Fri Dec 12 13:49:29 2003 >+++ /home/samy/tmp/seyon/Makefile Mon Dec 29 07:21:55 2003 >@@ -20,10 +20,4 @@ > > MAN1= seyon.1 > >-.include <bsd.port.pre.mk> >- >-.if ${OSVERSION} >= 500113 >-BROKEN= "Does not compile on FreeBSD ${OSVERSION} (missing header)" >-.endif >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -ruN seyon/files/patch-SeParse.y /home/samy/tmp/seyon/files/patch-SeParse.y >--- seyon/files/patch-SeParse.y Thu Jan 1 03:00:00 1970 >+++ /home/samy/tmp/seyon/files/patch-SeParse.y Mon Dec 29 07:28:42 2003 >@@ -0,0 +1,35 @@ >+--- SeParse.y.orig Mon Dec 29 07:24:02 2003 >++++ SeParse.y Mon Dec 29 07:28:38 2003 >+@@ -81,19 +81,19 @@ >+ { >+ char long_line[1000]; >+ >+- char input_str[] = "This(is, a, real, funky); script(); >+- Scripts(); Can(be); Multi(Line, \"Can't they?\"); >+- Commas(are, no, longer, optional, inside, arglists); >+- Scripts(); Can(); contain(\"tabs \\t and backspaces \\b\"); >+- As(\"Well\\ as Quoted Strings\", and, '\"Quoted Strings inside >+- quoted strings\"'); >+- esc(can, appear, outside, strings, ^z, \\012\\015\\n); >+- But(parenthesis, should, match); >+- We(\"have a funny way of specifying \\012 chars and even)\"); >+- backslashes( \" \\\\ \"); >+- new(\"in this version are ^m and ^A ctr-escapes, as in ^S^Q\"); >+- The(next, line, will, give, a, syntax, error, because, it, has, two, adj, functions, >+- without, a, separating, semicolon); >++ char input_str[] = "This(is, a, real, funky); script();\n\ >++ Scripts(); Can(be); Multi(Line, \"Can't they?\");\n\ >++ Commas(are, no, longer, optional, inside, arglists);\n\ >++ Scripts(); Can(); contain(\"tabs \\t and backspaces \\b\");\n\ >++ As(\"Well\\ as Quoted Strings\", and, '\"Quoted Strings inside\n\ >++ quoted strings\"');\n\ >++ esc(can, appear, outside, strings, ^z, \\012\\015\\n);\n\ >++ But(parenthesis, should, match);\n\ >++ We(\"have a funny way of specifying \\012 chars and even)\"); \n\ >++ backslashes( \" \\\\ \");\n\ >++ new(\"in this version are ^m and ^A ctr-escapes, as in ^S^Q\");\n\ >++ The(next, line, will, give, a, syntax, error, because, it, has, two, adj, functions,\n\ >++ without, a, separating, semicolon);\n\ >+ End() script()"; >+ >+ printf("------ String to parse: \n%s\n\n---- Parsing begins:\n", input_str); >diff -ruN seyon/files/patch-SeScan.c /home/samy/tmp/seyon/files/patch-SeScan.c >--- seyon/files/patch-SeScan.c Thu Jan 1 03:00:00 1970 >+++ /home/samy/tmp/seyon/files/patch-SeScan.c Mon Dec 29 07:27:54 2003 >@@ -0,0 +1,13 @@ >+--- SeScan.c.orig Mon Dec 29 07:26:24 2003 >++++ SeScan.c Mon Dec 29 07:27:42 2003 >+@@ -275,8 +275,8 @@ >+ #ifdef TEST >+ main() >+ { >+- scSetInputBuf("Just to see if we'\\'re \\n\\033 able to distinguish' words and strings >+-\"Also 'quotes' inside strings\" and 'strs \"inside quotes\"' >++ scSetInputBuf("Just to see if we'\\'re \\n\\033 able to distinguish' words and strings\n\ >++\"Also 'quotes' inside strings\" and 'strs \"inside quotes\"'\n\ >+ Not to forget ^S and ^q control ^ chars"); >+ >+ while (lGetWord() != 0);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 60675
: 38313