summaryrefslogtreecommitdiff
path: root/net/slurm/files/patch-src_if__media.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* It seems some people keep adding $FreeBSD$ to patch files.Mathieu Arnold2015-09-161-3/+0
| | | | | | | | Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight
* - Port net/slurm 0.3.3 does not display the interface speed correctlyMichael Landin2014-05-271-0/+19
for at least some gigabit NICs (and, I suspect, all of them on FreeBSD). Specifically, I know it doesn't work for Intel gigabit NICs that i use the em(4) driver. This appears to be due to dodgy bitwise math in the upstream code. However, I note that the website given for the upstream code no longer appears to be working, so I'm not sure that there IS an upstream maintainer any longer. PR: ports/190160 Submitted by: Rob Levandowski <robl@macwhiz.com>