-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update R to 1.4.1, removing patches that are now incorporated into R
and a few which are not really needed due to autoconfig.
- Loading branch information
Showing
7 changed files
with
551 additions
and
3,214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.