Port details |
- kldpatch Utility to patch modules and kernel
- 20090116_1 sysutils
=2 20090116_1Version of this port present on the latest quarterly branch. - Maintainer: portmaster@BSDforge.com
 - Port Added: 2009-01-12 22:58:13
- Last Update: 2024-03-01 18:11:59
- Commit Hash: 138eb13
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- http://info.iet.unipi.it/~luigi/FreeBSD/
- Description:
- The kldpatch utility can print or alter the content of device/quirk tables
in kernel modules. These tables are generally used to identify devices,
and possibly apply specific quirks to enable/disable certain features.
Kldpatch is especially useful to let the kernel recognise a new device
without rebooting and rebuilding/reinstalling kernel or modules.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- kldpatch>0:sysutils/kldpatch
- To install the port:
- cd /usr/ports/sysutils/kldpatch/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/kldpatch
- pkg install kldpatch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kldpatch
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (20090116-kldpatch.tgz) = 5d0f98ea379494921b7535143e73527335a9a0ab23a5cda266d6fc2757e5e76a
SIZE (20090116-kldpatch.tgz) = 17257
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_kldpatch
- USES:
- tar:tgz
- 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 |
20090116_1 01 Mar 2024 18:11:59
    |
Gleb Popov (arrowd)  Author: Chris Hutchinson |
*: Move manpages to share/man
PR: 277322 |
20090116 13 Jan 2024 23:30:23
    |
Daniel Engberg (diizzy)  |
*/*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up
Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris
<portmaster@bsdforge.com>
Approved by: portmgr (blanket) |
20090116 04 Jan 2024 17:37:09
    |
Daniel Engberg (diizzy)  |
*/*: Mark all ports that uses bsdforge.com in MASTER_SITES broken
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20090116 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20090116 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
20090116 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20090116 01 Nov 2019 17:58:21
  |
rene  |
sysutils/kldpatch: over to new volunteer, update MASTER_SITES and USES
PR: 241282
Submitted by: Chris Hutchinson
MFH: 2019Q4 |
20090116 15 Sep 2019 17:28:09
  |
antoine  |
Deprecate a few ports |
20090116 05 Aug 2019 06:37:31
  |
antoine  |
Mark BROKEN: unfetchable |
20090116 15 Nov 2013 09:39:02
  |
vanilla  |
Support STAGEDIR. |
20090116 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
20090116 14 Dec 2011 17:20:54
 |
tabthorpe  |
- Reassign to the heap
Approved by: portmgr (tabthorpe) |
20090116 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
20090116 17 Jan 2009 11:25:09
 |
luigi  |
new tarball to fix a build issue on amd64 (cast to ptr of different size) |
20090112 13 Jan 2009 07:04:49
 |
ale  |
Whitespace fix. |
20090112 12 Jan 2009 22:56:28
 |
luigi  |
The kldpatch utility can print or alter the content of device/quirk tables
in kernel modules. These tables are generally used to identify devices,
and possibly apply specific quirks to enable/disable certain features.
Kldpatch is especially useful to let the kernel recognise a new device
without rebooting and rebuilding/reinstalling kernel or modules.
WWW: http://info.iet.unipi.it/~luigi/FreeBSD/
Note - this may be worth importing in the base system, however we still
need it as a port for older OS releases. |