Matthieu Herrb wrote... > New version, taking many suggestions into account: > > - remove extra comments from Makefile.template > - remove an extra -g that leaked in lib/Makefile > - make the port honour CFLAGS. (I tried to make it honour CC too, but > something seems broken in how make and gmake interact) > - mark pci.ids as @share, so that update-pciids can overwrite it > > Thanks for all testing and feedback.
A clean install shows this error: void:~> sudo lspci lspci: Parse error at /usr/local/share/pci.ids, line 3 00:00.0void:~> If I run sudo update-pciids it then runs fine. void:~> sudo /usr/local/sbin/update-pciids --09:29:43-- http://pciids.sourceforge.net/v2.2/pci.ids.bz2 => `/usr/local/share/pci.ids.new' Resolving pciids.sourceforge.net... 66.35.250.209 Connecting to pciids.sourceforge.net|66.35.250.209|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 104,895 (102K) [text/plain] 100%[====================================>] 104,895 3.63K/s ETA 00:00 09:30:15 (3.33 KB/s) - `/usr/local/share/pci.ids.new' saved [104895/104895] Done. void:~> sudo lspci 00:00.0 Host bridge: Intel Corporation 82845 845 (Brookdale) Chipset Host Bridge (rev 03) 00:01.0 PCI bridge: Intel Corporation 82845 845 (Brookdale) Chipset AGP Bridge (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 12) 00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 12) 00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 (rev 12) 00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 12) 00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus (rev 12) 00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #2) (rev 12) 00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 12) 01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 Pro Ultra TF 02:0c.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78) void:~> This is on i386-current as of March 15th. -- josh