diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-02-13 19:16:40 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-02-13 19:16:40 +0000 |
commit | 53c000e7f6aaf829e32860a08af6ade06bfe5473 (patch) | |
tree | fa4e63bda6b2de05e85c894f7885539e9c9f8830 | |
parent | c4fb22eedfc0b186e5bb0e2bc2d5447ae6cf6fea (diff) | |
download | ports-53c000e7f6aaf829e32860a08af6ade06bfe5473.tar.gz ports-53c000e7f6aaf829e32860a08af6ade06bfe5473.zip |
Notes
-rw-r--r-- | emulators/dynamips-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/dynamips-devel/files/patch-Makefile | 4 | ||||
-rw-r--r-- | emulators/dynamips/Makefile | 2 | ||||
-rw-r--r-- | emulators/dynamips/files/patch-Makefile | 4 |
4 files changed, 8 insertions, 4 deletions
diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile index c8451216d032..5e5a9346865d 100644 --- a/emulators/dynamips-devel/Makefile +++ b/emulators/dynamips-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= dynamips PORTVERSION= 0.2.3b +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.ipflow.utc.fr/dynamips/ @@ -16,6 +17,7 @@ COMMENT= Cisco 7200 Simulator LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf USE_GMAKE= yes +USE_GCC= 3.2+ ALL_TARGET= ${PORTNAME} MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\ PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\ diff --git a/emulators/dynamips-devel/files/patch-Makefile b/emulators/dynamips-devel/files/patch-Makefile index e73318ef8e00..d66349dc1144 100644 --- a/emulators/dynamips-devel/files/patch-Makefile +++ b/emulators/dynamips-devel/files/patch-Makefile @@ -1,11 +1,11 @@ --- Makefile.orig Mon Jan 30 19:09:47 2006 -+++ Makefile Tue Jan 31 01:38:09 2006 ++++ Makefile Tue Feb 14 01:13:29 2006 @@ -3,7 +3,7 @@ # Replace x86 by amd64 for a build on x86_64. # Use "nojit" for architectures that are not x86 or x86_64. -ARCH=x86 -+DYNAMIPS_ARCH=x86 ++DYNAMIPS_ARCH?=x86 # Change this to 0 if your system doesn't support RFC 2553 extensions HAS_RFC2553=1 diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index c8451216d032..5e5a9346865d 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -7,6 +7,7 @@ PORTNAME= dynamips PORTVERSION= 0.2.3b +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.ipflow.utc.fr/dynamips/ @@ -16,6 +17,7 @@ COMMENT= Cisco 7200 Simulator LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf USE_GMAKE= yes +USE_GCC= 3.2+ ALL_TARGET= ${PORTNAME} MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\ PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\ diff --git a/emulators/dynamips/files/patch-Makefile b/emulators/dynamips/files/patch-Makefile index e73318ef8e00..d66349dc1144 100644 --- a/emulators/dynamips/files/patch-Makefile +++ b/emulators/dynamips/files/patch-Makefile @@ -1,11 +1,11 @@ --- Makefile.orig Mon Jan 30 19:09:47 2006 -+++ Makefile Tue Jan 31 01:38:09 2006 ++++ Makefile Tue Feb 14 01:13:29 2006 @@ -3,7 +3,7 @@ # Replace x86 by amd64 for a build on x86_64. # Use "nojit" for architectures that are not x86 or x86_64. -ARCH=x86 -+DYNAMIPS_ARCH=x86 ++DYNAMIPS_ARCH?=x86 # Change this to 0 if your system doesn't support RFC 2553 extensions HAS_RFC2553=1 |