pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R Annotate a comment:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff29cf72b920
branches:  trunk
changeset: 477672:ff29cf72b920
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 06 22:56:32 2004 +0000

description:
Annotate a comment:
# XXX: following comment still true for buildlink3?
# R does ugly things in the configure to get the default list of arguments
# for linking Fortran, which exposes the buildlink2 tricks so clean up
# afterwards

diffstat:

 math/R/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 464189fa61e7 -r ff29cf72b920 math/R/Makefile
--- a/math/R/Makefile   Tue Jul 06 22:51:34 2004 +0000
+++ b/math/R/Makefile   Tue Jul 06 22:56:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2004/06/24 11:09:05 markd Exp $
+# $NetBSD: Makefile,v 1.56 2004/07/06 22:56:32 wiz Exp $
 
 DISTNAME=              R-1.9.1
 CATEGORIES=            math
@@ -82,6 +82,7 @@
 R_LIBDIR=              ${PREFIX}/lib/R
 R_INSTALL_DIRS=                ${R_LIBDIR}
 
+# XXX: following comment still true for buildlink3?
 # R does ugly things in the configure to get the default list of arguments
 # for linking Fortran, which exposes the buildlink2 tricks so clean up
 # afterwards



Home | Main Index | Thread Index | Old Index