Commit graph

27 commits

Author SHA1 Message Date
Pav Lucistnik
ed9c0642a6 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-18 22:39:55 +00:00
Martin Wilke
445a2c76a1 - Fix -m flag bug
- Update maintainer mail adress

PR:		137297
Submitted by:	Pavel I Volkov <pol@opk.ru> (maintainer)
Feature safe:	yes
2009-09-26 08:38:14 +00:00
Pav Lucistnik
efa63f6ba4 - 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
2008-07-25 14:34:52 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Mark Linimon
9abe91d1a0 Mark as broken on sparc64: fails to compile. 2008-02-01 11:20:47 +00:00
Pav Lucistnik
b655e549c4 - Update to 0.2.8-RC2
PR:		ports/117457 ports/117927
Submitted by:	Pavel I Volkov <pol@opk.ru> (maintainer)
2007-12-11 19:50:28 +00:00
Martin Wilke
51e5794fa0 - Update to 0.2.8-RC1
PR:		116344
Submitted by:	Pavel I Volkov <pol@opk.ru> (maintainer)
2007-09-20 02:10:56 +00:00
Marcelo Araujo
f544ad6e1a - Update version to 0.2.7-RC3
- Added files/patch-nvram_export.1

PR:		ports/112381
Submitted by:	Pavel I Volkov <pol@opk.ru> (maintainer)
Approved by:	stas (mentor)
2007-06-01 16:29:59 +00:00
Martin Wilke
0e79986ee6 - Update to 0.2.7-RC2
PR:		112023
Submitted by:	Pavel I Volkov <pol@opk.ru>
2007-04-23 09:06:47 +00:00
Rong-En Fan
46befb1a25 - Enable JIT on amd64
- Change IP binding algorithm: it is used both for the console and AUX port,
  and not only in a mode hypervisor

PR:		ports/111330
Submitted by:	Pavel I Volkov <pol at opk.ru> (maintainer)
2007-04-08 04:23:02 +00:00
Martin Wilke
82ddba6e7c - Add dynamips-devel
Cisco 3600/7200 simulator.

PR:             110614
Submitted by:   Pavel Volkov<pol@opk.ru>
Repocopy by:    marcus
2007-03-26 09:37:11 +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