summaryrefslogtreecommitdiff
path: root/sys-freebsd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
commit5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch)
treeb041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /sys-freebsd
parent5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff)
gentoo resync : 22.04.2018
Diffstat (limited to 'sys-freebsd')
-rw-r--r--sys-freebsd/Manifest.gzbin3050 -> 2879 bytes
-rw-r--r--sys-freebsd/virtio-kmod/Manifest4
-rw-r--r--sys-freebsd/virtio-kmod/files/pkg-message22
-rw-r--r--sys-freebsd/virtio-kmod/metadata.xml4
-rw-r--r--sys-freebsd/virtio-kmod/virtio-kmod-0.228301-r1.ebuild70
5 files changed, 0 insertions, 100 deletions
diff --git a/sys-freebsd/Manifest.gz b/sys-freebsd/Manifest.gz
index cd1e807ff288..a9f66074e8c3 100644
--- a/sys-freebsd/Manifest.gz
+++ b/sys-freebsd/Manifest.gz
Binary files differ
diff --git a/sys-freebsd/virtio-kmod/Manifest b/sys-freebsd/virtio-kmod/Manifest
deleted file mode 100644
index 296fe17d954a..000000000000
--- a/sys-freebsd/virtio-kmod/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX pkg-message 684 BLAKE2B bda1497968afaa7cf7e2530840df0a91c0f1eee1a591536106d3292c8b54d3a01e11032cdc3af3121d33ecf7cfdabf80a5cb191786d86747bfdd530dbcbf1d40 SHA512 9a72e268012d85e712aaab647a7b1a0ece4fbaa8eb63169def42cc313363f7a0a67dcf9ea7db2363bf4891192b309ead2db10da696d571db1032bd812a5cfa14
-DIST virtio-0.228301.tar.gz 47262 BLAKE2B 251c8c2612384999c33e2c3ca509ff782b25c05b058e41048bc473517ce29cea3396784ca091d7e2d07e1c04221c1fa7979348d9b437b8dfd93e7b4b2732cff6 SHA512 675b2fbb13be4e77597c8221a10aa8a87f53f642882cd7534f76f9928452bcd0f914acbbe70a43d1550caa148b8944e6587481d2a599bcccaf3a4486dc69016e
-EBUILD virtio-kmod-0.228301-r1.ebuild 1589 BLAKE2B 8f479d9a5aa361bb5859608c53d279488a61f0b61b7d9f4303bd5fab46544c1d4ee6c4983d00f54b26f5bd8b97b852e833118819f76f5b76595142de34ae66fb SHA512 11e60dc7cd6dec65a669627dce07898712828bf9b67946f929f2a985e54c8cf9fcf415ecd621477befa975c1711541571462561a049e1e6d626d1f0f7d6eaaa7
-MISC metadata.xml 139 BLAKE2B b4a59c22790dfec3fbcfaea41ef363401766736b68a85bedae00e1944d0a848aa97104c2f34244c0fe7b6363029281f965fc1b3545301d341cda371eaa976274 SHA512 8be912ace7468a4396eb1da00a9785030a8ce35da4357a01591876a1056fd45e44da65de2af3e1eb0506ce6551714962c40c3ae5a3aefa2ad231de35af2519be
diff --git a/sys-freebsd/virtio-kmod/files/pkg-message b/sys-freebsd/virtio-kmod/files/pkg-message
deleted file mode 100644
index 6b628d3de91a..000000000000
--- a/sys-freebsd/virtio-kmod/files/pkg-message
+++ /dev/null
@@ -1,22 +0,0 @@
-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"
-
-Also, edit fstab and make openrc start vtnet0 instead of em0:
-
-# sed -i.bak -Ee 's|/dev/ada?|/dev/vtbd|' /etc/fstab
-# mv /etc/init.d/em0 /etc/init.d/vtnet0
-
-and enable virtio devices in host's domain.xml:
-
-- <target dev='hda' bus='ide'/>
-+ <target dev='vda' bus='virtio'/>
-...
-- <model type='e1000'/>
-- <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
-+ <model type='virtio'/>
-+ <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
diff --git a/sys-freebsd/virtio-kmod/metadata.xml b/sys-freebsd/virtio-kmod/metadata.xml
deleted file mode 100644
index 097975e3adc2..000000000000
--- a/sys-freebsd/virtio-kmod/metadata.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-</pkgmetadata>
diff --git a/sys-freebsd/virtio-kmod/virtio-kmod-0.228301-r1.ebuild b/sys-freebsd/virtio-kmod/virtio-kmod-0.228301-r1.ebuild
deleted file mode 100644
index 841048382ed4..000000000000
--- a/sys-freebsd/virtio-kmod/virtio-kmod-0.228301-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit bsdmk flag-o-matic
-
-DESCRIPTION="Virtio drivers from FreeBSD Ports' emulators/virtio-kmod"
-HOMEPAGE="http://www.freshports.org/emulators/virtio-kmod/"
-SRC_URI="mirror://freebsd/ports/local-distfiles/kuriyama/virtio-${PV}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~x86-fbsd ~amd64-fbsd"
-IUSE="custom-cflags +debug"
-LICENSE="BSD-2"
-
-DEPEND=">=sys-freebsd/freebsd-sources-8.2
- app-arch/cpio"
-RDEPEND=""
-
-QA_TEXTRELS="*"
-RESTRICT="strip"
-S="${WORKDIR}"
-
-NEEDSUBDIRS="conf contrib dev/pci geom kern net netinet netinet6 sys tools vm
- x86 i386 amd64"
-
-src_unpack() {
- default
- CPIO_ARGS="-dump"
-
- # When hardlinks are possible, use them to avoid copies when FEATURES=userpriv
- test $UID != 0 && export CPIO_ARGS+=l
-
- cd /usr/src/sys/
- for d in $NEEDSUBDIRS; do
- find $d ! -name @ | cpio --quiet "${CPIO_ARGS}" "${WORKDIR}"
- done
-
-}
-
-src_compile() {
-
- use debug && export DEBUG_FLAGS="-g"
- use custom-cflags || strip-flags
- append-cflags "-I${WORKDIR}"
-
- cd "${WORKDIR}/modules/virtio"
- mkmake SYSDIR="${WORKDIR}" LDFLAGS="$(raw-ldflags)" || die "mkmake failed"
-
-}
-
-src_install() {
- # Upstream does not provide an install target
- dodir /boot/modules
- cp "${WORKDIR}"/modules/virtio/*/*.ko{,.symbols} "${ED}/boot/modules"
-}
-
-pkg_postinst() {
- # Update linker.hints file
- /usr/sbin/kldxref "${EPREFIX}/boot/modules"
-
- # Print message from FreeBSD Ports
- elog "$(cat "${FILESDIR}/pkg-message")"
-}
-
-pkg_postrm() {
- # Update linker.hints file
- /usr/sbin/kldxref "${EPREFIX}/boot/modules"
-}