aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-11-11 10:27:57 +0800
committerlinimon <linimon@FreeBSD.org>2011-11-11 10:27:57 +0800
commit85c2cdcf54446e920abdefa0d139117d7dba6578 (patch)
tree38a2959d5d06c5a7450573932416442fffa08288 /emulators
parentdb3aa55519d14176d8e3491c10d33df13e272c01 (diff)
downloadfreebsd-ports-gnome-85c2cdcf54446e920abdefa0d139117d7dba6578.tar.gz
freebsd-ports-gnome-85c2cdcf54446e920abdefa0d139117d7dba6578.tar.zst
freebsd-ports-gnome-85c2cdcf54446e920abdefa0d139117d7dba6578.zip
Mark as broken on tier-2: uses i386 asm.
Hat: portmgr Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/openmsx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index 781cefd99579..9c57ba5def9c 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -47,4 +47,8 @@ post-patch:
USE_GCC= 4.2+
.endif
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64: uses i386-specific asm
+.endif
+
.include <bsd.port.post.mk>
pan title='2011-06-06 02:43:16 +0800'>2011-06-061-1/+1 * - Some updates to the pkg-message.nox2011-04-022-31/+26 * - Add kqemu-kmod-devel to RUN_DEPENDS (if enabled.)nox2011-02-261-1/+2 * Update samba dependency from net/samba3 to net/samba34.nox2010-08-151-1/+1 * - Avoid using mmap MAP_ANON with a non-zero offset. [1]nox2010-05-312-2/+9 * - These only need perl as build dep so change them to USE_PERL5_BUILD.nox2010-04-201-5/+5 * - Fix libcurl probe for emulators/qemu and add proper dependencies and knobs.nox2010-04-113-1/+36 * - Welcome emulators/qemu-devel ppc host support! :) [1]nox2010-02-092-147/+175 * - Welcome usable qemu pcap networking! :)nox2010-02-053-53/+98 * Fix NOPORTDOCS.nox2009-12-071-4/+8 * - Update to 0.11.1 - from the official announcement:nox2009-12-0722-583/+425 * - Fix a serial emulation bug affecting (at least) FreeBSD 8's newnox2009-09-192-1/+19 * - Remove the dynticks patch for now, it seems to cause even worse timingnox2009-09-054-198/+107 * Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-0/+1 * Update to 0.10.6 - from the official announcement:nox2009-07-192-4/+4 * - (Attempt to) fix build on head by entirely disabling the usb host codenox2009-06-021-0/+9 * Update to 0.10.5 - from the official announcement:nox2009-05-223-89/+4 * - Update to 0.10.4 - from the official announcement:nox2009-05-143-4/+89 * Update to 0.10.3 - from the official changelog:nox2009-05-023-7/+15 * Update to 0.10.2 - from the official changelog:nox2009-04-083-5/+6 * - pkg-message updates:nox2009-03-252-8/+4 * - Update to 0.10.1 - from the official changelog:nox2009-03-245-6/+298 * - Add notes about reports of qcow(2) corruption and about (in)securitynox2009-03-092-0/+15 * Update WWW.nox2009-03-091-1/+1 * Fix NOPORTDOCS. (doh!)nox2009-03-091-1/+7 * Update to 0.10.0 - from the official changelog:nox2009-03-0936-1801/+983 * Rename band-aid build fix patch so it gets applied after the file itnox2009-03-011-0/+0 * Add band-aid build fix for -current (usb host support still wont work withnox2009-03-011-0/+14 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-6/+0 * Attempt to fix savevm that was broken by the original patch-CVE-2008-0928nox2008-12-052-9/+27 * Fix build in unusual environments:nox2008-11-191-4/+7 * Fix heap overflow in Cirrus emulationnox2008-11-032-1/+28 * - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MA...pav2008-07-251-1/+1 * Chase moved MASTER_SITEnox2008-06-211-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * Fix NOPORTDOCS when texi2html is not installednox2008-06-041-0/+10 * - Add note about network boot issues to pkg-message.snox2008-05-183-191/+12 * - Add notes about how to autoload kqemu at boot and about the fact thatnox2008-05-142-4/+20 * Fix "drive_init()" Disk Format Security Bypassnox2008-05-092-1/+57