diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-02-19 09:04:11 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-02-19 09:04:11 +0000 |
commit | 0102af3acf91f894fb7f72ff78eab40a7d58baf2 (patch) | |
tree | 1e865a552cd2d00a8d33cbfb5ca62c9c87932e1c /emulators/gxemul | |
parent | b552d28fdcfd8f64f372e1b8cf7a315b02e92e48 (diff) | |
download | ports-0102af3acf91f894fb7f72ff78eab40a7d58baf2.tar.gz ports-0102af3acf91f894fb7f72ff78eab40a7d58baf2.zip |
Notes
Diffstat (limited to 'emulators/gxemul')
-rw-r--r-- | emulators/gxemul/Makefile | 92 | ||||
-rw-r--r-- | emulators/gxemul/distinfo | 6 |
2 files changed, 11 insertions, 87 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 06713f456d5a..71252fc685f6 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -6,14 +6,15 @@ # PORTNAME= gxemul -PORTVERSION= 0.3.7 +PORTVERSION= 0.3.8 CATEGORIES= emulators -MASTER_SITES= http://gavare.se/gxemul/src/ +MASTER_SITES= http://gavare.se/gxemul/src/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jkoshy -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jkoshy@FreeBSD.org COMMENT= Instruction-level machine emulator -USE_REINPLACE= yes HAS_CONFIGURE= yes ALL_TARGET= build @@ -28,22 +29,9 @@ OPTIONS= ALWAYS32 "ALWAYS_SIGNEXTEND_32" off \ BINTRANS "bintrans" on \ CACHES "cache emulation (experimental)" off \ DELAYS "instruction latency/delay emulation" off \ - TRACENULL "tracenull support" off \ - X "X11 support" on \ - ALPHA "Alpha CPU emulation" off \ - ARM "ARM CPU emulation" on \ - AVR "AVR CPU emulation" off \ - HPPA "HPPA CPU emulation" off \ - I960 "i960 CPU emulation" off \ - IA64 "ia64 CPU emulation" off \ - M86K "m68k CPU emulation" off \ - MIPS "MIPS CPU emulation" on \ - PPC "PPC CPU emulation" on \ - SH "SH CPU emulation" off \ - SPARC "SPARC CPU emulation" off \ - X86 "x86 CPU emulation" off \ - NEWMIPS "NEWMIPS CPU emulation (experimental)" off \ - MIPS16 "MIPS16 instruction support (experimental)" off + MIPS16 "MIPS16 instruction support (experimental)" off \ + NEWMIPS "new MIPS CPU emulation code (experimental)" off \ + X "X11 support" on .include <bsd.port.pre.mk> @@ -63,75 +51,11 @@ CONFIGURE_ARGS+=--enable-caches .if defined(WITH_DELAYS) CONFIGURE_ARGS+=--enable-delays .endif -.if defined(WITH_TRACENULL) -CONFIGURE_ARGS+=--tracenull -.endif .if defined(WITH_X) USE_XLIB= yes .else CONFIGURE_ARGS+=--disable-x .endif -.if defined(WITH_ALPHA) -CONFIGURE_ARGS+=--enable-alpha -.else -CONFIGURE_ARGS+=--disable-alpha -.endif -.if defined(WITH_ARM) -CONFIGURE_ARGS+=--enable-arm -.else -CONFIGURE_ARGS+=--disable-arm -.endif -.if defined(WITH_AVR) -CONFIGURE_ARGS+=--enable-avr -.else -CONFIGURE_ARGS+=--disable-avr -.endif -.if defined(WITH_HPPA) -CONFIGURE_ARGS+=--enable-hppa -.else -CONFIGURE_ARGS+=--disable-hppa -.endif -.if defined(WITH_I960) -CONFIGURE_ARGS+=--enable-i960 -.else -CONFIGURE_ARGS+=--disable-i960 -.endif -.if defined(WITH_IA64) -CONFIGURE_ARGS+=--enable-ia64 -.else -CONFIGURE_ARGS+=--disable-ia64 -.endif -.if defined(WITH_M68K) -CONFIGURE_ARGS+=--enable-m68k -.else -CONFIGURE_ARGS+=--disable-m68k -.endif -.if defined(WITH_MIPS) -CONFIGURE_ARGS+=--enable-mips -.else -CONFIGURE_ARGS+=--disable-mips -.endif -.if defined(WITH_PPC) -CONFIGURE_ARGS+=--enable-ppc -.else -CONFIGURE_ARGS+=--disable-ppc -.endif -.if defined(WITH_SH) -CONFIGURE_ARGS+=--enable-sh -.else -CONFIGURE_ARGS+=--disable-sh -.endif -.if defined(WITH_SPARC) -CONFIGURE_ARGS+=--enable-sparc -.else -CONFIGURE_ARGS+=--disable-sparc -.endif -.if defined(WITH_X86) -CONFIGURE_ARGS+=--enable-x86 -.else -CONFIGURE_ARGS+=--disable-x86 -.endif - .if defined(WITH_NEWMIPS) CONFIGURE_ARGS+=--enable-newmips .endif diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index 5cf0a3c3977b..2f1b36619add 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,3 +1,3 @@ -MD5 (gxemul-0.3.7.tar.gz) = 48301bcba8ee51c0f6bcf462277668c5 -SHA256 (gxemul-0.3.7.tar.gz) = cab162cc986c58de3664a9d68b768376d0268da2e3be48b919be94ca2a5a8603 -SIZE (gxemul-0.3.7.tar.gz) = 1521309 +MD5 (gxemul-0.3.8.tar.gz) = 3086772fdd6e93aa1ecfffd8e28986d6 +SHA256 (gxemul-0.3.8.tar.gz) = 42c4c50d45056b5caf89c8e784c1dc0294c3af86339b9e72b71496149fdc2435 +SIZE (gxemul-0.3.8.tar.gz) = 1584151 |