1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Add LICENSE

- Pet portlint
- Regenerate patches
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-05-05 09:01:29 +00:00
parent 795876ec4d
commit 538b624eb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500851
3 changed files with 9 additions and 7 deletions

View File

@ -10,10 +10,12 @@ MASTER_SITES= LOCAL/bland
MAINTAINER= bland@FreeBSD.org
COMMENT= Parallels Desktop Tools for FreeBSD
USES= kmod tar:bzip2 uidfix
LICENSE= BSD2CLAUSE
ONLY_FOR_ARCHS= amd64 i386
USES= kmod tar:bzip2 uidfix
PLIST_FILES= ${KMODDIR}/if_pvmnet.ko
.include <bsd.port.mk>

View File

@ -1,6 +1,6 @@
--- pvmnet/if_pvmnet.c.orig 2014-10-02 22:19:21.000000000 +0400
+++ pvmnet/if_pvmnet.c 2014-10-02 22:21:10.000000000 +0400
@@ -364,12 +364,20 @@
--- pvmnet/if_pvmnet.c.orig 2014-02-14 14:09:06 UTC
+++ pvmnet/if_pvmnet.c
@@ -364,12 +364,20 @@ pvmnetintr(void *arg)
for (offset = io_get_rcv_offset(sc);
(size = io_get_packet_size(sc, offset)); offset += FULL_PACKET_SIZE(size)) {
if (size > ETHER_MAX_LEN) {
@ -21,7 +21,7 @@
continue;
}
m->m_pkthdr.rcvif = ifp;
@@ -379,7 +387,11 @@
@@ -379,7 +387,11 @@ pvmnetintr(void *arg)
m->m_pkthdr.len = m->m_len = size;
io_read_data(sc, offset, m);
@ -33,7 +33,7 @@
PVMNET_UNLOCK(sc);
(*ifp->if_input)(ifp, m);
@@ -538,7 +550,11 @@
@@ -538,7 +550,11 @@ pvmnet_start_locked(struct ifnet *ifp)
io_notify_sndbuf_full(sc);
break;
}

View File

@ -1,3 +1,3 @@
This is a port of Parallels Desktop Tools for the FreeBSD.
WWW: http://www.parallels.com/products/desktop/
WWW: https://www.parallels.com/products/desktop/