On Wed, Jun 22, 2011 at 11:51:58PM -0400, Daniel Dickman wrote: > Here's a long overdue update of R to 2.12.2. (much work on this by Mark > Lumsden as well). Still crashes too much but seems much more stable than > what's currently in the tree. > > Changes are mostly covered here: > http://cran.r-project.org/src/base/NEWS.html > > Port changes: > - Few new patches (+comments) > - updated COMMENT and DESCR > - updated license marker > - some very minimal tidying up (sort LIB_DEPENDS, etc). > > Otherwise the regress tests now actually complete on my end vs. 2.8.1 > which don't finish. Also as Mark pointed out[1] the following will now > segfault (vs. infinite loop for me on 2.8.1) -- > > $ R --gui=Tk > > mynumbers <- c(1,2,3,4) > > Generally feels like an improvement over current in tree version. Be great > to try to get this one in... Tested on amd64. > > > [1] http://marc.info/?l=openbsd-ports&m=129440990517731&w=2 >
- LIB_DEPENDS appears to have some redudant fluff, pango depends on glib, so no need to depend on glib. cairo depends on png, so no need for png either. - could you please look at the systrace warnings during the build? i don't know if they're harmless, but just to be sure. - it links with -lpthread instead of -pthread in several places could you please have a look at that? -- Cheers, Jasper "Capable, generous men do not create victims, they nurture them."
