1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Update to 2.5.0

PR:		ports/112713 (based on)
Submitted by:	Vittorio De Martino <vdemart1 at tin.it>
Approved by:	Eric van Gyzen (maintainer)
This commit is contained in:
Rong-En Fan 2007-05-30 14:10:18 +00:00
parent 71d60558a9
commit d825bfaad3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192394
3 changed files with 239 additions and 54 deletions

View File

@ -7,8 +7,7 @@
#
PORTNAME= R
PORTVERSION= 2.4.1
PORTREVISION= 1
PORTVERSION= 2.5.0
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/ \
@ -44,7 +43,7 @@ OPTIONS= ATLAS "Use ATLAS instead of BLAS/LAPACK" off \
INFO_MANUALS "Install GNU info manuals" on \
LETTER_PAPER "Use US Letter paper" off
MAN1= R.1
MAN1= R.1 Rscript.1
USE_LDCONFIG= yes
INSTALL_TARGET= install install-libR
@ -57,6 +56,7 @@ USE_PERL5= yes
CONFIGURE_ENV= INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644" F77="${F77}" FC="${FC}"
CONFIGURE_ARGS= --enable-R-shlib --with-system-bzlib --with-system-zlib \
--mandir=${MANPREFIX}/man \
rdocdir=${DOCSDIR}
.include <bsd.port.pre.mk>
@ -168,6 +168,11 @@ CONFIGURE_ENV+= MAKEINFO_CMD=${LOCALBASE}/bin/makeinfo
BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
.endif
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/src/nmath/standalone/Makefile.in \
${WRKSRC}/src/unix/Makefile.in
post-install:
${MV} ${PREFIX}/lib/libR.so ${PREFIX}/lib/libR.so.0
${LN} -sf ${PREFIX}/lib/libR.so.0 ${PREFIX}/lib/libR.so

View File

@ -1,3 +1,3 @@
MD5 (R-2.4.1.tar.gz) = 92b33fd2c3e770d595c1a472889230d5
SHA256 (R-2.4.1.tar.gz) = 4ff92cfd29064db59978ef11c95dd88a4040ed4984fdce29fcb5d5783fe9028b
SIZE (R-2.4.1.tar.gz) = 14570344
MD5 (R-2.5.0.tar.gz) = b9088663fc539c059acfaf19d6d90a69
SHA256 (R-2.5.0.tar.gz) = 52504c7700f8f880891b34622f73a41dde66e0752a8552d2b8df5c85756a8eef
SIZE (R-2.5.0.tar.gz) = 15117375

File diff suppressed because it is too large Load Diff