1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Max Khon
3e9eaed62a Update to 0.2.7.
PR:		113808
Submitted by:	Pavel I Volkov
2007-07-03 15:29:23 +00:00
Max Khon
521ebc7ce9 Fix the build on RLEENG_4. 2006-11-14 04:33:04 +00:00
Max Khon
375ae2ae35 Remove LIB_DEPENDS if we link with libpcap from ports. 2006-11-14 04:24:43 +00:00
Max Khon
edd3566211 - 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.
2006-11-14 04:22:00 +00:00
Max Khon
83a38e9ea5 Oops, worng patch committed. 2006-11-14 04:15:04 +00:00
Max Khon
7b5543d645 Fix nojit build. 2006-11-14 04:13:24 +00:00
Max Khon
0c828377ed Bump PORTREVISION for PCAP_D_IN fix.
PR:		105468
2006-11-13 18:41:57 +00:00
Max Khon
abb3bb636a Define PCAP_D_IN as D_IN on FreeBSD < 6.2 or HEAD before pcap 0.9.4 import.
PR:		105468
2006-11-13 18:40:40 +00:00
Max Khon
4850276e8b Update to 0.2.5. 2006-11-07 15:01:41 +00:00
Max Khon
b6247c6196 Forgotten fix from previous commit:
Turn off JIT on amd64 (does not work for some reason).

Approved by:	portmgr
2006-03-08 16:58:58 +00:00
Max Khon
de95d18b5c - Update to 0.2.4
- Fix build on ia64
- Fix m_memalign for jemalloc
- Set DYNAMIPS_ARCH on non-i386 properly

Approved by:	portmgr
2006-03-08 16:55:26 +00:00
Max Khon
53563bc198 Correct check for FreeBSD version that has libpcap 0.9+. 2006-02-13 19:51:31 +00:00
Max Khon
5775a87fbc Update to 0.2.3c.
- Fixed a stupid bug in DMA handling, which in certain conditions can
cause an infinite loop.
- Added an "instruction block hash" which avoids lookups in the instruction
red-black tree. The IBH table takes only 16 Kb of memory.
- Added CRC-12 and CRC-16 functions for future use.
- Added a "gen_eth" NetIO driver, which allow to access ethernet interfaces
in a portable way (tested on Linux and Cygwin).
- Fixes to the PowerPC build on Darwin thanks to Olivier Cahagne.
- Minor cosmetic changes to display supported/unsupported PA and NPE.

Note: gen_eth is not supported on RELENG_4 (requires libpcap 0.9+).
2006-02-13 19:42:36 +00:00
Max Khon
53c000e7f6 - Fix the build on RELENG_4 (USE_GCC=3.2+) [1]
- Fix the build on arches other than i386 [2]
- Bump PORTREVISION

Noted by:	pointyhat [1], [2]
2006-02-13 19:16:40 +00:00
Max Khon
5dc1cfa008 Fix CATEGORIES.
Pointed out by:	chkversion
2006-02-02 20:43:51 +00:00
Max Khon
f2a391d1fb New port: dynamips
dynamips is Cisco 7200 simulator.
2006-02-02 13:22:47 +00:00