pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R
Module Name: pkgsrc
Committed By: jlam
Date: Fri Mar 7 16:11:39 UTC 2008
Modified Files:
pkgsrc/math/R: Makefile distinfo
pkgsrc/math/R/files: pkg-index.tmpl
pkgsrc/math/R/patches: patch-aa patch-ac
Log Message:
+ Remove modifications to configure.in and configure in patch-aa and
patch-ac that altered the order in which the terminal library for
readline was detected. The termcap.buildlink3.mk file (included
indirectly by readline/buildlink3.mk) will do the right thing by
itself.
+ Modify the pkg-index.tmpl INSTALL script fragment: we can just use
${PKG_PREFIX} instead of substituting for @PREFIX@ everywhere. Also
refactor the commands to rebuild the package index into a shell
function and give some indication to the user what is happening.
+ Remove chown operation in post-install that was basically
cargo-culted from the very first version of R imported into pkgsrc.
It's not necessary.
+ Support user-destdir installation.
Bump the PKGREVISION to 2.
To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 pkgsrc/math/R/Makefile
cvs rdiff -r1.35 -r1.36 pkgsrc/math/R/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/math/R/files/pkg-index.tmpl
cvs rdiff -r1.18 -r1.19 pkgsrc/math/R/patches/patch-aa
cvs rdiff -r1.20 -r1.21 pkgsrc/math/R/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index