diff options
Diffstat (limited to 'math/R/patches')
-rw-r--r-- | math/R/patches/patch-aa | 25 | ||||
-rw-r--r-- | math/R/patches/patch-ab | 29 | ||||
-rw-r--r-- | math/R/patches/patch-ae | 13 | ||||
-rw-r--r-- | math/R/patches/patch-ag | 17 |
4 files changed, 14 insertions, 70 deletions
diff --git a/math/R/patches/patch-aa b/math/R/patches/patch-aa index efb51ae9550..305ab8fe433 100644 --- a/math/R/patches/patch-aa +++ b/math/R/patches/patch-aa @@ -1,12 +1,15 @@ -$NetBSD: patch-aa,v 1.3 2000/04/19 15:30:06 jlam Exp $ +$NetBSD: patch-aa,v 1.4 2000/08/11 23:02:38 jlam Exp $ ---- Makeconf.in.orig Sat Jan 22 15:10:00 2000 -+++ Makeconf.in Mon Apr 17 16:04:58 2000 -@@ -23,6 +23,7 @@ - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DIR = ${INSTALL} -d - LATEX = @LATEX@ - LDCMD = @LDCMD@ +--- configure.in.orig Wed Jun 14 16:51:52 2000 ++++ configure.in Fri Aug 11 18:26:41 2000 +@@ -362,10 +362,6 @@ + if ${use_libmoto}; then + AC_CHECK_LIB(moto, sin) + fi +-AC_CHECK_LIB(ncurses, main,, +- AC_CHECK_LIB(termcap, main,, +- AC_CHECK_LIB(termlib, main) +-)) + AC_CHECK_LIB(dl, dlopen) + AC_CHECK_LIB(z, main) + diff --git a/math/R/patches/patch-ab b/math/R/patches/patch-ab deleted file mode 100644 index 14b93450736..00000000000 --- a/math/R/patches/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-ab,v 1.7 2000/06/20 15:40:15 dmcmahill Exp $ - ---- configure.orig Fri Apr 14 04:44:15 2000 -+++ configure Mon Apr 17 16:32:22 2000 -@@ -2676,6 +2676,7 @@ - LIBS="$ac_save_LIBS" - - fi -+if false; then - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \ -@@ -2685,7 +2686,7 @@ - EOF - - LIBS="-lncurses $LIBS" -- -+fi - else - echo "$ac_t""no" 1>&6 - echo $ac_n "checking for main in -ltermcap""... $ac_c" 1>&6 -@@ -5730,5 +5731,5 @@ - shlibldflags="-shared" - else -- shlibldflags="-Bshareable" -+ shlibldflags="-shared" - fi - ;; - diff --git a/math/R/patches/patch-ae b/math/R/patches/patch-ae deleted file mode 100644 index e9a3585b82a..00000000000 --- a/math/R/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.4 2000/04/19 15:30:06 jlam Exp $ - ---- Makefile.in.orig Mon Feb 21 02:03:26 2000 -+++ Makefile.in Mon Apr 17 16:11:47 2000 -@@ -74,7 +74,7 @@ - @for f in `ls bin/* | grep -v '^bin/R\**$$' \ - | grep -v '^bin/R.X11\**$$' \ - | grep -v '^bin/R.GNOME\**$$'`; do \ -- $(INSTALL) $${f} $(rhome)/bin; \ -+ $(INSTALL_SCRIPT) $${f} $(rhome)/bin; \ - done - @echo "installing headers ..." - @for f in include/*.h; do \ diff --git a/math/R/patches/patch-ag b/math/R/patches/patch-ag deleted file mode 100644 index dfbf3367a87..00000000000 --- a/math/R/patches/patch-ag +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ag,v 1.3 2000/04/19 15:30:07 jlam Exp $ - ---- src/scripts/Makefile.in.orig Mon Feb 21 05:49:10 2000 -+++ src/scripts/Makefile.in Mon Apr 17 16:13:11 2000 -@@ -38,10 +38,10 @@ - > $(top_builddir)/bin/R - @chmod +x $(top_builddir)/bin/R - @for f in $(SCRIPTS_S); do \ -- $(INSTALL) $(srcdir)/$$f $(top_builddir)/bin; \ -+ $(INSTALL_SCRIPT) $(srcdir)/$$f $(top_builddir)/bin; \ - done - @for f in $(SCRIPTS_B); do \ -- $(INSTALL) $$f $(top_builddir)/bin; \ -+ $(INSTALL_SCRIPT) $$f $(top_builddir)/bin; \ - done - - $(SCRIPTS_B): $(top_builddir)/config.status |