FreeBSD Bugzilla – Attachment 124807 Details for
Bug 168311
[patch] sysutils/uhidd: unbreak after yacc update in r235723
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
yacc.diff
yacc.diff (text/x-patch), 1.27 KB, created by
Jan Beich
on 2012-05-24 18:29:54 UTC
(
hide
)
Description:
yacc.diff
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2012-05-24 18:29:54 UTC
Size:
1.27 KB
patch
obsolete
>Index: sysutils/uhidd/Makefile >=================================================================== >RCS file: /a/.csup/ports/sysutils/uhidd/Makefile,v >retrieving revision 1.6 >diff -u -p -r1.6 Makefile >--- sysutils/uhidd/Makefile 3 Feb 2012 17:16:28 -0000 1.6 >+++ sysutils/uhidd/Makefile 24 May 2012 17:27:38 -0000 >@@ -40,6 +40,8 @@ MAKE_ENV+= DEBUG_FLAGS='${DEBUG_FLAGS}' > > .if ${OSVERSION} < 800069 > IGNORE= does not build with the old USB stack >+.elif ${OSVERSION} > 1000012 >+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-uhidd-parser.y > .endif > > .if !(exists(${SYSDIR}/Makefile) || exists(${SRC_BASE}/sys/Makefile)) >Index: sysutils/uhidd/files/extra-patch-uhidd-parser.y >=================================================================== >RCS file: sysutils/uhidd/files/extra-patch-uhidd-parser.y >diff -N sysutils/uhidd/files/extra-patch-uhidd-parser.y >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ sysutils/uhidd/files/extra-patch-uhidd-parser.y 24 May 2012 17:21:39 -0000 >@@ -0,0 +1,17 @@ >+--- uhidd/parser.y~ >++++ uhidd/parser.y >+@@ -32,13 +32,13 @@ >+ #include <err.h> >+ #include <errno.h> >+ #include <stdio.h> >++#include <stdlib.h> >+ #include <string.h> >+ #include <syslog.h> >+ >+ #include "uhidd.h" >+ >+ extern int yylex(void); >+-extern int yyparse(void); >+ extern int lineno; >+ extern FILE *yyin; >+
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 168311
:
124806
| 124807