stacktic
99ac8118ad
Update misc/rump to 20130602 - Fix for Solaris
2013-06-02 17:33:58 +00:00
stacktic
4d53ea48f8
Update misc/rump to 20130601 - non-NetBSD sockin compatibility
2013-06-01 15:42:03 +00:00
stacktic
b5061f5841
Update misc/rump to 20130525
...
The distfile is now built with the tarup.sh script to avoid depending on CVS
for building this package.
2013-05-26 17:23:44 +00:00
stacktic
8c7748b5d8
Add DragonFly to supported plateforms
2013-05-25 15:19:26 +00:00
stacktic
fed6d81e0c
Update misc/rump and filesystems/fs-utils to 20130430 to use github versions
...
which are available respectively at
https://github.com/anttikantee/buildrump.sh and
https://github.com/stacktic/fs-utils
2013-05-01 17:16:06 +00:00
stacktic
6ddb069aa2
Update misc/rump and filesystems/fs-utils to 20130430 using github versions which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils
2013-05-01 17:16:05 +00:00
stacktic
7ce065b021
Update misc/rump and filesystems/fs-utils to 20130430 to use github versions
...
which are available respectively at
https://github.com/anttikantee/buildrump.sh and
https://github.com/stacktic/fs-utils
2013-05-01 17:16:05 +00:00
pooka
b6a816835b
Update a bit, inspired by conversation with stacktic.
2013-01-08 13:39:22 +00:00
asau
9912a3809d
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
2012-10-08 09:57:15 +00:00
alnsn
8f38725992
Add missing zlib dependency. Fixes Linux build.
2011-09-03 20:35:48 +00:00
stacktic
6c8249da46
Fixed dlopen usage for Linux/x86_64 CentOS5 (RHEL5).
...
Reported and Fixed by Nicolas Joly.
Bump revision.
2009-11-16 15:29:57 +00:00
stacktic
8a45b11921
Fixed build on Linux/x86_64 CentOS5 (RHEL5).
...
Reported and Fixed by Nicolas Joly.
2009-11-15 15:09:46 +00:00
stacktic
be7a97fd0e
Use malloc instead of the kernel allocators
...
Bump revision
2009-11-10 16:10:47 +00:00
stacktic
2c8159868a
Fixed distinfo
2009-11-08 21:04:55 +00:00
stacktic
8252b4d027
Update misc/rump to 20091108
...
- Added rumpnet libraries
2009-11-08 20:13:26 +00:00
stacktic
f9c70b72cf
Removed rumpnet_if_pub.h from rump.h (Reported by Alexander Nasonov)
...
bump revision
2009-11-06 13:50:53 +00:00
stacktic
2ac16d447f
Updated misc/rump to version 20091103
...
- Should fix building on Linux 64bits (reported by Alexander Nasonov)
- Fixed the build of dependencies
2009-11-05 08:36:00 +00:00
stacktic
05545737e2
Updated misc/rump to version 20091102
...
- Added some LDADD
2009-11-02 18:54:28 +00:00
stacktic
293dafb52d
Added buildlink3.mk to misc/rump
2009-10-30 18:25:23 +00:00
stacktic
84c2358b6a
Updated misc/rump to version 20091030
...
- Syncd with HEAD
- Removed unnecessary files
- Fixed multi threaded build
2009-10-30 13:47:05 +00:00
stacktic
abcd4d0cfb
Updated rump to version 20091024
...
- Avoid having to set the -m option in MAKEFLAGS
- Use NetBSD's tsort
2009-10-24 14:35:21 +00:00
stacktic
36243f8a64
Fixed PLIST
2009-10-21 14:40:07 +00:00
stacktic
d9dee8bce6
Avoid installing binaries in /bin
2009-10-20 10:01:00 +00:00
stacktic
84f118c7c4
Fixed Linux build (Bump PKGREVISION)
2009-10-19 16:31:38 +00:00
stacktic
97b52d0a55
Resolved strlcat/strlcpy symbols on Linux
2009-10-19 08:46:30 +00:00
pooka
c15a10a716
clarify COMMENT a bit
2009-10-14 22:30:06 +00:00
stacktic
4a77d3ac6f
Import rump 20091014.
...
Available for FreeBSD and Linux.
Rump (Runnable Userspace Meta Program) is a mechanism for running kernel code
as part of a user program's address space. As opposed to executing system calls
for requesting kernel services, rump programs do a library call into the kernel
code for equivalent functionality. Kernel code is simply recompiled as a
userspace shared library from the kernel sources instead of being rewritten,
so services imitate the same services being provided by the kernel. Select
architectures such as i386 and amd64 also support directly linking binary
kernel modules against rump programs.
2009-10-14 13:26:09 +00:00