FreeBSD Bugzilla – Attachment 97159 Details for
Bug 135868
[PATCH] science/elmerpost: Fix problem with patch.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
elmerpost-5.4.0_5.patch
elmerpost-5.4.0_5.patch (text/plain), 2.05 KB, created by
Sylvio César Teixeira Amorim
on 2009-06-20 20:40:04 UTC
(
hide
)
Description:
elmerpost-5.4.0_5.patch
Filename:
MIME Type:
Creator:
Sylvio César Teixeira Amorim
Created:
2009-06-20 20:40:04 UTC
Size:
2.05 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/science/elmerpost/Makefile,v >retrieving revision 1.21 >diff -u -u -r1.21 Makefile >--- Makefile 16 Mar 2009 08:43:58 -0000 1.21 >+++ Makefile 20 Jun 2009 19:26:15 -0000 >@@ -29,10 +29,11 @@ > ALL_TARGET= > > USE_FORTRAN= yes >- >-BROKEN= Latest version fails to compile >+USE_C++= yes > > .include <bsd.port.pre.mk> >+post-patch: >+ (ln -sf /usr/include/c++/4.2/backward/iostream.h ${LOCALBASE}/include/iostream.h) && (ln -sf /usr/include/c++/4.2/backward/fstream.h ${LOCALBASE}/include/fstream.h) > > .if ${ARCH} == "amd64" > BROKEN= Does not compile on amd64 >Index: files/patch-context.cc >=================================================================== >RCS file: files/patch-context.cc >diff -N files/patch-context.cc >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-context.cc 20 Jun 2009 19:26:15 -0000 >@@ -0,0 +1,18 @@ >+--- src/camera/context.cc 2007-09-26 08:01:37.000000000 -0300 >++++ src/camera/context.cc.mov 2009-06-20 15:26:26.000000000 -0300 >+@@ -120,7 +120,6 @@ >+ >+ colorsize = size; >+ colormap = new GLPrgba[size]; >+- memcpy(colormap, rgba, size * sizeof(GLPrgba)); >+ >+ // You'd put any other 'start page' things here... >+ >+@@ -352,7 +351,6 @@ >+ newprim->right = NULL; >+ newprim->shade = shade; >+ newprim->num_verts = num_verts; >+- memcpy( newprim->verts, verts, sizeof(GLPvertex) * num_verts ); >+ >+ min[0] = min[1] = min[2] = 1e20; >+ max[0] = max[1] = max[2] = -1e20; >Index: files/patch-file.cc >=================================================================== >RCS file: files/patch-file.cc >diff -N files/patch-file.cc >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-file.cc 20 Jun 2009 19:26:15 -0000 >@@ -0,0 +1,11 @@ >+--- src/camera/file.cc 2007-09-26 08:01:37.000000000 -0300 >++++ src/camera/file.cc.mod 2009-06-20 15:21:42.000000000 -0300 >+@@ -486,8 +486,6 @@ >+ text->r = r; >+ text->g = g; >+ text->b = b; >+- text->string = (char *)malloc( strlen(string)+1 ); >+- strncpy( text->string, string, strlen(string)+1 ); >+ } >+ >+ //
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 135868
: 97159 |
97160