aboutsummaryrefslogtreecommitdiff
path: root/net/nvnet/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=Edwin Groothuis2007-10-071-1/+2
| | | | | | | | | | | hacks to install kernel loadable modules correctly on amd64 platforms with the new INSTALL_KLD command. All PORTREVISIONS have been bumped to show when the new version of installing became available. Notes: svn path=/head/; revision=201024
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-291-1/+1
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-191-4/+0
| | | | | | | with letter n-p Notes: svn path=/head/; revision=190385
* Maintainer reports that the build error on 6.X is irrelevant, since the nveMark Linimon2007-01-131-3/+3
| | | | | | | | | | driver was put into 6.X a long time ago. Therefore, mark it as IGNORE in these cases. Maintainer also wishes to give up maintainership. Source: private email. Notes: svn path=/head/; revision=182267
* BROKEN on 6.x: Does not compileKris Kennaway2006-09-031-0/+4
| | | | Notes: svn path=/head/; revision=171969
* - Update to 1.0.0301 (20050312)Pav Lucistnik2005-04-211-26/+7
| | | | | | | | PR: ports/79889 Submitted by: Quinton Dolan <q@onthenet.com.au> (maintainer) Notes: svn path=/head/; revision=133819
* Update to the 20040813 release that also works on amd64.Ruslan Ermilov2004-12-141-11/+19
| | | | | | | | On 6.x and 5.x, module is installed into /boot/module so each "make installkernel" doesn't blow it away. Notes: svn path=/head/; revision=124011
* Update to the 20031214 release.David E. O'Brien2003-12-141-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=95770
* Add if_nv(4) -- Ethernet driver for nForce motherboards.David E. O'Brien2003-12-071-0/+60
Submitted by: Quinton Dolan <q@onthenet.com.au> Obtained from: http://www.onthenet.com.au/~q/nvnet/ Notes: svn path=/head/; revision=95246