mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Fix -m flag bug
- Update maintainer mail adress PR: 137297 Submitted by: Pavel I Volkov <pol@opk.ru> (maintainer) Feature safe: yes
This commit is contained in:
parent
305b659d13
commit
445a2c76a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242122
@ -7,12 +7,12 @@
|
||||
|
||||
PORTNAME= dynamips
|
||||
DISTVERSION= 0.2.8-RC2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://www.ipflow.utc.fr/dynamips/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= pol@opk.ru
|
||||
MAINTAINER= pol@iib.ru
|
||||
COMMENT= Cisco 1700/2600/3600/3700/7200 Simulator
|
||||
|
||||
LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf
|
||||
|
10
emulators/dynamips-devel/files/patch-net.c
Normal file
10
emulators/dynamips-devel/files/patch-net.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- net.c.orig 2009-07-20 16:23:20.000000000 +0400
|
||||
+++ net.c 2009-07-20 16:24:14.000000000 +0400
|
||||
@@ -209,6 +209,7 @@
|
||||
addr->eth_addr_byte[3] = v[1] & 0xFF;
|
||||
addr->eth_addr_byte[4] = (v[2] >> 8) & 0xFF;
|
||||
addr->eth_addr_byte[5] = v[2] & 0xFF;
|
||||
+ return(0);
|
||||
}
|
||||
|
||||
return(-1);
|
Loading…
Reference in New Issue
Block a user