diff options
author | markd <markd@pkgsrc.org> | 2003-12-03 12:05:18 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-12-03 12:05:18 +0000 |
commit | 6ea261acc74f53f28dd7d1a63d6dd95815a27727 (patch) | |
tree | 223902c23ea4e35e7938e98a02d6b6576a089c66 /math/R/patches/patch-aq | |
parent | b4b58bfb373fb0b507e29d88521e349102a4358e (diff) | |
download | pkgsrc-6ea261acc74f53f28dd7d1a63d6dd95815a27727.tar.gz |
Update R to 1.8.1.
Changes since 1.6.2
Many new features.
Language changes.
Additional standard package 'mle'.
Some old features deprecated or defunct.
Many many bug fixes.
Update to 1.8.0 from Ray Brownrigg in private communication, cleaned up
and updated to 1.8.1 by me.
Diffstat (limited to 'math/R/patches/patch-aq')
-rw-r--r-- | math/R/patches/patch-aq | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/math/R/patches/patch-aq b/math/R/patches/patch-aq index 0fe1f2a05a4..81a1ac2d514 100644 --- a/math/R/patches/patch-aq +++ b/math/R/patches/patch-aq @@ -1,17 +1,21 @@ -$NetBSD: patch-aq,v 1.1 2002/12/10 11:58:18 markd Exp $ +$NetBSD: patch-aq,v 1.2 2003/12/03 12:05:19 markd Exp $ ---- src/library/ts/Makefile.in.orig Mon Jul 22 00:32:09 2002 -+++ src/library/ts/Makefile.in Tue Dec 10 00:06:38 2002 -@@ -29,10 +29,10 @@ - fi; \ +--- src/library/ts/Makefile.in.orig 2003-09-21 20:13:09.000000000 +1200 ++++ src/library/ts/Makefile.in +@@ -29,14 +29,14 @@ all: Makefile DESCRIPTION + fi; \ done - @if test -f $(top_builddir)/$(subdir)/DESCRIPTION; then \ -+ echo "Built: R" @VERSION@\; @R_PLATFORM@\; `date` >> \ -+ $(top_builddir)/$(subdir)/DESCRIPTION; \ - $(INSTALL_DATA) $(top_builddir)/$(subdir)/DESCRIPTION \ - $(top_builddir)/library/$(pkg); \ -- echo "Built: R" @VERSION@\; @R_PLATFORM@\; `date` >> \ -- $(top_builddir)/library/$(pkg)/DESCRIPTION; \ + @if test -f DESCRIPTION; then \ +- $(INSTALL_DATA) DESCRIPTION $(top_builddir)/library/$(pkg); \ + (tmp="Built: R $(VERSION); "; \ + if test -d $(srcdir)/src; then \ + tmp="$${tmp}$(R_PLATFORM)"; \ + fi; \ + tmp="$${tmp}; `date`; $(R_OSTYPE)"; \ + echo "$${tmp}") \ +- >> $(top_builddir)/library/$(pkg)/DESCRIPTION; \ ++ >> DESCRIPTION; \ ++ $(INSTALL_DATA) DESCRIPTION $(top_builddir)/library/$(pkg); \ fi @if test -d $(srcdir)/data; then \ $(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/data; \ |