Port details |
- virtio-kmod virtio kernel modules port for 8.[234]/9.[01]
- 0.250249 emulators
=1 0.250249Version of this port present on the latest quarterly branch. DEPRECATED: Does not build on FreeBSD 10+
This port expired on: 2018-10-31
IGNORE: not supported ${OSREL} (11.2)
- Maintainer: kuriyama@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2011-11-21 15:16:52
- Last Update: 2018-11-01 19:05:28
- SVN Revision: 483701
- People watching this port, also watch:: openjdk8, screen
- Also Listed In: kld
- License: not specified in port
- WWW:
- http://people.FreeBSD.org/~kuriyama/virtio/
- Description:
- Port for package building of virtio kernel loadable modules.
This port support only 8.[234] and 9.[01] releases.
WWW: http://people.FreeBSD.org/~kuriyama/virtio/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- virtio-kmod->0:emulators/virtio-kmod
- No installation instructions:
- This port has been deleted.
- PKGNAME: virtio-kmod-
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- SHA256 (virtio-8-0.250249.tar.gz) = 0a4d4327973c4ed2ddc63f8fc8b62dcca23f673f92bb45257a0e46991a0bafbb
SIZE (virtio-8-0.250249.tar.gz) = 64687
SHA256 (virtio-9-0.250249.tar.gz) = 706876cf4c40eab1f5e0bde08eae806f1ad285f1d489979c179c25e0a2534f8e
SIZE (virtio-9-0.250249.tar.gz) = 65024
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:
![pkg-fallout pkg-fallout](/images/fallout.svg)
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- kmod
- pkg-message:
- To use these modules, add loading lines in /boot/loader.conf:
virtio_load="YES"
virtio_pci_load="YES"
virtio_blk_load="YES"
if_vtnet_load="YES"
virtio_balloon_load="YES"
and edit fstab and interface config in rc.conf:
# sed -i.bak -Ee 's|/dev/ada?|/dev/vtbd|' /etc/fstab
# echo 'ifconfig_vtnet0_name="em0"' >> /etc/rc.conf
and enable virtio devices in host's domain.xml:
- <target dev='hda' bus='ide'/>
- <address type='drive' controller='0' bus='0' unit='0'/>
+ <target dev='vda' bus='virtio'/>
+ <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
...
- <model type='e1000'/>
+ <model type='virtio'/>
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.250249 01 Nov 2018 19:05:28
![Revision:483701 Revision:483701](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove expired ports:
2018-10-31 games/bloboats: Upstream gone, FreeBSD 10 only
2018-10-31 net/stf-6rd-kmod: Does not build on FreeBSD 11+
2018-10-31 net/pmf: Does not build on FreeBSD 11+
2018-10-31 net/knemo-kde4: KDE4 is EOL upstream, FreeBSD 10 only-port
2018-10-31 net/userfw: Does not build on FreeBSD 11+
2018-10-31 sysutils/qjail4: Only for FreeBSD 10.x , use sysutis/qjail instead
2018-10-31 sysutils/bsdmoted: does not build on FreeBSD 11+
2018-10-31 sysutils/scprotect: Does not build on FreeBSD 11+
2018-10-31 www/typo3-7: Support will end in October 2018, please update to
either www/typo3-8 or www/typo3-9
2018-10-31 devel/memleax: does not actually detect leaks
2018-10-31 emulators/virtio-kmod: Does not build on FreeBSD 10+
2018-10-31 games/traindirector: Does not build on FreeBSD 11+ |
0.250249 16 Sep 2018 11:44:37
![Revision:479890 Revision:479890](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Deprecate ports that do not build on FreeBSD 11+ |
0.250249 21 Oct 2016 12:51:41
![Revision:424411 Revision:424411](/images/subversion.png) ![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.250249 22 May 2015 13:34:22
![Revision:387021 Revision:387021](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
0.250249 14 May 2015 10:15:09
![Revision:386312 Revision:386312](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.250249 02 Sep 2014 15:05:06
![Revision:367024 Revision:367024](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove useless @cwd |
0.250249 25 Jan 2014 00:02:34
![Revision:340955 Revision:340955](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Support stage
Approved by: portmgr (infrastructure blanket) |
0.250249 09 Nov 2013 19:13:28
![Revision:333329 Revision:333329](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.250249 20 Sep 2013 16:43:53
![Revision:327721 Revision:327721](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
0.250249 11 Jun 2013 03:37:01
![Revision:320528 Revision:320528](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to r250249.
- Backport fix for if_vtnet with qemu-1.5.0 (kern/178955). |
0.242658 06 Nov 2012 15:26:53
![Revision:307078 Revision:307078](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Upgrade to r242658.
Feature safe: yes |
0.239473 23 Aug 2012 01:16:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to r239473. |
0.228301_1 20 Jul 2012 14:23:37
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- pkg-{descr,message} cosmetic changes.
- Don't do multiple (needless) copy of sys/* sources [1]
PR: ports/168512 [1]
Submitted by: Yasuhito FUTATSUKI <futatuki@bsdclub.org> [1] |
0.228301 01 Jul 2012 22:27:59
![files touched by this commit files touched by this commit](/images/logs.gif) |
jgh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
PR: ports/169213
Submitted by: jgh@
Approved by: maintainer timeout ( 14 days ) |
0.228301 25 Jun 2012 10:53:29
![files touched by this commit files touched by this commit](/images/logs.gif) |
hrs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add kld to CATEGORIES.
Submitted by: Masaki TAGAWA
PR: ports/169368 |
0.228301 22 Apr 2012 13:52:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to r234349 of svn.
- But build on OSREL=8.2 failed. So stick old rev on 8.2.
- Add support for 8.3-REL.
- Copy only required part of source tree [1].
Suggested by: Richard Yao <ryao@cs.stonybrook.edu> from Gentoo [1] |
0.228301 09 Jan 2012 14:58:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to r228301.
- Use /boot/modules like as other KLD ports [1].
- Create tarball to build on pointyhat cluster.
Submitted by: beat [1] |
0.227652 05 Dec 2011 17:45:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Disallow from pointyhat, tries to fetch from svn during extract stage
Reported by: pointyhat
Feature safe: yes |
0.227652 21 Nov 2011 15:15:54
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Port for package building of virtio kernel lodable modules.
This port support only 8.2 and 9.0 releases.
WWW: http://people.FreeBSD.org/~kuriyama/virtio/
Feature safe: yes |