summaryrefslogtreecommitdiff
path: root/emulators/dynamips
Commit message (Collapse)AuthorAgeFilesLines
* o Fix -m 0001.0002.0003 (cisco format) option issue.Norikatsu Shigemura2009-07-203-8/+42
| | | | | | | | | | | o Fix not real world communications via gen_eth (FreeBSD's libpcap) issue. o Take MAINTAINERship to myself. o Bump PORTREVISION accordingly. Approved by: fjoe (maintainer) Notes: svn path=/head/; revision=238122
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* Update to 0.2.7.Max Khon2007-07-0317-46/+317
| | | | | | | | PR: 113808 Submitted by: Pavel I Volkov Notes: svn path=/head/; revision=194796
* Fix the build on RLEENG_4.Max Khon2006-11-142-3/+5
| | | | Notes: svn path=/head/; revision=177207
* Remove LIB_DEPENDS if we link with libpcap from ports.Max Khon2006-11-141-1/+0
| | | | Notes: svn path=/head/; revision=177206
* - Require ${PORTSDIR}/net/libpcap >= 0.9.4 when system libpcap < 0.9.4.Max Khon2006-11-143-24/+11
| | | | | | | | | | | 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: svn path=/head/; revision=177205
* Oops, worng patch committed.Max Khon2006-11-142-6/+4
| | | | Notes: svn path=/head/; revision=177204
* Fix nojit build.Max Khon2006-11-141-0/+11
| | | | Notes: svn path=/head/; revision=177203
* Bump PORTREVISION for PCAP_D_IN fix.Max Khon2006-11-131-0/+1
| | | | | | | PR: 105468 Notes: svn path=/head/; revision=177187
* Define PCAP_D_IN as D_IN on FreeBSD < 6.2 or HEAD before pcap 0.9.4 import.Max Khon2006-11-131-10/+15
| | | | | | | PR: 105468 Notes: svn path=/head/; revision=177186
* Update to 0.2.5.Max Khon2006-11-074-13/+27
| | | | Notes: svn path=/head/; revision=176710
* Forgotten fix from previous commit:Max Khon2006-03-081-1/+1
| | | | | | | | | Turn off JIT on amd64 (does not work for some reason). Approved by: portmgr Notes: svn path=/head/; revision=157044
* - Update to 0.2.4Max Khon2006-03-085-70/+51
| | | | | | | | | | | - Fix build on ia64 - Fix m_memalign for jemalloc - Set DYNAMIPS_ARCH on non-i386 properly Approved by: portmgr Notes: svn path=/head/; revision=157043
* Correct check for FreeBSD version that has libpcap 0.9+.Max Khon2006-02-132-8/+10
| | | | Notes: svn path=/head/; revision=155960
* Update to 0.2.3c.Max Khon2006-02-133-15/+26
| | | | | | | | | | | | | | | | | - 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+). Notes: svn path=/head/; revision=155958
* - Fix the build on RELENG_4 (USE_GCC=3.2+) [1]Max Khon2006-02-132-2/+4
| | | | | | | | | | - Fix the build on arches other than i386 [2] - Bump PORTREVISION Noted by: pointyhat [1], [2] Notes: svn path=/head/; revision=155956
* Fix CATEGORIES.Max Khon2006-02-021-1/+1
| | | | | | | Pointed out by: chkversion Notes: svn path=/head/; revision=155101
* New port: dynamipsMax Khon2006-02-024-0/+120
dynamips is Cisco 7200 simulator. Notes: svn path=/head/; revision=155068