FreeBSD Bugzilla – Attachment 132606 Details for
Bug 176935
Update emulators/x48
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-x48.txt
patch-x48.txt (text/plain), 2.64 KB, created by
Pedro F. Giffuni
on 2013-03-14 16:31:45 UTC
(
hide
)
Description:
patch-x48.txt
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2013-03-14 16:31:45 UTC
Size:
2.64 KB
patch
obsolete
>Index: x48/Makefile >=================================================================== >--- x48/Makefile (revision 314125) >+++ x48/Makefile (working copy) >@@ -37,13 +37,12 @@ > post-patch: > # Prefer GX Revision R ROM by default > @${REINPLACE_CMD} -e 's+rom\.dump+${DATADIR}/gxrom-r+' \ >- ${WRKSRC}/src/X48.ad >+ ${WRKSRC}/src/X48.ad.h > > do-install: > .for p in x48 dump2rom checkrom mkcard > ${INSTALL_PROGRAM} ${WRKSRC}/src/${p} ${PREFIX}/bin > .endfor >- ${INSTALL_DATA} ${WRKSRC}/src/X48.ad ${PREFIX}/lib/X11/app-defaults/X48 > @${MKDIR} ${DATADIR} > ${INSTALL_DATA} ${WRKSRC}/??rom-? ${DATADIR} > .if !defined(NOPORTDOCS) >Index: x48/files/patch-src+X48.ad.h >=================================================================== >--- x48/files/patch-src+X48.ad.h (revision 0) >+++ x48/files/patch-src+X48.ad.h (working copy) >@@ -0,0 +1,13 @@ >+--- src/X48.ad.h.orig 2013-03-14 11:16:59.000000000 -0500 >++++ src/X48.ad.h 2013-03-14 11:17:33.000000000 -0500 >+@@ -14,8 +14,8 @@ >+ "*printCopyright: False", >+ "*printWarranty: False", >+ "*useTerminal: True", >+-"*useSerial: False", >+-"*serialLine: /dev/ttyS0", >++"*useSerial: True", >++"*serialLine: /dev/cuaa0", >+ "*completeInitialize: False", >+ "*resetOnStartup: False", >+ "*romFileName: rom.dump", >Index: x48/files/patch-src+debugger.c >=================================================================== >--- x48/files/patch-src+debugger.c (revision 0) >+++ x48/files/patch-src+debugger.c (working copy) >@@ -0,0 +1,13 @@ >+--- src/debugger.c 2011/08/10 05:36:10 57 >++++ src/debugger.c 2011/08/10 05:38:58 58 >+@@ -1933,8 +1933,8 @@ >+ free (old_line); >+ old_line = (char *) 0; >+ } >+- cl = strcpy ((char *) malloc (strlen (rl)), rl); >+- old_line = strcpy ((char *) malloc (strlen (rl)), rl); >++ cl = strdup (rl); >++ old_line = strdup (rl); >+ #ifdef HAVE_READLINE >+ add_history (rl); >+ #endif >Index: x48/files/patch-src+timer.c >=================================================================== >--- x48/files/patch-src+timer.c (revision 0) >+++ x48/files/patch-src+timer.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/timer.c 2011/08/10 02:29:47 51 >++++ src/timer.c 2011/08/10 02:32:11 52 >+@@ -509,7 +509,7 @@ >+ { >+ set_0_time += adj_time; >+ time_offset += adj_time; >+- access_time - adj_time; >++ access_time -= adj_time; >+ >+ #ifdef DEBUG_TIMER_ADJUST >+ fprintf(stderr, "Time adjusted by "); >Index: x48/pkg-plist >=================================================================== >--- x48/pkg-plist (revision 314125) >+++ x48/pkg-plist (working copy) >@@ -2,7 +2,6 @@ > bin/dump2rom > bin/mkcard > bin/x48 >-lib/X11/app-defaults/X48 > %%DATADIR%%/gxrom-r > %%DATADIR%%/sxrom-e > @dirrm %%DATADIR%%
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 176935
:
132605
| 132606