diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:24:51 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:24:51 +0000 |
| commit | f32b4a646d57ce481b4dd7fe5833576a69aa79d5 (patch) | |
| tree | 6c82ba3db072751cdb149734b14210803e71bfa2 /net-mgmt/trafd/files/patch-lib_interfaces.c | |
| parent | Remove gnomeicu: expired port (diff) | |
Bye bye abandonwares (part 4)
2011-08-01 korean/a2ps: Looks like an abandonware, no more public distfiles
2011-08-01 korean/bitchx: Look like an abandonware, no more public distifles
2011-08-01 korean/elm: Look like an abandonware, no more public distifles
2011-08-01 korean/linuxdoc-sgml: Look like an abandonware, no more public distifles
2011-08-01 korean/mod_url: Look like an abandonware, no more public distifles
2011-08-01 korean/nh2ps: Look like an abandonware, no more public distifles
2011-08-01 korean/pinetreefonts: No more public distfile
2011-08-01 mail/bincimap: No more public distfile
2011-08-01 mail/cmail: No more public distfile
2011-08-01 math/hexcalc: Look like an abandonware, no more public distifles
2011-08-01 math/qgfe: Look like an abandonware, no more public distifles
2011-08-01 misc/ewipe: Look like an abandonware, no more public distifles
2011-08-01 misc/gkrellmfmonitor2: Look like an abandonware, no more public distifles
2011-08-01 misc/gkx86info: Look like an abandonware, no more public distifles
2011-08-01 multimedia/goggles: Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html
2011-08-01 multimedia/ldvd: Abandonware
2011-08-01 multimedia/linux-divx4linux: No more needed
2011-08-01 multimedia/linux-divx4linux4: No more needed
2011-08-01 multimedia/ogle: Abandonware
2011-08-01 multimedia/ogle-gui: Abandonware
2011-08-01 multimedia/okle: Abandonware
2011-08-01 multimedia/subconv: Look like an abandonware, no more public distifles
2011-08-01 net/callgen323: Look like an abandonware, no more public distifles
2011-08-01 net/lyntin: No longer under active development
2011-08-01 net/py-rt: No more public distfiles, looks like an abandonware
2011-08-01 net/rwhoisd: Looks like an abandonware, no more public distfiles
2011-08-01 net/traffic: Looks like an abandonware, no more public distfiles
2011-07-23 net-im/gnomeicu: No longer maintain by upstream, use net-im/empathy instead
2011-08-01 net-mgmt/trafd: Look like an abandonware, no more public distifles
2011-08-01 net-p2p/gkrellm-gift: Look like an abandonware, no more public distifles
2011-08-01 news/bgrab: Looks like an abandonware, no more public distfiles
2011-08-01 news/rkive: Looks like an abandonware, no more public distfiles
2011-08-01 polish/sap: Looks like an abandonware, no more public distfiles
2011-08-01 print/nenscript: Looks like an abandonware, no more public distfiles
Diffstat (limited to 'net-mgmt/trafd/files/patch-lib_interfaces.c')
| -rw-r--r-- | net-mgmt/trafd/files/patch-lib_interfaces.c | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/net-mgmt/trafd/files/patch-lib_interfaces.c b/net-mgmt/trafd/files/patch-lib_interfaces.c deleted file mode 100644 index c1d710d24eab..000000000000 --- a/net-mgmt/trafd/files/patch-lib_interfaces.c +++ /dev/null @@ -1,37 +0,0 @@ ---- lib/interfaces.c.orig 2002-11-27 08:40:33.000000000 -0500 -+++ lib/interfaces.c 2009-05-29 14:20:33.000000000 -0400 -@@ -32,7 +32,9 @@ - #include <netinet/in.h> - #include <net/ethernet.h> - #include <net/ppp_defs.h> -+#ifdef CSLIP - #include <net/slip.h> -+#endif - #include <netinet/if_ether.h> - #include <netinet/in_systm.h> - #include <netinet/ip.h> -@@ -60,8 +62,10 @@ - - static struct printer printers[] = { - { ether_if_print, DLT_EN10MB }, -+#ifdef CSLIP - { sl_if_print, DLT_SLIP }, - { sl_bsdos_if_print, DLT_SLIP_BSDOS }, -+#endif - { ppp_if_print, DLT_PPP }, - { ppp_bsdos_if_print, DLT_PPP_BSDOS }, - { null_if_print, DLT_NULL }, -@@ -232,6 +236,8 @@ - processing_ip(p, length); - } - -+#ifdef CSLIP -+ - /* XXX BSD/OS 2.1 compatibility */ - #if !defined(SLIP_HDRLEN) && defined(SLC_BPFHDR) - #define SLIP_HDRLEN SLC_BPFHDR -@@ -288,3 +294,4 @@ - processing_ip(p + SLIP_HDRLEN, length); - - } -+#endif |
