pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R Fixed the path to unzip. PKGREVISION++



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e864f55009d8
branches:  trunk
changeset: 533119:e864f55009d8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 08 13:44:48 2007 +0000

description:
Fixed the path to unzip. PKGREVISION++

diffstat:

 math/R/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 4608176b94a1 -r e864f55009d8 math/R/Makefile
--- a/math/R/Makefile   Sat Sep 08 13:37:51 2007 +0000
+++ b/math/R/Makefile   Sat Sep 08 13:44:48 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.91 2007/03/28 11:06:29 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.92 2007/09/08 13:44:48 rillig Exp $
 
 DISTNAME=              R-2.4.1
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_R_CRAN:=base/R-2/}
 
@@ -16,7 +16,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 TEST_TARGET=           check
-USE_TOOLS+=            gmake gzip:run makeinfo perl:run sed xmkmf
+USE_TOOLS+=            gmake gzip:run makeinfo perl:run sed unzip:run xmkmf
 USE_GNU_READLINE=      yes             # uses callback interface
 USE_LANGUAGES=         c fortran
 USE_LIBTOOL=           yes
@@ -50,6 +50,7 @@
 CONFIGURE_ENV+=                lt_cv_path_LD=${LD:Q}
 CONFIGURE_ENV+=                lt_cv_path_SED=${TOOLS_SED:Q}
 CONFIGURE_ENV+=                ac_cv_path_R_GZIPCMD=${TOOLS_GZIP_CMD:Q}
+CONFIGURE_ENV+=                ac_cv_path_R_UNZIPCMD=${TOOLS_PATH.unzip}
 
 # Package assumes it can append to files (specifically DESCRIPTION) that have
 # been installed SHAREMODE



Home | Main Index | Thread Index | Old Index