Skip to content

Commit

Permalink
Update R to 1.4.1, removing patches that are now incorporated into R
Browse files Browse the repository at this point in the history
and a few which are not really needed due to autoconfig.
  • Loading branch information
IanDarwin committed Feb 6, 2002
1 parent 72b8ada commit dcbe79d
Show file tree
Hide file tree
Showing 7 changed files with 551 additions and 3,214 deletions.
4 changes: 2 additions & 2 deletions math/R/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2001/12/09 06:25:32 pvalchev Exp $
# $OpenBSD: Makefile,v 1.5 2002/02/06 13:44:37 ian Exp $

# R, a clone of the S-Plus (based on AT&T S) statistical package

COMMENT= "clone of S, a powerful math/statistics/graphics language"
DISTNAME= R-1.2.2
DISTNAME= R-1.4.1
CATEGORIES= math
NEED_VERSION= 1.359

Expand Down
14 changes: 6 additions & 8 deletions math/R/patches/patch-Makeconf.in
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
$OpenBSD: patch-Makeconf.in,v 1.2 2001/09/28 02:57:56 pvalchev Exp $
$OpenBSD: patch-Makeconf.in,v 1.3 2002/02/06 13:44:37 ian Exp $

Their scripts use "install -u root" internally, to cp scripts and include
files, f'gosh sakes. Try to make it honor ${SUDO} for these.

--- Makeconf.in.orig Sat Jan 27 14:48:35 2001
+++ Makeconf.in Thu Sep 27 02:11:12 2001
@@ -26,11 +26,11 @@ F2CFLAGS = @F2CFLAGS@
--- Makeconf.in.orig Tue Feb 5 18:47:34 2002
+++ Makeconf.in Tue Feb 5 18:48:24 2002
@@ -28,10 +28,10 @@ GETWD = @GETWD@
GNOMEUI_LIBS = @GNOMEUI_LIBS@
GNOME_LIBDIR = @GNOME_LIBDIR@
GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_DIR = ${INSTALL} -d
+INSTALL = ${SUDO} @INSTALL@
+INSTALL_DATA = ${SUDO} @INSTALL_DATA@
+INSTALL_PROGRAM = ${SUDO} @INSTALL_PROGRAM@
+INSTALL_SCRIPT = ${SUDO} @INSTALL_SCRIPT@
+INSTALL_DIR = ${SUDO} ${INSTALL} -d
INSTALL_DIR = ${INSTALL} -d
JAVAC = @JAVAC@
LATEX = @LATEX@
LDFLAGS = @LDFLAGS@
LIBGLADE_CFLAGS = @LIBGLADE_CFLAGS@
13 changes: 0 additions & 13 deletions math/R/patches/patch-acinclude_m4

This file was deleted.

67 changes: 0 additions & 67 deletions math/R/patches/patch-aclocal_m4

This file was deleted.

Loading

0 comments on commit dcbe79d

Please sign in to comment.