diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 12:31:45 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 12:31:45 +0000 |
commit | 13f0ee370b030e59e4d761a4e4319f834e7ae2d7 (patch) | |
tree | c0d799a5c8f8778f28acc809ce824baac1f46616 /sysutils/ipmi-kmod/files/patch-dev-ipmi-ipmi_pci.c | |
parent | - Update to 0.39 (diff) |
Remove ports with EXPIRATION_DATE set
2010-08-31 multimedia/vlconwooztalk: wooztalk website not responding as of 20100731
2010-08-31 net-im/wooztalk: wooztalk website not responding as of 20100731
2009-12-31 russian/php_doc: Support for the Russian translation of the PHP manual seems to have stopped
2010-01-15 sysutils/ipmi-kmod: in base system since 6.2-RELEASE
2010-08-31 www/p5-Plack-Server-AnyEvent: yes
2010-08-31 www/xpi-dailymotiononwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-deezeronwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-firefoxonwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-googlevideoonwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-imeemonwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-jiwaonwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-lastfmonwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-vimeoonwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-youtubeonwooztalk: wooztalk website not responding as of 20100731
2010-07-01 x11/chameleon: No longer under development, master site disappeared years ago
Diffstat (limited to 'sysutils/ipmi-kmod/files/patch-dev-ipmi-ipmi_pci.c')
-rw-r--r-- | sysutils/ipmi-kmod/files/patch-dev-ipmi-ipmi_pci.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/ipmi-kmod/files/patch-dev-ipmi-ipmi_pci.c b/sysutils/ipmi-kmod/files/patch-dev-ipmi-ipmi_pci.c deleted file mode 100644 index 0d66bc8f692c..000000000000 --- a/sysutils/ipmi-kmod/files/patch-dev-ipmi-ipmi_pci.c +++ /dev/null @@ -1,13 +0,0 @@ ---- dev/ipmi/ipmi_pci.c.orig Fri Feb 17 19:25:42 2006 -+++ dev/ipmi/ipmi_pci.c Fri Feb 17 19:52:45 2006 -@@ -50,6 +50,10 @@ - #include <dev/ipmi/ipmivars.h> - #endif - -+#ifndef BUS_PROBE_DEFAULT -+#define BUS_PROBE_DEFAULT 0 -+#endif -+ - static int ipmi_pci_probe(device_t dev); - static int ipmi_pci_attach(device_t dev); - static int ipmi_pci_detach(device_t dev); |