FreeBSD Bugzilla – Attachment 117749 Details for
Bug 159876
[PATCH] math/R: Fix Cario and Atlas bugs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
R-2.13.1_1.patch
R-2.13.1_1.patch (text/plain), 1.66 KB, created by
Steven Kreuzer
on 2011-08-18 16:00:21 UTC
(
hide
)
Description:
R-2.13.1_1.patch
Filename:
MIME Type:
Creator:
Steven Kreuzer
Created:
2011-08-18 16:00:21 UTC
Size:
1.66 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /usr/share/cvs/freebsd/ports/math/R/Makefile,v >retrieving revision 1.101 >diff -u -u -r1.101 Makefile >--- Makefile 4 Aug 2011 23:32:05 -0000 1.101 >+++ Makefile 18 Aug 2011 13:43:23 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME?= R > PORTVERSION= 2.13.1 >+PORTREVISION= 1 > CATEGORIES= math lang > MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ > ftp://cran.r-project.org/pub/R/src/base/R-2/ \ >@@ -99,7 +100,7 @@ > .if defined(WITH_ATLAS) > LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas > BLAS?= -lf77blas -latlas >-LAPACK?= -lalapack -lcblas >+LAPACK?= -llapack -lcblas > .else > BLAS?= no > LAPACK?= no >Index: files/patch-src__modules__X11__devX11.c >=================================================================== >RCS file: files/patch-src__modules__X11__devX11.c >diff -N files/patch-src__modules__X11__devX11.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-src__modules__X11__devX11.c 17 Aug 2011 19:45:39 -0000 >@@ -0,0 +1,20 @@ >+--- src/modules/X11/devX11.c.orig 2010-08-20 07:05:35.000000000 +0200 >++++ src/modules/X11/devX11.c 2010-08-20 08:36:40.000000000 +0200 >+@@ -2528,12 +2528,12 @@ >+ dd->polygon = X11_Polygon; >+ dd->metricInfo = X11_MetricInfo; >+ dd->hasTextUTF8 = FALSE; >+- dd->eventHelper = X11_eventHelper; >+- dd->canGenMouseDown = TRUE; >+- dd->canGenMouseUp = TRUE; >+- dd->canGenMouseMove = TRUE; >+- dd->canGenKeybd = TRUE; >+ } >++ dd->eventHelper = X11_eventHelper; >++ dd->canGenMouseDown = TRUE; >++ dd->canGenMouseUp = TRUE; >++ dd->canGenMouseMove = TRUE; >++ dd->canGenKeybd = TRUE; >+ >+ dd->activate = X11_Activate; >+ dd->close = X11_Close;
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 159876
: 117749