diff options
author | stacktic <stacktic@pkgsrc.org> | 2009-10-30 13:47:05 +0000 |
---|---|---|
committer | stacktic <stacktic@pkgsrc.org> | 2009-10-30 13:47:05 +0000 |
commit | 2a2cfbee0292bf1c356096f2ba4e2dfdee074f75 (patch) | |
tree | c8b1cd83bdd05bf71e9d9e9e75d045549851ccd4 /misc | |
parent | 72e395deaefa4d8d4c6506e1c4277a456104c2a4 (diff) | |
download | pkgsrc-2a2cfbee0292bf1c356096f2ba4e2dfdee074f75.tar.gz |
Updated misc/rump to version 20091030
- Syncd with HEAD
- Removed unnecessary files
- Fixed multi threaded build
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rump/Makefile | 6 | ||||
-rw-r--r-- | misc/rump/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/rump/Makefile b/misc/rump/Makefile index 50c17a26da4..b0785844eb7 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/10/24 14:35:21 stacktic Exp $ +# $NetBSD: Makefile,v 1.7 2009/10/30 13:47:05 stacktic Exp $ # -DISTNAME= rump_20091024 +DISTNAME= rump_20091030 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= misc @@ -29,7 +29,7 @@ MAKEFLAGS+= BSDSRCDIR=${WRKSRC} MAKEFLAGS+= INSTALL=${WRKSRC}/tools/binstall/xinstall MAKEFLAGS+= TSORT="${WRKSRC}/tools/tsort/tsort -q" -MAKEFLAGS+= LORDER=${WRKSRC}/bin/lorder +MAKEFLAGS+= LORDER=${WRKSRC}/tools/lorder/lorder SUBST_CLASSES+= inc_path SUBST_STAGE.inc_path= pre-configure diff --git a/misc/rump/distinfo b/misc/rump/distinfo index a848c14e4e4..210627992f2 100644 --- a/misc/rump/distinfo +++ b/misc/rump/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/10/24 14:35:21 stacktic Exp $ +$NetBSD: distinfo,v 1.3 2009/10/30 13:47:05 stacktic Exp $ -SHA1 (rump_20091024.tar.gz) = 8611ee9adb217c936fbfd72b933a777031e49e29 -RMD160 (rump_20091024.tar.gz) = 02913d424b6fede3aba56e96734c2f6f792d1d3a -Size (rump_20091024.tar.gz) = 72573783 bytes +SHA1 (rump_20091030.tar.gz) = d34d0b2ddfc4a9fdf759585cca173111863e3695 +RMD160 (rump_20091030.tar.gz) = d5140849d8321236f86fdc51fff87aa3373acfdc +Size (rump_20091030.tar.gz) = 8753634 bytes |