From 5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 22 Apr 2018 14:25:03 +0100 Subject: gentoo resync : 22.04.2018 --- sys-freebsd/Manifest.gz | Bin 3050 -> 2879 bytes sys-freebsd/virtio-kmod/Manifest | 4 -- sys-freebsd/virtio-kmod/files/pkg-message | 22 ------- sys-freebsd/virtio-kmod/metadata.xml | 4 -- .../virtio-kmod/virtio-kmod-0.228301-r1.ebuild | 70 --------------------- 5 files changed, 100 deletions(-) delete mode 100644 sys-freebsd/virtio-kmod/Manifest delete mode 100644 sys-freebsd/virtio-kmod/files/pkg-message delete mode 100644 sys-freebsd/virtio-kmod/metadata.xml delete mode 100644 sys-freebsd/virtio-kmod/virtio-kmod-0.228301-r1.ebuild (limited to 'sys-freebsd') diff --git a/sys-freebsd/Manifest.gz b/sys-freebsd/Manifest.gz index cd1e807ff288..a9f66074e8c3 100644 Binary files a/sys-freebsd/Manifest.gz and b/sys-freebsd/Manifest.gz 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: - -- -+ -... -- --
-+ -+
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 @@ - - - - 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" -} -- cgit v1.2.3