mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Remove net/nvnet, it's been in base since FreeBSD 6.0
This commit is contained in:
parent
e26574611b
commit
2ea86ad905
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225440
1
MOVED
1
MOVED
@ -3734,3 +3734,4 @@ misc/heyu||2009-01-07|Has expired: no longer under development, use misc/heyu2
|
||||
sysutils/pkill||2009-01-07|Part of the base system since FreeBSD 5.3
|
||||
ports-mgmt/portsnap||2009-01-07|Part of the base system since FreeBSD 5.5
|
||||
lang/py-compiler||2009-01-08|Included in python since 2.2
|
||||
net/nvnet||2009-01-08|Part of the base system since FreeBSD 6.0
|
||||
|
@ -413,7 +413,6 @@
|
||||
SUBDIR += ntp-rc
|
||||
SUBDIR += ntraceroute
|
||||
SUBDIR += nusoap
|
||||
SUBDIR += nvnet
|
||||
SUBDIR += nxserver
|
||||
SUBDIR += nylon
|
||||
SUBDIR += ohphone
|
||||
|
@ -1,50 +0,0 @@
|
||||
# Ports collection makefile for: nvnet
|
||||
# Date created: 1 Oct 2003
|
||||
# Whom: Quinton Dolan <q@onthenet.com.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nvnet
|
||||
PORTVERSION= 1.0.0301
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net kld
|
||||
MASTER_SITES= http://www.onthenet.com.au/~q/nvnet/
|
||||
DISTFILES= ${PORTNAME}-src-${DISTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Driver for NVIDIA MCP Ethernet adapter
|
||||
|
||||
DISTVERSION= 20050312
|
||||
|
||||
NO_PACKAGE= Depends on kernel
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
WRKSRC= ${WRKDIR}/nvnet
|
||||
PLIST_SUB= KMODDIR=${KMODDIR}
|
||||
PORTDOCS= README nvidia_pci.c.diff
|
||||
MAN4= nvnet.4
|
||||
MAKE_ENV= OSTYPE=${OPSYS}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 600021
|
||||
IGNORE= nve support already exists in base
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
.if !exists(${SRC_BASE}/sys/Makefile)
|
||||
IGNORE= Kernel source files required
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_KLD} ${WRKSRC}/module/if_nv.ko ${KMODDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/man/nvnet.4 ${PREFIX}/man/man4
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (nvnet-src-20050312.tar.gz) = 3e663986eab7deb5bf315a9f795bee7d
|
||||
SHA256 (nvnet-src-20050312.tar.gz) = 8644ccff9ed2470484a7f3845287b9bd55764eef4a2e62cb3fae4e2bbb952ee2
|
||||
SIZE (nvnet-src-20050312.tar.gz) = 91425
|
@ -1,10 +0,0 @@
|
||||
--- src/if_nv.c.orig Fri Mar 11 17:12:42 2005
|
||||
+++ src/if_nv.c Thu Oct 27 08:36:09 2005
|
||||
@@ -720,6 +720,7 @@ nv_stop(struct nv_softc *sc)
|
||||
sc->linkup = 0;
|
||||
sc->cur_rx = 0;
|
||||
sc->pending_rxs = 0;
|
||||
+ sc->pending_txs = 0;
|
||||
|
||||
ifp->if_flags &= ~(IFF_RUNNING | IFF_OACTIVE);
|
||||
|
@ -1,7 +0,0 @@
|
||||
This port contains a driver for the NVIDIA nForce MCP Ethernet adapter.
|
||||
It contains a wrapper that replaces the Linux nvnet.c, and links against
|
||||
the Linux binary only object file (nvenetlib.o) included from the NVIDIA
|
||||
driver source distribution.
|
||||
|
||||
This should work on all nForce and nForce2 based motherboards that have
|
||||
the onboard MCP MAC enabled.
|
@ -1,6 +0,0 @@
|
||||
|
||||
*******************************************************************************
|
||||
* This port contains a prebuilt kernel module. Due to the ever changing *
|
||||
* nature of FreeBSD it may be necessary to rebuild the module after a kernel *
|
||||
* source update. To do this reinstall the port. *
|
||||
*******************************************************************************
|
@ -1,4 +0,0 @@
|
||||
@comment $FreeBSD$
|
||||
@comment We just copy the file in the kernel module dir.
|
||||
@cwd /
|
||||
%%KMODDIR%%/if_nv.ko
|
Loading…
Reference in New Issue
Block a user