diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-11-14 04:22:00 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-11-14 04:22:00 +0000 |
commit | edd3566211bdb6546cd9d40c760e7aa31e8f10b9 (patch) | |
tree | b7980311a6c8e4b76372ec13340291c6f290b9b4 /emulators/dynamips/files | |
parent | Oops, worng patch committed. (diff) |
- Require ${PORTSDIR}/net/libpcap >= 0.9.4 when system libpcap < 0.9.4.
This should also enable pcap on FreeBSD 4/5.
- Backout accidentall committed Makefile change (JIT still does not work on
amd64).
- Notice that dynamips now supports 3600 series.
- Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=177205
Diffstat (limited to 'emulators/dynamips/files')
-rw-r--r-- | emulators/dynamips/files/patch-gen_eth.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/emulators/dynamips/files/patch-gen_eth.c b/emulators/dynamips/files/patch-gen_eth.c deleted file mode 100644 index f27a0f8f709c..000000000000 --- a/emulators/dynamips/files/patch-gen_eth.c +++ /dev/null @@ -1,16 +0,0 @@ ---- gen_eth.c.orig Thu Sep 14 17:59:13 2006 -+++ gen_eth.c Tue Nov 14 00:28:18 2006 -@@ -25,6 +25,13 @@ - #include <netinet/in.h> - #include <arpa/inet.h> - #include <pthread.h> -+#ifdef __FreeBSD__ -+#include <osreldate.h> -+ -+#if __FreeBSD_version < 602100 || __FreeBSD_version < 700021 -+#define PCAP_D_IN D_IN -+#endif -+#endif - - #ifdef CYGWIN - /* Needed for pcap_open() flags */ |