FreeBSD Bugzilla – Attachment 172422 Details for
Bug 210983
math/R: Fix dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
correct svn patch to fix math/R
R-3.3.1_2.diff (text/plain), 1.23 KB, created by
Joseph Mingrone
on 2016-07-12 19:57:16 UTC
(
hide
)
Description:
correct svn patch to fix math/R
Filename:
MIME Type:
Creator:
Joseph Mingrone
Created:
2016-07-12 19:57:16 UTC
Size:
1.23 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 418434) >+++ Makefile (working copy) >@@ -28,23 +28,18 @@ > > LIB_DEPENDS= libcurl.so:ftp/curl \ > libpcre.so:devel/pcre >-BUILD_DEPENDS= texi2dvi:print/texinfo > > GNU_CONFIGURE= yes >-USES= fortran iconv objc:compiler >+USES= fortran iconv objc:compiler perl5 >+USE_PERL5= build > USE_LDCONFIG= ${PREFIX}/lib/R/lib >- >-CONFIGURE_ARGS= --disable-java --enable-memory-profiling \ >- rdocdir=${DOCSDIR} >- >+CONFIGURE_ARGS= --disable-java --enable-memory-profiling rdocdir=${DOCSDIR} > INSTALL_TARGET= install-strip > > OPTIONS_DEFINE= DOCS ICU INFO LETTER LIBR LDOUBLE LTO MISSING NLS \ > OPENMP THREADS X11 >- > OPTIONS_GROUP= NEEDX11 > OPTIONS_GROUP_NEEDX11= GHOSTSCRIPT JPEG CAIROPANGO PDF PNG TCLTK TIFF >- > OPTIONS_SINGLE= BLAS > OPTIONS_SINGLE_BLAS= ATLAS OPENBLAS NETLIB RBLAS > >@@ -77,8 +72,11 @@ > OPTIONS_DEFAULT_sparc64+= MISSING > > ATLAS_USES= blaslapack:atlas >+.if defined(BATCH) || defined(PACKAGE_BUILDING) >+ATLAS_IGNORE= Choose a BLAS option other than ATLAS for package building. >+.endif > >-DOC_BUILD_DEPENDS= texi2any:print/texinfo >+DOCS_BUILD_DEPENDS= texi2any:print/texinfo > > GHOSTSCRIPT_IMPLIES= X11 > GHOSTSCRIPT_USES= ghostscript
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
Flags:
jrm
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 210983
:
172349
| 172422