aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-08 18:24:05 +0800
committerpav <pav@FreeBSD.org>2009-01-08 18:24:05 +0800
commitdfae0647a73a48f7eaac81c4a9d66d5cc041e766 (patch)
tree4ee94713424f388d7d9b4a36aee06a173bc4fda6
parent792a0c383cb26adb5ddf5aae63514156f455c359 (diff)
downloadfreebsd-ports-gnome-dfae0647a73a48f7eaac81c4a9d66d5cc041e766.tar.gz
freebsd-ports-gnome-dfae0647a73a48f7eaac81c4a9d66d5cc041e766.tar.zst
freebsd-ports-gnome-dfae0647a73a48f7eaac81c4a9d66d5cc041e766.zip
- Remove net/nvnet, it's been in base since FreeBSD 6.0
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/nvnet/Makefile50
-rw-r--r--net/nvnet/distinfo3
-rw-r--r--net/nvnet/files/patch-if_nv.c10
-rw-r--r--net/nvnet/pkg-descr7
-rw-r--r--net/nvnet/pkg-message6
-rw-r--r--net/nvnet/pkg-plist4
8 files changed, 1 insertions, 81 deletions
diff --git a/MOVED b/MOVED
index ceed6e9e9890..0277ad7ed1b2 100644
--- a/MOVED
+++ b/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
diff --git a/net/Makefile b/net/Makefile
index 945996f77295..3e825d399931 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -413,7 +413,6 @@
SUBDIR += ntp-rc
SUBDIR += ntraceroute
SUBDIR += nusoap
- SUBDIR += nvnet
SUBDIR += nxserver
SUBDIR += nylon
SUBDIR += ohphone
diff --git a/net/nvnet/Makefile b/net/nvnet/Makefile
deleted file mode 100644
index d0e5d29802a1..000000000000
--- a/net/nvnet/Makefile
+++ /dev/null
@@ -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>
diff --git a/net/nvnet/distinfo b/net/nvnet/distinfo
deleted file mode 100644
index 8b9b6e20d41b..000000000000
--- a/net/nvnet/distinfo
+++ /dev/null
@@ -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
diff --git a/net/nvnet/files/patch-if_nv.c b/net/nvnet/files/patch-if_nv.c
deleted file mode 100644
index 7bf65515cd9a..000000000000
--- a/net/nvnet/files/patch-if_nv.c
+++ /dev/null
@@ -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);
-
diff --git a/net/nvnet/pkg-descr b/net/nvnet/pkg-descr
deleted file mode 100644
index 9cd8951bacca..000000000000
--- a/net/nvnet/pkg-descr
+++ /dev/null
@@ -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.
diff --git a/net/nvnet/pkg-message b/net/nvnet/pkg-message
deleted file mode 100644
index c3890917ca9e..000000000000
--- a/net/nvnet/pkg-message
+++ /dev/null
@@ -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. *
-*******************************************************************************
diff --git a/net/nvnet/pkg-plist b/net/nvnet/pkg-plist
deleted file mode 100644
index e0b509b8b348..000000000000
--- a/net/nvnet/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $FreeBSD$
-@comment We just copy the file in the kernel module dir.
-@cwd /
-%%KMODDIR%%/if_nv.ko