I started updating this but realized that it's more time than I'm
willing to invest. Does anyone use it? A lot has changed since the last
port update.

Below is the Makefile diff I needed. I don't think I'm going to try to
merge our patches, but I'm happy to review diffs if someone else tries.

Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/dynamips/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    22 Jan 2015 21:17:46 -0000      1.11
+++ Makefile    31 Jan 2016 01:24:16 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               cisco 3600/7200 platform emulator
 
-DISTNAME=              dynamips-0.2.8-RC2
+DISTNAME=              dynamips-0.2.14
 PKGNAME=               ${DISTNAME:S/-RC/rc/}
 REVISION=              4
 CATEGORIES=            emulators
@@ -10,6 +10,11 @@ CATEGORIES=          emulators
 HOMEPAGE=              http://www.gns3.net/dynamips/
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gns-3/}
 
+EXTRACT_SUFX=          .zip
+DISTFILES=             ${DISTNAME}-source${EXTRACT_SUFX}
+
+WRKDIST=               ${WRKDIR}
+
 MAINTAINER=            Stuart Henderson <st...@openbsd.org>
 
 # GPL
@@ -30,6 +35,10 @@ DYNAMIPS_ARCH=       "amd64"
 .else
 DYNAMIPS_ARCH= "nojit"
 .endif
+
+DYNAMIPS_CODE=         "stable"
+
+MODULES=               devel/cmake
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dynamips

Reply via email to