FreeBSD Bugzilla – Attachment 217385 Details for
Bug 248167
www/node 14.4.0 does not build in poudriere with FreeBSD 11.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against 14.6.0 (Main branch) & 14.4.0 (Quarterly)
node.patch (text/plain), 845 bytes, created by
James French
on 2020-08-20 15:36:40 UTC
(
hide
)
Description:
Patch against 14.6.0 (Main branch) & 14.4.0 (Quarterly)
Filename:
MIME Type:
Creator:
James French
Created:
2020-08-20 15:36:40 UTC
Size:
845 bytes
patch
obsolete
>diff -urN www/node/files/patch-tools_genv8constants.py www/node/files/patch-tools_genv8constants.py >--- www/node/files/patch-tools_genv8constants.py 2020-08-20 22:35:42.940082000 +0800 >+++ www/node/files/patch-tools_genv8constants.py 2020-08-20 23:29:13.596990000 +0800 >@@ -1,11 +1,11 @@ >---- tools/genv8constants.py.orig 2020-05-14 21:31:48 UTC >+--- tools/genv8constants.py.orig 2020-08-20 15:20:31 UTC > +++ tools/genv8constants.py > @@ -20,7 +20,7 @@ if len(sys.argv) != 3: > outfile = open(sys.argv[1], 'w') > try: > pipe = subprocess.Popen([ 'objdump', '-z', '-D', sys.argv[2] ], > - bufsize=-1, stdout=subprocess.PIPE).stdout >-+ bufsize=-1, stdout=subprocess.PIPE, text=True).stdout >++ bufsize=-1, stdout=subprocess.PIPE, universal_newlines=True).stdout > except OSError as e: > if e.errno == errno.ENOENT: > print('''
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 248167
:
216652
|
217379
|
217380
| 217385 |
217388
|
217389