| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Mar 2013 16:29:01
0.2.7_2
|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
28 Mar 2013 15:51:17
  |
eadler  |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
15 Aug 2012 19:26:14
0.2.7_2
|
tabthorpe  |
- Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back
Approved by: portmgr |
07 Nov 2011 04:24:55
0.2.7_2  |
miwi  |
- Get rid FreeBSD 6 support |
23 Sep 2011 22:26:39
0.2.7_2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
02 Jul 2011 17:14:20
0.2.7_2
|
miwi  |
= Drop MD5 support |
19 Nov 2009 22:07:43
0.2.7_2
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
20 Jul 2009 18:25:36
0.2.7_2
|
nork  |
o Fix -m 0001.0002.0003 (cisco format) option issue.
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) |
25 Jul 2008 14:34:52
0.2.7_1
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
06 Jun 2008 13:27:07
0.2.7_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
20 Mar 2008 09:46:38
0.2.7
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
03 Jul 2007 15:29:23
0.2.7
|
fjoe  |
Update to 0.2.7.
PR: 113808
Submitted by: Pavel I Volkov |
14 Nov 2006 04:33:04
0.2.5_2
|
fjoe  |
Fix the build on RLEENG_4. |
14 Nov 2006 04:24:43
0.2.5_2
|
fjoe  |
Remove LIB_DEPENDS if we link with libpcap from ports. |
14 Nov 2006 04:22:00
0.2.5_2
|
fjoe  |
- 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. |
14 Nov 2006 04:15:04
0.2.5_1
|
fjoe  |
Oops, worng patch committed. |
14 Nov 2006 04:13:25
0.2.5_1
|
fjoe  |
Fix nojit build. |
13 Nov 2006 18:41:57
0.2.5_1
|
fjoe  |
Bump PORTREVISION for PCAP_D_IN fix.
PR: 105468 |
13 Nov 2006 18:40:40
0.2.5
|
fjoe  |
Define PCAP_D_IN as D_IN on FreeBSD < 6.2 or HEAD before pcap 0.9.4 import.
PR: 105468 |
07 Nov 2006 15:01:41
0.2.5
|
fjoe  |
Update to 0.2.5. |
08 Mar 2006 16:58:58
0.2.4
|
fjoe  |
Forgotten fix from previous commit:
Turn off JIT on amd64 (does not work for some reason).
Approved by: portmgr |
08 Mar 2006 16:55:26
0.2.4
|
fjoe  |
- Update to 0.2.4
- Fix build on ia64
- Fix m_memalign for jemalloc
- Set DYNAMIPS_ARCH on non-i386 properly
Approved by: portmgr |
13 Feb 2006 19:51:31
0.2.3c
|
fjoe  |
Correct check for FreeBSD version that has libpcap 0.9+. |
13 Feb 2006 19:42:36
0.2.3c
|
fjoe  |
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+). |
13 Feb 2006 19:16:41
0.2.3b_1
|
fjoe  |
- 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] |
02 Feb 2006 20:43:51
0.2.3b
|
fjoe  |
Fix CATEGORIES.
Pointed out by: chkversion |
02 Feb 2006 13:22:47
0.2.3b
|
fjoe  |
New port: dynamips
dynamips is Cisco 7200 simulator. |