diff options
author | drochner <drochner> | 2003-08-25 10:31:07 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-08-25 10:31:07 +0000 |
commit | 1ce292fec1fb8502382af09bd66fb0d12db9e55a (patch) | |
tree | da3ad419d0ca8a4489021d7517c253a6ef0e521b /devel/rvm/Makefile | |
parent | b579e523da1c3476f7043160e2747b0854828f74 (diff) | |
download | pkgsrc-1ce292fec1fb8502382af09bd66fb0d12db9e55a.tar.gz |
update to 1.8
changes:
- Updated for current autoconf/gcc build environment.
- Some uninitialized memory references were found by 'valgrind'.
- Slightly improved writeout/commit performance.
- Explicitly yields to other threads during long running RVM operations.
- More portable detection of fdatasync availability.
- Some more memory initialization fixes, and passing an actual iov
struct to readv/writev instead of something that looks like it.
Diffstat (limited to 'devel/rvm/Makefile')
-rw-r--r-- | devel/rvm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/rvm/Makefile b/devel/rvm/Makefile index da43af32ebc..b60fba08934 100644 --- a/devel/rvm/Makefile +++ b/devel/rvm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2002/08/25 18:38:49 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2003/08/25 10:31:07 drochner Exp $ # -DISTNAME= rvm-1.6 -PKGREVISION= 1 +DISTNAME= rvm-1.8 CATEGORIES= devel MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/ \ ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ |