Port details |
- cuse4bsd-kmod Cuse4BSD character device loopback driver for userspace
- 0.1.36 multimedia
=12 0.1.36Version of this port present on the latest quarterly branch.
- IGNORE: requires kernel source files in /usr/src
- Maintainer: hselasky@FreeBSD.org
- Port Added: 2010-03-25 13:56:53
- Last Update: 2019-11-30 21:58:04
- SVN Revision: 518733
- People watching this port, also watch:: libdrm, cdrtools, glib, libGLU, pciids
- Also Listed In: kld
- License: not specified in port
- WWW:
- http://www.selasky.org/hans_petter/cuse4bsd/
- Description:
- Cuse4BSD is a kernel module which allows userland programs to create
character devices under /dev. Cuse4BSD has full support for read,
write, ioctl, mmap and poll system calls.
WWW: http://www.selasky.org/hans_petter/cuse4bsd/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cuse4bsd-kmod>0:multimedia/cuse4bsd-kmod
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- PKGNAME: cuse4bsd-kmod
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cuse4bsd-kmod-0.1.36.tar.bz2) = 50dae8b64fe00d05138062d8de0f042ede4dc204953d87dc2aab02eed5f519e0
SIZE (cuse4bsd-kmod-0.1.36.tar.bz2) = 15932
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cuse4bsd-kmod-0.1.36:
DEBUG=off: Build with debugging support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- kmod tar:bzip2 uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.36 30 Nov 2019 21:58:04 |
rene |
Remove multimedia/cuse4bsd-kmod.
cuse4bsd is present in the base system on all versions.
Suggested by: jbeich
Approved by: hselasky |
0.1.36 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
0.1.36 11 Dec 2018 17:03:52 |
linimon |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.1.36 27 May 2017 15:33:43 |
linimon |
Mark some ports failing on armv6: implicit declaration of function
'cp15_pmccntr_get' is invalid in C99.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.1.36 20 May 2017 12:02:07 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
0.1.36 25 Mar 2015 17:36:48 |
marino |
multimedia category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket |
0.1.36 15 Jan 2015 10:14:16 |
kwm |
Update cuse4bsd-kmod to 0.1.36.
Avoid using POLLNVAL as return code for poll events due to
compatibility with existing userspace application code.
Submitted by: maintainer (via irc) |
0.1.35 08 Dec 2014 21:26:35 |
bapt |
Remove useless @cwd |
0.1.35 02 Jul 2014 09:33:22 |
kwm |
Update to 0.1.35.
Fix destruction of devices if client requests it.
Submitted by: maintainer |
0.1.33_1 12 Apr 2014 08:25:10 |
antoine |
kld should not be stripped
With hat: portmgr |
0.1.33 11 Apr 2014 18:49:29 |
kwm |
Update to 0.1.33.
Added new API function "cuse_is_vmalloc_addr()".
Some minor kqfilter fixes.
While here use USES=tar:bzip2, and strip the module.
This is done in do-install because the module is installed r-x,
so strip isn't allowed and I don't want to mess with chmod.
Submitted by: maintainer (IRC) |
0.1.30_1 26 Jan 2014 22:37:26 |
rene |
Support stage. |
0.1.30_1 20 Nov 2013 10:44:20 |
rene |
Fix a typo causing the .ko file not to be installed.
Bump PORTREVISION to force package to be rebuilt.
Approved by: hselasky (maintainer) |
0.1.30 09 Nov 2013 19:13:28 |
rene |
Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.
There are no user-visible changes. The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.
PR: ports/183625
Submitted by: myself
Approved by: portmgr (bdrewery)
Exp-run by: bdrewery |
0.1.30 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.1.30 20 Sep 2013 12:54:55 |
bdrewery |
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above ) |
0.1.30 11 Aug 2013 15:42:01 |
nox |
- Update to 0.1.30:
- Add more sanity checks for read() and write().
- Update manual page for cuse4bsd.
Submitted by: hselasky (maintainer) |
0.1.29 26 Jul 2013 16:55:20 |
nox |
- Update to 0.1.29 .
- Add kqueue(2) support.
Submitted by: hselasky (maintainer) |
0.1.28 14 Jul 2013 14:18:07 |
nox |
Update to 0.1.28 .
Submitted by: hselasky (maintainer) |
0.1.27 11 May 2013 12:58:41 |
bapt |
Convert to new options framework
While here remove test for unsupported versions |
0.1.27 20 Feb 2013 20:12:23 |
nox |
- Update to 0.1.27 .
- Convert Makefile header.
Submitted by: hselasky (maintainer) |
0.1.26 18 Aug 2012 20:24:02 |
nox |
- Update to 0.1.26 :
- Fix for refcounting bug.
- Use PTHREAD_LIBS.
Submitted by: hselasky (maintainer) |
0.1.24 26 Jun 2012 16:55:48 |
nox |
Update to 0.1.24 .
Submitted by: hselasky (maintainer) |
0.1.23 13 Dec 2011 22:43:20 |
nox |
Update to 0.1.23 .
Submitted by: hselasky (maintainer)
Feature safe: yes |
0.1.21_2 03 Dec 2011 14:04:03 |
nox |
Add missing kldxref when building from ports.
Approved by: hselasky (maintainer)
Feature safe: yes |
0.1.21_1 11 Oct 2011 18:03:46 |
nox |
Add missing USE_LDCONFIG (which fixes tb of multimedia/cx88.) |
0.1.21 19 Sep 2011 17:13:13 |
nox |
Update to 0.1.21 .
Submitted by: hselasky (maintainer) |
0.1.16 20 Aug 2011 17:32:11 |
kwm |
Update to 0.1.16.
Resolve devfs related panics due to recently added asserts in FreeBSD-current.
Make all device destruction synchronous instead of asynchronus.
Submitted by: maintainer |
0.1.15 16 Jul 2011 13:33:15 |
kwm |
Update to 0.1.15.
Submitted by: maintainer |
0.1.14 23 Jun 2011 03:03:23 |
danfe |
Kill EOL whitespace. |
0.1.14 27 Mar 2011 10:27:17 |
kwm |
Add config option to compile with debugging support.
Some minor improvements.
Submitted by: hselasky@ (maintainer) |
0.1.13 09 Sep 2010 14:33:35 |
kwm |
Update to 0.1.13. |
0.1.12 02 Aug 2010 08:16:58 |
kwm |
Update to 0.1.12.
Fix memory use after free. |
0.1.11 07 May 2010 17:57:18 |
kwm |
Update to 0.1.11.
Fix mmap() related panic.
Increase the maximum number of allocations.
Submitted by: maintainer. |
0.1.10 29 Apr 2010 21:44:57 |
kwm |
Update to 0.1.10.
Fix minor zero-length IOCTL bug.
Submitted by: Hans Petter Selasky <hselasky@c2i.net> (maintainer) |
0.1.9 26 Mar 2010 18:05:32 |
kwm |
Update to 0.1.9.
Report correct version.
Fix Null pointer issue. |
0.1.8 25 Mar 2010 13:55:21 |
kwm |
Rename video4bsd-kmod to cuse4bsd-kmod and update to version 0.1.8.
This version brings usb dvb (Digital Video Broadcast) support.
Submitted by: maintainer |