This is port for new, development version 0.2.7-RC1 "dynamips" Cisco 7200 router emulator. This version dynamips allow use new Cisco router hardware platform emulation. This port allow change local ip address for bind emulator in hypervisor mode. Fix: Patch attached with submission follows:
Class Changed From-To: update->change-request Fix category (new ports should be change-requests)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-03-26 09:37:11 UTC FreeBSD ports repository Modified files: emulators Makefile emulators/dynamips-devel Makefile distinfo pkg-descr emulators/dynamips-devel/files patch-Makefile patch-utils.h Added files: emulators/dynamips-devel/files patch-README.hypervisor patch-dynamips.1 patch-dynamips.c patch-hypervisor.c patch-hypervisor.h patch-hypervisor_mode.7 patch-net.c patch-net.h Removed files: emulators/dynamips-devel/files patch-nojit_trans.c Log: - Add dynamips-devel Cisco 3600/7200 simulator. PR: 110614 Submitted by: Pavel Volkov<pol@opk.ru> Repocopy by: marcus Revision Changes Path 1.222 +1 -0 ports/emulators/Makefile 1.14 +19 -8 ports/emulators/dynamips-devel/Makefile 1.5 +3 -3 ports/emulators/dynamips-devel/distinfo 1.8 +13 -12 ports/emulators/dynamips-devel/files/patch-Makefile 1.1 +11 -0 ports/emulators/dynamips-devel/files/patch-README.hypervisor (new) 1.1 +11 -0 ports/emulators/dynamips-devel/files/patch-dynamips.1 (new) 1.1 +53 -0 ports/emulators/dynamips-devel/files/patch-dynamips.c (new) 1.1 +20 -0 ports/emulators/dynamips-devel/files/patch-hypervisor.c (new) 1.1 +10 -0 ports/emulators/dynamips-devel/files/patch-hypervisor.h (new) 1.1 +11 -0 ports/emulators/dynamips-devel/files/patch-hypervisor_mode.7 (new) 1.1 +38 -0 ports/emulators/dynamips-devel/files/patch-net.c (new) 1.1 +10 -0 ports/emulators/dynamips-devel/files/patch-net.h (new) 1.3 +0 -11 ports/emulators/dynamips-devel/files/patch-nojit_trans.c (dead) 1.2 +15 -6 ports/emulators/dynamips-devel/files/patch-utils.h 1.3 +2 -0 ports/emulators/dynamips-devel/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!