FreeBSD Bugzilla – Attachment 28090 Details for
Bug 47396
Fix: building sysutils/arson on 5-RELEASE/-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 2.71 KB, created by
Arjan van Leeuwen
on 2003-01-23 12:40:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Arjan van Leeuwen
Created:
2003-01-23 12:40:01 UTC
Size:
2.71 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># files ># files/patch-cdinfoeditor.h ># files/patch-isofs.h ># files/patch-konfig.cpp ># files/patch-logwnd.h ># files/patch-wavinfo.cpp ># >echo c - files >mkdir -p files > /dev/null 2>&1 >echo x - files/patch-cdinfoeditor.h >sed 's/^X//' >files/patch-cdinfoeditor.h << 'END-of-files/patch-cdinfoeditor.h' >X--- src/cdinfoeditor.h.orig Tue Jan 21 15:10:24 2003 >X+++ src/cdinfoeditor.h Tue Jan 21 15:10:35 2003 >X@@ -53,7 +53,7 @@ >X LINKMAP m_links; >X ArsonCdInfo m_info; >X >X- friend genreParser; >X+ friend struct genreParser; >X }; >X >X /*========================================================*/ >END-of-files/patch-cdinfoeditor.h >echo x - files/patch-isofs.h >sed 's/^X//' >files/patch-isofs.h << 'END-of-files/patch-isofs.h' >X--- src/isofs.h.orig Tue Jan 21 15:02:00 2003 >X+++ src/isofs.h Tue Jan 21 15:03:09 2003 >X@@ -144,7 +144,7 @@ >X ArsonIsoPresets m_presets; // Container of preset configs >X OPTIONLIST m_items; // The options >X >X- friend isoOptionParser; >X+ friend struct isoOptionParser; >X }; >X >X /*========================================================*/ >END-of-files/patch-isofs.h >echo x - files/patch-konfig.cpp >sed 's/^X//' >files/patch-konfig.cpp << 'END-of-files/patch-konfig.cpp' >X--- src/konfig.cpp.orig Tue Jan 21 14:57:58 2003 >X+++ src/konfig.cpp Tue Jan 21 15:00:47 2003 >X@@ -91,7 +91,7 @@ >X ArsonProgramSeqs::ArsonProgramSeqs (void) >X { >X int temp[_PROGGRP_MAX] = {0,}; >X- m_seq = temp; >X+ memcpy(m_seq, temp, _PROGGRP_MAX * sizeof *temp); >X } >X >X /*========================================================*/ >END-of-files/patch-konfig.cpp >echo x - files/patch-logwnd.h >sed 's/^X//' >files/patch-logwnd.h << 'END-of-files/patch-logwnd.h' >X--- src/logwnd.h.orig Tue Jan 21 15:04:51 2003 >X+++ src/logwnd.h Tue Jan 21 15:05:14 2003 >X@@ -80,7 +80,7 @@ >X QListBox *m_pLB; >X >X class you_bug_dummy; >X- friend you_bug_dummy; // Shuts up the compiler... >X+ friend struct you_bug_dummy; // Shuts up the compiler... >X >X protected slots: >X void slotClear (void); >END-of-files/patch-logwnd.h >echo x - files/patch-wavinfo.cpp >sed 's/^X//' >files/patch-wavinfo.cpp << 'END-of-files/patch-wavinfo.cpp' >X--- src/wavinfo.cpp.orig Tue Jan 21 15:06:22 2003 >X+++ src/wavinfo.cpp Tue Jan 21 15:07:42 2003 >X@@ -48,7 +48,7 @@ >X /* Chunk header implementation >X *========================================================*/ >X >X-wav::header::header (char *n = NULL) : size(0) >X+wav::header::header (char *n) : size(0) >X { >X if (n) >X memcpy(name, n, chunk_name_len); >END-of-files/patch-wavinfo.cpp >exit
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 Raw
Actions:
View
Attachments on
bug 47396
: 28090