diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-22 21:17:38 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-22 21:17:38 +0800 |
commit | d93393cbfee266ac9f218632d0e2f0e64de8a8dc (patch) | |
tree | f7a9a3f705ff6a19879564f16dea8fcc43168f42 /emulators/qemu-user-static | |
parent | 93843cfe0eadb88915d5d83f2a0d584a36cf71c6 (diff) | |
download | freebsd-ports-gnome-d93393cbfee266ac9f218632d0e2f0e64de8a8dc.tar.gz freebsd-ports-gnome-d93393cbfee266ac9f218632d0e2f0e64de8a8dc.tar.zst freebsd-ports-gnome-d93393cbfee266ac9f218632d0e2f0e64de8a8dc.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Diffstat (limited to 'emulators/qemu-user-static')
-rw-r--r-- | emulators/qemu-user-static/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile index c50b92866907..184f5301e351 100644 --- a/emulators/qemu-user-static/Makefile +++ b/emulators/qemu-user-static/Makefile @@ -14,6 +14,9 @@ OPTIONS_EXCLUDE=SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ MASTERDIR= ${.CURDIR}/../qemu-sbruno CONFIGURE_ARGS+= --extra-cflags=-D_IFI_OQDROPS +NOT_FOR_ARCHS= powerpc64 +NOT_FOR_ARCHS_REASON= error: Unhandled abi + post-install: @${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-ga @${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-img |