pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R If MANZ=yes was set then the subsequent USE_TOO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/958a86cffd99
branches:  trunk
changeset: 506111:958a86cffd99
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jan 12 01:41:48 2006 +0000

description:
If MANZ=yes was set then the subsequent USE_TOOLS+=gzip caused a gzip
link to appear in the tools directory and be picked up and embedded in
one of the installed scripts.  Since this package clearly uses gzip at
runtime add an explicit USE_TOOLS+=gzip:run and fixup the gzip path that
gets embedded.  Fixes PR pkg/32218.  Bump PKGREVISION.

diffstat:

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

diffs (29 lines):

diff -r f2f5d066c254 -r 958a86cffd99 math/R/Makefile
--- a/math/R/Makefile   Thu Jan 12 01:35:28 2006 +0000
+++ b/math/R/Makefile   Thu Jan 12 01:41:48 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2005/12/29 23:23:53 markd Exp $
+# $NetBSD: Makefile,v 1.79 2006/01/12 01:41:48 markd Exp $
 
 DISTNAME=              R-2.2.1
+PKGREVISION=           1
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_R_CRAN:=base/R-2/}
 
@@ -15,7 +16,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 TEST_TARGET=           check
-USE_TOOLS+=            gmake perl:run sed xmkmf
+USE_TOOLS+=            gmake gzip:run perl:run sed xmkmf
 USE_GNU_READLINE=      # uses callback interface
 USE_LANGUAGES=         c fortran
 USE_LIBTOOL=           yes
@@ -49,6 +50,7 @@
 CONFIGURE_ENV+=                GETWD=${TOOLS_PWD_CMD:Q}
 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}
 
 # Package assumes it can append to files (specifically DESCRIPTION) that have
 # been installed SHAREMODE



Home | Main Index | Thread Index | Old Index