diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-19 22:41:29 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-19 22:41:29 +0800 |
commit | f1696c0036d9217bb6826834f7a36d1edc5503a2 (patch) | |
tree | 9332e3d29b9f67e05c02052339c1fc25be6de3b5 /emulators | |
parent | 3a3122968b5bf712612ad13bf48191bc8715f6f5 (diff) | |
download | freebsd-ports-gnome-f1696c0036d9217bb6826834f7a36d1edc5503a2.tar.gz freebsd-ports-gnome-f1696c0036d9217bb6826834f7a36d1edc5503a2.tar.zst freebsd-ports-gnome-f1696c0036d9217bb6826834f7a36d1edc5503a2.zip |
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/stella/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 8216ec7ad9f3..ee833e529e10 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -16,6 +16,11 @@ LICENSE_FILE= ${WRKSRC}/License.txt LIB_DEPENDS= libpng.so:graphics/png +BROKEN_aarch64= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above +BROKEN_armv6= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above +BROKEN_armv7= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above +BROKEN_powerpc64= fails to compile: CartDebug.cxx: 'snprintf' is not a member of 'std' + CONFLICTS_INSTALL= rubygem-stella WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |