summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-ah
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2003-12-03 12:05:18 +0000
committermarkd <markd@pkgsrc.org>2003-12-03 12:05:18 +0000
commit6ea261acc74f53f28dd7d1a63d6dd95815a27727 (patch)
tree223902c23ea4e35e7938e98a02d6b6576a089c66 /math/R/patches/patch-ah
parentb4b58bfb373fb0b507e29d88521e349102a4358e (diff)
downloadpkgsrc-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-ah')
-rw-r--r--math/R/patches/patch-ah28
1 files changed, 16 insertions, 12 deletions
diff --git a/math/R/patches/patch-ah b/math/R/patches/patch-ah
index f81cad38897..057eb67ed01 100644
--- a/math/R/patches/patch-ah
+++ b/math/R/patches/patch-ah
@@ -1,17 +1,21 @@
-$NetBSD: patch-ah,v 1.3 2002/12/10 11:58:14 markd Exp $
+$NetBSD: patch-ah,v 1.4 2003/12/03 12:05:19 markd Exp $
---- src/library/lqs/Makefile.in.orig Mon Jul 22 00:32:06 2002
-+++ src/library/lqs/Makefile.in Tue Dec 10 00:00:27 2002
-@@ -29,10 +29,10 @@
- fi; \
+--- src/library/lqs/Makefile.in.orig 2003-09-21 20:13:05.000000000 +1200
++++ src/library/lqs/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; \