From 21cee330f3c4594d3fe2f6ece5df869985621255 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 20 Jun 2000 15:40:12 +0000 Subject: -add missing file to PLIST -correct compiler flag for a.out shared libs. This addresses PR 10402. --- math/R/files/patch-sum | 4 ++-- math/R/patches/patch-ab | 10 +++++++++- math/R/pkg/PLIST | 3 ++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/math/R/files/patch-sum b/math/R/files/patch-sum index 8c710024197..c5e25c6ce5c 100644 --- a/math/R/files/patch-sum +++ b/math/R/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.5 2000/04/19 15:30:06 jlam Exp $ +$NetBSD: patch-sum,v 1.6 2000/06/20 15:40:12 dmcmahill Exp $ MD5 (patch-aa) = fb1673fe6c402a5ea29fa83e65eb2e82 -MD5 (patch-ab) = 9eb6830782e45b3e9bf243abc234ec53 +MD5 (patch-ab) = 0d2bbdb7ce0495681717eba8d0503eb0 MD5 (patch-ae) = 376df20b745d8c9edf0a193a985a6865 MD5 (patch-ag) = 0a7e7612fcf4bc72c459adaa57aff329 diff --git a/math/R/patches/patch-ab b/math/R/patches/patch-ab index 2ad9e22bcaf..14b93450736 100644 --- a/math/R/patches/patch-ab +++ b/math/R/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.6 2000/04/19 15:30:06 jlam Exp $ +$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 @@ -19,3 +19,11 @@ $NetBSD: patch-ab,v 1.6 2000/04/19 15:30:06 jlam Exp $ 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/pkg/PLIST b/math/R/pkg/PLIST index 0fa15f0939c..898212fb36b 100644 --- a/math/R/pkg/PLIST +++ b/math/R/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2000/04/19 15:30:07 jlam Exp $ +@comment $NetBSD: PLIST,v 1.7 2000/06/20 15:40:16 dmcmahill Exp $ bin/R lib/R/COPYING lib/R/COPYRIGHTS @@ -2921,6 +2921,7 @@ lib/R/library/ts/latex/ts-internal.tex lib/R/library/ts/latex/ts.plot.tex lib/R/library/ts/latex/ts.union.tex lib/R/library/ts/libs/ts.so +man/man1/R.1 @dirrm lib/R/library/ts/libs @dirrm lib/R/library/ts/latex @dirrm lib/R/library/ts/html -- cgit v1.2.3