FreeBSD Bugzilla – Attachment 223469 Details for
Bug 254456
lang/squeak: Fix build in 14.0-current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Ignore two serial speeds B576000 and B1152000.
squeak.patch (text/plain), 1.49 KB, created by
takeshi.mutoh
on 2021-03-21 10:24:56 UTC
(
hide
)
Description:
Ignore two serial speeds B576000 and B1152000.
Filename:
MIME Type:
Creator:
takeshi.mutoh
Created:
2021-03-21 10:24:56 UTC
Size:
1.49 KB
patch
obsolete
>diff -ruN squeak.org/Makefile squeak/Makefile >--- squeak.org/Makefile 2021-03-21 18:14:11.805596000 +0900 >+++ squeak/Makefile 2021-03-21 18:15:04.556739000 +0900 >@@ -3,7 +3,7 @@ > > PORTNAME= squeak > PORTVERSION= 4.10.2 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= lang > MASTER_SITES= http://www.squeakvm.org/unix/release/:vmsrc \ > http://ftp.squeak.org/${IMAGE_VERSION}/:src \ >diff -ruN squeak.org/files/patch-unix_plugins_SerialPlugin_sqUnixSerial.c squeak/files/patch-unix_plugins_SerialPlugin_sqUnixSerial.c >--- squeak.org/files/patch-unix_plugins_SerialPlugin_sqUnixSerial.c 2021-03-21 18:14:11.806889000 +0900 >+++ squeak/files/patch-unix_plugins_SerialPlugin_sqUnixSerial.c 2021-03-21 18:17:30.038882000 +0900 >@@ -1,5 +1,5 @@ >---- unix/plugins/SerialPlugin/sqUnixSerial.c.org 2012-09-24 15:29:28.000000000 +0900 >-+++ unix/plugins/SerialPlugin/sqUnixSerial.c 2012-09-24 15:29:38.000000000 +0900 >+--- unix/plugins/SerialPlugin/sqUnixSerial.c.orig 2011-03-14 05:01:56 UTC >++++ unix/plugins/SerialPlugin/sqUnixSerial.c > @@ -21,7 +21,7 @@ > #define PORT_NAME_SIZE 64 > >@@ -9,3 +9,14 @@ > > /* stopBits 0=1.5, 1=1, 2=2 */ > /* I don't know how to get 1.5 stop bits. Oh well. So you get 2 instead */ >+@@ -94,10 +94,8 @@ static drDecode dataRateDecode[] = { >+ #endif >+ #if defined(B500000) /* missing on GNU/Linux prior to 2.2 */ >+ { 500000, B500000 }, >+- { 576000, B576000 }, >+ { 921600, B921600 }, >+ { 1000000, B1000000 }, >+- { 1152000, B1152000 }, >+ { 1500000, B1500000 }, >+ { 2000000, B2000000 }, >+ #endif
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 254456
:
223469
|
223538