diff options
author | rene <rene@FreeBSD.org> | 2018-11-02 03:05:28 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-11-02 03:05:28 +0800 |
commit | 722ce45c0061439faade290ae095fefb746bb02c (patch) | |
tree | 5e74f4fd5becf9fd194e7a4f76106ce498e45cbe /emulators | |
parent | 52ba68b74a8cd1347115ae6c86478a963a9cfeb9 (diff) | |
download | freebsd-ports-gnome-722ce45c0061439faade290ae095fefb746bb02c.tar.gz freebsd-ports-gnome-722ce45c0061439faade290ae095fefb746bb02c.tar.zst freebsd-ports-gnome-722ce45c0061439faade290ae095fefb746bb02c.zip |
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+
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/virtio-kmod/Makefile | 85 | ||||
-rw-r--r-- | emulators/virtio-kmod/distinfo | 4 | ||||
-rw-r--r-- | emulators/virtio-kmod/files/extra-patch-virtio.h | 11 | ||||
-rw-r--r-- | emulators/virtio-kmod/files/patch-if_vtnet.c | 14 | ||||
-rw-r--r-- | emulators/virtio-kmod/pkg-descr | 5 | ||||
-rw-r--r-- | emulators/virtio-kmod/pkg-message | 22 | ||||
-rw-r--r-- | emulators/virtio-kmod/pkg-plist | 10 |
8 files changed, 0 insertions, 152 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 1029d83fef45..9b06d4319f9d 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -150,7 +150,6 @@ SUBDIR += vgb-bin SUBDIR += vgba-bin SUBDIR += vice - SUBDIR += virtio-kmod SUBDIR += virtualbox-ose SUBDIR += virtualbox-ose-additions SUBDIR += virtualbox-ose-additions-nox11 diff --git a/emulators/virtio-kmod/Makefile b/emulators/virtio-kmod/Makefile deleted file mode 100644 index 646cda1fc15a..000000000000 --- a/emulators/virtio-kmod/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# $FreeBSD$ - -PORTNAME= virtio -PORTVERSION= 0.${SVN_REV} -CATEGORIES= emulators -MASTER_SITES= LOCAL/kuriyama -PKGNAMESUFFIX= -kmod-${OSBRANCH} -DISTFILES= ${FILE_8} ${FILE_9} - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT= virtio kernel modules port for 8.[234]/9.[01] - -DEPRECATED= Does not build on FreeBSD 10+ -EXPIRATION_DATE= 2018-10-31 - -ONLY_FOR_ARCHS= amd64 i386 - -WRKSRC= ${WRKDIR} -NEEDSUBDIRS= amd64 cam conf contrib dev/pci geom i386 kern net netinet netinet6 \ - sys tools vm x86 - -USES= kmod -.include <bsd.port.pre.mk> - -SVN_REV= 250249 -FILE_8= ${PORTNAME}-8-0.${SVN_REV}${EXTRACT_SUFX} -FILE_9= ${PORTNAME}-9-0.${SVN_REV}${EXTRACT_SUFX} -.if ${OSREL} == "8.2" -OSBRANCH= 8.2 -EXTRACT_ONLY= ${FILE_8} -.elif ${OSREL} == "8.3" -OSBRANCH= 8.3 -EXTRACT_ONLY= ${FILE_8} -.elif ${OSREL} == "8.4" -OSBRANCH= 8.4 -EXTRACT_ONLY= ${FILE_8} -.elif ${OSREL} == "9.0" -OSBRANCH= 9.0 -EXTRACT_ONLY= ${FILE_9} -.elif ${OSREL} == "9.1" -OSBRANCH= 9.1 -EXTRACT_ONLY= ${FILE_9} -.else -IGNORE= not supported $${OSREL} (${OSREL}) -.endif - -post-extract: - cd ${WRKSRC} && ${MKDIR} sys/dev tmp && ${MV} dev modules tmp/ -.for d in ${NEEDSUBDIRS} - [ ! -d ${SRC_BASE}/sys/${d} ] || ${CP} -Rp ${SRC_BASE}/sys/${d} ${WRKSRC}/sys/${d} -.endfor - ${CP} -Rp ${WRKSRC}/tmp/* ${WRKSRC}/sys/ -.if ${OSREL} == "8.1" || ${OSREL} == "8.2" -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-virtio.h -.endif - -do-build: - cd ${WRKSRC}/sys/modules/virtio; ${MAKE} DEBUG_FLAGS=-g - -do-install: -.for f in pci/virtio_pci virtio/virtio block/virtio_blk balloon/virtio_balloon network/if_vtnet - ${INSTALL_KLD} ${WRKSRC}/sys/modules/virtio/${f}.ko ${STAGEDIR}${KMODDIR} - ${INSTALL_KLD} ${WRKSRC}/sys/modules/virtio/${f}.ko.symbols ${STAGEDIR}${KMODDIR} -.endfor - -# For maintainer only. -SVN_MIRROR?= http://svn.freebsd.org/base -EXPDIR= ${WRKSRC}/src/sys -maintainer-tar: - ${MKDIR} ${EXPDIR} - cd ${EXPDIR} && svn export -r ${SVN_REV} ${SVN_MIRROR}/stable/9/sys/dev/virtio dev/virtio - cd ${EXPDIR} && svn export -r ${SVN_REV} ${SVN_MIRROR}/stable/9/sys/modules/virtio modules/virtio - cd ${EXPDIR} && ${TAR} cfvz ${DISTDIR}/${FILE_9} dev modules - cd ${EXPDIR} && ${RM} -r dev modules - cd ${EXPDIR} && svn export -r ${SVN_REV} ${SVN_MIRROR}/stable/8/sys/dev/virtio dev/virtio - cd ${EXPDIR} && svn export -r ${SVN_REV} ${SVN_MIRROR}/stable/8/sys/modules/virtio modules/virtio - cd ${EXPDIR} && ${TAR} cfvz ${DISTDIR}/${FILE_8} dev modules - -maintainer-check: - @new9=`svn log -ql 1 ${SVN_MIRROR}@HEAD stable/9/sys/dev/virtio | ${GREP} -v ^- | ${SED} -e 's| .*||; s|r||'`;\ - new8=`svn log -ql 1 ${SVN_MIRROR}@HEAD stable/8/sys/dev/virtio | ${GREP} -v ^- | ${SED} -e 's| .*||; s|r||'`;\ - old="${SVN_REV}";\ - if [ "$${new9}" -gt "$${old}" ]; then ${ECHO_MSG} "New virtio rev: r$${new9} (was $${old}, 8-stable is $${new8})"; fi - -.include <bsd.port.post.mk> diff --git a/emulators/virtio-kmod/distinfo b/emulators/virtio-kmod/distinfo deleted file mode 100644 index 5baaba8e7bb5..000000000000 --- a/emulators/virtio-kmod/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -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 diff --git a/emulators/virtio-kmod/files/extra-patch-virtio.h b/emulators/virtio-kmod/files/extra-patch-virtio.h deleted file mode 100644 index c59f8620e81b..000000000000 --- a/emulators/virtio-kmod/files/extra-patch-virtio.h +++ /dev/null @@ -1,11 +0,0 @@ ---- sys/dev/virtio/virtio.h.orig 2012-08-22 09:25:24.732287379 +0900 -+++ sys/dev/virtio/virtio.h 2012-08-22 09:27:32.411327803 +0900 -@@ -150,4 +150,8 @@ - VIRTIO_RDWR_DEVICE_CONFIG(2, uint16_t); - VIRTIO_RDWR_DEVICE_CONFIG(4, uint32_t); - -+#ifndef DEVMETHOD_END -+#define DEVMETHOD_END { NULL, NULL } -+#endif -+ - #endif /* _VIRTIO_H_ */ diff --git a/emulators/virtio-kmod/files/patch-if_vtnet.c b/emulators/virtio-kmod/files/patch-if_vtnet.c deleted file mode 100644 index fc43920c835e..000000000000 --- a/emulators/virtio-kmod/files/patch-if_vtnet.c +++ /dev/null @@ -1,14 +0,0 @@ ---- sys/dev/virtio/network/if_vtnet.c.orig 2013-06-10 13:44:32.626245199 +0900 -+++ sys/dev/virtio/network/if_vtnet.c 2013-06-10 13:46:44.810245935 +0900 -@@ -2473,9 +2473,9 @@ - sglist_init(&sg, 4, segs); - error |= sglist_append(&sg, &hdr, sizeof(struct virtio_net_ctrl_hdr)); - error |= sglist_append(&sg, &filter->vmf_unicast, -- sizeof(struct vtnet_mac_table)); -+ sizeof(uint32_t) + filter->vmf_unicast.nentries * ETHER_ADDR_LEN); - error |= sglist_append(&sg, &filter->vmf_multicast, -- sizeof(struct vtnet_mac_table)); -+ sizeof(uint32_t) + filter->vmf_multicast.nentries * ETHER_ADDR_LEN); - error |= sglist_append(&sg, &ack, sizeof(uint8_t)); - KASSERT(error == 0 && sg.sg_nseg == 4, - ("error adding MAC filtering message to sglist")); diff --git a/emulators/virtio-kmod/pkg-descr b/emulators/virtio-kmod/pkg-descr deleted file mode 100644 index 91897e583541..000000000000 --- a/emulators/virtio-kmod/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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/ diff --git a/emulators/virtio-kmod/pkg-message b/emulators/virtio-kmod/pkg-message deleted file mode 100644 index daa5f1b32264..000000000000 --- a/emulators/virtio-kmod/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" - -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'/> diff --git a/emulators/virtio-kmod/pkg-plist b/emulators/virtio-kmod/pkg-plist deleted file mode 100644 index 5bcc9ad8412d..000000000000 --- a/emulators/virtio-kmod/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -/%%KMODDIR%%/if_vtnet.ko -/%%KMODDIR%%/if_vtnet.ko.symbols -/%%KMODDIR%%/virtio.ko -/%%KMODDIR%%/virtio.ko.symbols -/%%KMODDIR%%/virtio_balloon.ko -/%%KMODDIR%%/virtio_balloon.ko.symbols -/%%KMODDIR%%/virtio_blk.ko -/%%KMODDIR%%/virtio_blk.ko.symbols -/%%KMODDIR%%/virtio_pci.ko -/%%KMODDIR%%/virtio_pci.ko.symbols |