FYI.  You do not need to take any action.

devel/py-llvmlite                     [email protected]
devel/ruby-subversion                 [email protected]
devel/rubygem-google-api-client010    [email protected]
devel/rubygem-rice                    [email protected]
devel/simgear                         [email protected]
devel/trio                            [email protected]
dns/bundy                             [email protected]
dns/powerdns-recursor                 [email protected]
emulators/mednafen                    [email protected]
emulators/qemu-sbruno                 [email protected]
emulators/qemu-user-static            [email protected]
emulators/snes9x-gtk                  [email protected]
emulators/stella                      [email protected]
emulators/x49gp                       [email protected]
finance/ledger                        [email protected]
games/0ad                             [email protected]
games/ags                             [email protected]
games/blobby                          [email protected]
games/bloodfrontier                   [email protected]
games/corsix-th                       [email protected]
games/divide-and-succeed              [email protected]
games/dunelegacy                      [email protected]
games/el                              [email protected]
games/emptyepsilon                    [email protected]
games/fishsupper                      [email protected]
games/hyperrogue                      [email protected]
games/iortcw                          [email protected]
games/manaplus                        [email protected]
games/openomf                         [email protected]
games/openspades                      [email protected]
games/openttd                         [email protected]
games/openxcom                        [email protected]
games/retroarch                       [email protected]
games/traingame                       [email protected]
games/trigger-rally                   [email protected]
games/voxelands                       [email protected]
games/wesnoth                         [email protected]
games/xmoto                           [email protected]
games/zdoom                           [email protected]
graphics/aseprite                     [email protected]
graphics/azpainter                    [email protected]

mcl

----- Forwarded message from Mark Linimon <[email protected]> -----

Date: Mon, 22 May 2017 13:17:39 +0000 (UTC)
From: Mark Linimon <[email protected]>
To: [email protected], [email protected], 
[email protected]
Subject: svn commit: r441455 - in head: devel/py-llvmlite devel/ruby-subversion 
devel/rubygem-google-api-client010 devel/rubygem-rice devel/simgear 
devel/thrift-c_glib devel/trio
        dns/bundy dns/powerdns-recu...

Author: linimon
Date: Mon May 22 13:17:38 2017
New Revision: 441455
URL: https://svnweb.freebsd.org/changeset/ports/441455

Log:
  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

Modified:
  head/devel/py-llvmlite/Makefile
  head/devel/ruby-subversion/Makefile
  head/devel/rubygem-google-api-client010/Makefile
  head/devel/rubygem-rice/Makefile
  head/devel/simgear/Makefile
  head/devel/thrift-c_glib/Makefile
  head/devel/trio/Makefile
  head/dns/bundy/Makefile
  head/dns/powerdns-recursor/Makefile
  head/emulators/hatari/Makefile
  head/emulators/mednafen/Makefile
  head/emulators/qemu-sbruno/Makefile
  head/emulators/qemu-user-static/Makefile
  head/emulators/snes9x-gtk/Makefile
  head/emulators/stella/Makefile
  head/emulators/x49gp/Makefile
  head/finance/ledger/Makefile
  head/games/0ad/Makefile
  head/games/ags/Makefile
  head/games/blobby/Makefile
  head/games/bloodfrontier/Makefile
  head/games/cataclysm-dda/Makefile
  head/games/corsix-th/Makefile
  head/games/divide-and-succeed/Makefile
  head/games/dunelegacy/Makefile
  head/games/el/Makefile
  head/games/emptyepsilon/Makefile
  head/games/fishsupper/Makefile
  head/games/hyperrogue/Makefile
  head/games/iortcw/Makefile
  head/games/lbreakout2/Makefile
  head/games/manaplus/Makefile
  head/games/openomf/Makefile
  head/games/openspades/Makefile
  head/games/openttd/Makefile
  head/games/openxcom/Makefile
  head/games/retroarch/Makefile
  head/games/stepmania-devel/Makefile
  head/games/traingame/Makefile
  head/games/trigger-rally/Makefile
  head/games/uhexen/Makefile
  head/games/voxelands/Makefile
  head/games/wesnoth/Makefile
  head/games/xmoto/Makefile
  head/games/zdoom/Makefile
  head/graphics/aseprite/Makefile
  head/graphics/azpainter/Makefile
  head/graphics/cinepaint/Makefile
  head/graphics/comical/Makefile

Modified: head/devel/py-llvmlite/Makefile
==============================================================================
--- head/devel/py-llvmlite/Makefile     Mon May 22 12:16:36 2017        
(r441454)
+++ head/devel/py-llvmlite/Makefile     Mon May 22 13:17:38 2017        
(r441455)
@@ -13,6 +13,8 @@ COMMENT=      Lightweight LLVM python binding
 LICENSE=       BSD3CLAUSE
 LICENSE_FILE=  ${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=      fails to compile: clang++: not found
+
 # Python 2.7,3.4+
 USES=          python fortran
 USE_PYTHON=    distutils autoplist

Modified: head/devel/ruby-subversion/Makefile
==============================================================================
--- head/devel/ruby-subversion/Makefile Mon May 22 12:16:36 2017        
(r441454)
+++ head/devel/ruby-subversion/Makefile Mon May 22 13:17:38 2017        
(r441455)
@@ -13,6 +13,8 @@ MASTERDIR=    ${.CURDIR}/../../devel/subver
 .endif
 PKGDIR=                ${.CURDIR}
 
+BROKEN_powerpc64=      fails to compile: swigutil_rb.c: 'ruby_errinfo' 
undeclared
+
 USE_RUBY=      yes
 
 SVN_BUILD_BINDINGS=    yes

Modified: head/devel/rubygem-google-api-client010/Makefile
==============================================================================
--- head/devel/rubygem-google-api-client010/Makefile    Mon May 22 12:16:36 
2017        (r441454)
+++ head/devel/rubygem-google-api-client010/Makefile    Mon May 22 13:17:38 
2017        (r441455)
@@ -21,6 +21,8 @@ RUN_DEPENDS=  rubygem-addressable>=2.3:ww
                rubygem-representable>=3.0:textproc/rubygem-representable \
                rubygem-retriable>=2.0:devel/rubygem-retriable
 
+BROKEN_powerpc64=      fails to package: call-i.ri: No such file or directory
+
 PORTSCOUT=     limit:^0\.10\.
 
 NO_ARCH=       yes

Modified: head/devel/rubygem-rice/Makefile
==============================================================================
--- head/devel/rubygem-rice/Makefile    Mon May 22 12:16:36 2017        
(r441454)
+++ head/devel/rubygem-rice/Makefile    Mon May 22 13:17:38 2017        
(r441455)
@@ -11,6 +11,8 @@ COMMENT=      C++ interface to Rubys C API
 LICENSE=       BSD2CLAUSE
 LICENSE_FILE=  ${WRKSRC}/COPYING
 
+BROKEN_powerpc64=      fails to configure: could not find ruby.h
+
 USE_RUBY=      yes
 USES=          gem
 USE_AUTOTOOLS= aclocal autoconf

Modified: head/devel/simgear/Makefile
==============================================================================
--- head/devel/simgear/Makefile Mon May 22 12:16:36 2017        (r441454)
+++ head/devel/simgear/Makefile Mon May 22 13:17:38 2017        (r441455)
@@ -16,6 +16,8 @@ RUN_DEPENDS=  ${LOCALBASE}/lib/libplibsl.
 LIB_DEPENDS=   libboost_thread.so:devel/boost-libs \
                libosg.so:graphics/osg
 
+BROKEN_powerpc64=      fails to compile: Package.cxx: 'to_string' is not a 
member of 'std
+
 USE_XORG=      ice sm x11 xext xi xmu xt
 USE_GL=                gl glu glut
 USES=          alias cmake compiler cpe jpeg openal:al,alut tar:bzip2

Modified: head/devel/thrift-c_glib/Makefile
==============================================================================
--- head/devel/thrift-c_glib/Makefile   Mon May 22 12:16:36 2017        
(r441454)
+++ head/devel/thrift-c_glib/Makefile   Mon May 22 13:17:38 2017        
(r441455)
@@ -14,6 +14,8 @@ COMMENT=      C glib interface to Thrift
 
 PKGNAMESUFFIX= -c_glib
 
+BROKEN_powerpc64=      fails to link: Internal error: Segmentation fault 
(program ld)
+
 BUILDIR=       ${WRKDIR}/${DISTNAME}/lib/c_glib
 
 DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo

Modified: head/devel/trio/Makefile
==============================================================================
--- head/devel/trio/Makefile    Mon May 22 12:16:36 2017        (r441454)
+++ head/devel/trio/Makefile    Mon May 22 13:17:38 2017        (r441455)
@@ -11,6 +11,10 @@ COMMENT=     Fully matured and stable set of
 
 LICENSE=       BSD2CLAUSE
 
+BROKEN_mips=           fails to link: /usr/bin/ld: No such file: No such file 
or directory
+BROKEN_mips64=         fails to link: /usr/bin/ld: No such file: No such file 
or directory
+BROKEN_powerpc64=      fails to link: /usr/bin/ld: No such file: No such file 
or directory
+
 GNU_CONFIGURE= yes
 
 OPTIONS_DEFINE=        DOCS

Modified: head/dns/bundy/Makefile
==============================================================================
--- head/dns/bundy/Makefile     Mon May 22 12:16:36 2017        (r441454)
+++ head/dns/bundy/Makefile     Mon May 22 13:17:38 2017        (r441455)
@@ -26,6 +26,8 @@ LIB_DEPENDS=  libbotan-1.10.so:security/b
                libsqlite3.so:databases/sqlite3
 RUN_DEPENDS=   
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/${PYTHON_PKGNAMEPREFIX}sqlite3
 
+BROKEN_powerpc64=      fails to configure: checking for botan/botan.h... no
+
 USE_GITHUB=    yes
 GH_ACCOUNT=    bundy-dns
 GH_TAGNAME=    d310c5d

Modified: head/dns/powerdns-recursor/Makefile
==============================================================================
--- head/dns/powerdns-recursor/Makefile Mon May 22 12:16:36 2017        
(r441454)
+++ head/dns/powerdns-recursor/Makefile Mon May 22 13:17:38 2017        
(r441455)
@@ -17,7 +17,8 @@ LICENSE=      GPLv2
 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
 LIB_DEPENDS=   libboost_context.so:devel/boost-libs
 
-BROKEN_sparc64=        Does not compile on sparc64
+BROKEN_sparc64=                fails to compile: json11.cpp: undefined 
reference to std::__throw_out_of_range_fmt
+BROKEN_powerpc64=      fails to compile: dnslabeltext.cc: undefined reference 
to std::__cxx11::basic_string
 
 USES=          compiler:c++11-lib cpe gmake localbase pkgconfig ssl tar:bzip2
 GNU_CONFIGURE= YES

Modified: head/emulators/hatari/Makefile
==============================================================================
--- head/emulators/hatari/Makefile      Mon May 22 12:16:36 2017        
(r441454)
+++ head/emulators/hatari/Makefile      Mon May 22 13:17:38 2017        
(r441455)
@@ -29,8 +29,9 @@ CMAKE_ARGS=   -DETCDIR:PATH="${PREFIX}/etc
                -DREADLINE_FOUND:BOOL=ON
 INSTALLS_ICONS=        yes
 
-BROKEN_aarch64=                Fails to configure: error: unrecognized CPU type
-BROKEN_armv6=          Fails to configure: CMake Error: Generator: execution 
of make failed
+BROKEN_aarch64=                fails to configure: error: unrecognized CPU type
+BROKEN_armv6=          fails to configure: CMake Error: Generator: execution 
of make failed
+BROKEN_powerpc64=      fails to compile: sysdeps.h: redefinition of typedef 
'uae_u8'
 
 OPTIONS_DEFINE=                DEBUG DOCS SDL2 WINUAE
 

Modified: head/emulators/mednafen/Makefile
==============================================================================
--- head/emulators/mednafen/Makefile    Mon May 22 12:16:36 2017        
(r441454)
+++ head/emulators/mednafen/Makefile    Mon May 22 13:17:38 2017        
(r441455)
@@ -17,7 +17,8 @@ LIB_DEPENDS=  libcdio.so:sysutils/libcdio
                libsndfile.so:audio/libsndfile \
                libvorbis.so:audio/libvorbis
 
-BROKEN_sparc64=        does not compile due to internal compiler error
+BROKEN_powerpc64=      fails to compile: mednafen.cpp: 'to_string' is not a 
member of 'std'
+BROKEN_sparc64=                fails to compile due to internal compiler error
 
 GNU_CONFIGURE= yes
 USE_SDL=       sdl net

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile Mon May 22 12:16:36 2017        
(r441454)
+++ head/emulators/qemu-sbruno/Makefile Mon May 22 13:17:38 2017        
(r441455)
@@ -26,8 +26,10 @@ USES=                gmake pkgconfig bison perl5 pytho
 USE_PERL5=     build
 PATCH_STRIP=   -p1
 MAKE_ENV+=     BSD_MAKE="${MAKE}" V=1
-ONLY_FOR_ARCHS=        amd64 powerpc powerpc64 # XXX someone wants to debug 
sparc64 hosts?
-BROKEN_i386=   aarch64 system target is currently broken for i386 hosts, 
disable for now while dealing with upstream
+
+ONLY_FOR_ARCHS=                amd64 powerpc powerpc64 # XXX someone wants to 
debug sparc64 hosts?
+BROKEN_i386=           aarch64 system target is currently broken for i386 
hosts, disable for now while dealing with upstream
+BROKEN_powerpc64=      fails to build: async.c: internal compiler error: 
Segmentation fault
 
 OPTIONS_DEFINE=        SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
                CDROM_DMA PCAP USBREDIR X86_TARGETS BSD_USER \

Modified: head/emulators/qemu-user-static/Makefile
==============================================================================
--- head/emulators/qemu-user-static/Makefile    Mon May 22 12:16:36 2017        
(r441454)
+++ head/emulators/qemu-user-static/Makefile    Mon May 22 13:17:38 2017        
(r441455)
@@ -14,6 +14,9 @@ OPTIONS_EXCLUDE=SAMBA X11 GTK2 OPENGL GN
 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

Modified: head/emulators/snes9x-gtk/Makefile
==============================================================================
--- head/emulators/snes9x-gtk/Makefile  Mon May 22 12:16:36 2017        
(r441454)
+++ head/emulators/snes9x-gtk/Makefile  Mon May 22 13:17:38 2017        
(r441455)
@@ -17,6 +17,8 @@ LICENSE_PERMS=        dist-mirror pkg-mirror au
 
 LIB_DEPENDS=   libpng.so:graphics/png
 
+BROKEN_powerpc64=      fails to configure: C compiler cannot create executables
+
 USE_GITHUB=    yes
 GH_ACCOUNT=    snes9xgit
 

Modified: head/emulators/stella/Makefile
==============================================================================
--- head/emulators/stella/Makefile      Mon May 22 12:16:36 2017        
(r441454)
+++ head/emulators/stella/Makefile      Mon May 22 13:17:38 2017        
(r441455)
@@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/License.txt
 
 LIB_DEPENDS=   libpng.so:graphics/png
 
+BROKEN_powerpc64=      fails to compile: CartDebug.cxx: 'snprintf' is not a 
member of 'std'
+
 WRKSRC=                ${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_SDL=       sdl2

Modified: head/emulators/x49gp/Makefile
==============================================================================
--- head/emulators/x49gp/Makefile       Mon May 22 12:16:36 2017        
(r441454)
+++ head/emulators/x49gp/Makefile       Mon May 22 13:17:38 2017        
(r441455)
@@ -14,9 +14,10 @@ EXTRACT_ONLY=        ${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=    [email protected]
 COMMENT=       HP 49g+/50g graphics calculator emulator
 
-BROKEN_aarch64=                does not build on arm: unsupported CPU = unknown
-BROKEN_armv6=          does not build on arm: unsupported CPU = unknown
 BROKEN_i386=           does not build on i386 (error: frame pointer required, 
but reserved)
+BROKEN_powerpc64=      fails to build: qemu/qemu-git/arm-softmmu/i386-dis.o: 
No such file or directory
+NOT_FOR_ARCHS=         aarch64 armv6
+NOT_FOR_ARCHS_REASON=  unsupported CPU = unknown
 
 WRKSRC=                ${WRKDIR}/x49gp/x49gp-code
 HAVE_CONFIGURE=        yes

Modified: head/finance/ledger/Makefile
==============================================================================
--- head/finance/ledger/Makefile        Mon May 22 12:16:36 2017        
(r441454)
+++ head/finance/ledger/Makefile        Mon May 22 13:17:38 2017        
(r441455)
@@ -18,6 +18,8 @@ LIB_DEPENDS=  libgmp.so:math/gmp \
                libmpfr.so:math/mpfr \
                libboost_system.so:devel/boost-libs
 
+BROKEN_powerpc64=      fails to link: ibledger.so.3: undefined reference to 
boost::match_results
+
 USE_GITHUB=    yes
 
 USE_LDCONFIG=  yes

Modified: head/games/0ad/Makefile
==============================================================================
--- head/games/0ad/Makefile     Mon May 22 12:16:36 2017        (r441454)
+++ head/games/0ad/Makefile     Mon May 22 13:17:38 2017        (r441455)
@@ -41,8 +41,9 @@ USE_WX=               2.8+
 WX_COMPS=      wx:lib
 MAKE_ENV+=     JOBS=${_MAKE_JOBS}
 
-BROKEN_aarch64=                Fails to compile: no member named 
verifyHeapAccessDisassembly
-BROKEN_armv6=          Fails to link: fatal error: conftest: Unknown error: -1
+BROKEN_aarch64=                fails to compile: no member named 
verifyHeapAccessDisassembly
+BROKEN_armv6=          fails to link: fatal error: conftest: Unknown error: -1
+BROKEN_powerpc64=      fails to compile: _psutil_bsd.c: error: 'struct xtcpcb' 
has no member named 'xt_tp'
 
 PORTDATA=      *
 

Modified: head/games/ags/Makefile
==============================================================================
--- head/games/ags/Makefile     Mon May 22 12:16:36 2017        (r441454)
+++ head/games/ags/Makefile     Mon May 22 13:17:38 2017        (r441455)
@@ -18,6 +18,8 @@ LIB_DEPENDS=  liballeg.so:devel/allegro \
                libvorbis.so:audio/libvorbis \
                libfreetype.so:print/freetype2
 
+BROKEN_powerpc64=      fails to compile: cc1plus: unrecognized command line 
option "-std=c++11"
+
 USE_GITHUB=    yes
 GH_ACCOUNT=    adventuregamestudio
 

Modified: head/games/blobby/Makefile
==============================================================================
--- head/games/blobby/Makefile  Mon May 22 12:16:36 2017        (r441454)
+++ head/games/blobby/Makefile  Mon May 22 13:17:38 2017        (r441455)
@@ -19,7 +19,9 @@ LIB_DEPENDS=  libphysfs.so:devel/physfs
 BUILD_DEPENDS= zip:archivers/zip \
                ${LOCALBASE}/include/boost/crc.hpp:devel/boost-libs
 
-BROKEN_aarch64=        fails to compile: I can't tell what endian-ness to use 
for your architecture
+BROKEN_powerpc64=      fails to build: cc1plus: unrecognized command line 
option "-std=c++11"
+NOT_FOR_ARCHS=         aarch64
+NOT_FOR_ARCHS_REASON=  fails to compile: I can't tell what endian-ness to use 
for your architecture
 
 USES=          cmake dos2unix localbase:ldflags pkgconfig
 DOS2UNIX_REGEX=        .*\.(c|h|cpp)

Modified: head/games/bloodfrontier/Makefile
==============================================================================
--- head/games/bloodfrontier/Makefile   Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/bloodfrontier/Makefile   Mon May 22 13:17:38 2017        
(r441455)
@@ -13,9 +13,9 @@ COMMENT=      Single- and multi-player first-
 
 LICENSE=       ZLIB
 
-BROKEN_ia64=   does not compile
-BROKEN_powerpc=        does not compile
-BROKEN_sparc64=        does not compile
+BROKEN_powerpc=                fails to compile
+BROKEN_powerpc64=      fails to compile: tools.h: incompatible types in 
assignment
+BROKEN_sparc64=                fails to compile
 
 USES=          tar:bzip2 gmake
 GNU_CONFIGURE= yes

Modified: head/games/cataclysm-dda/Makefile
==============================================================================
--- head/games/cataclysm-dda/Makefile   Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/cataclysm-dda/Makefile   Mon May 22 13:17:38 2017        
(r441455)
@@ -60,7 +60,9 @@ SOUND_IMPLIES=                SDL
 
 SOUND_FILES=   cataclysmthemeREV6.ogg Dark_Days_Ahead_demo_2.ogg
 
-BROKEN_aarch64=                Fails to compile: error: comparison of integers 
of different signs: wchar_t and const int
+BROKEN_aarch64=                fails to compile: comparison of integers of 
different signs: wchar_t and const int
+BROKEN_armv6=          fails to compile: comparison of integers of different 
signs: wchar_t and const int
+BROKEN_powerpc64=      fails to compile: overmap.cpp: 'pow' is not a member of 
'std'
 
 .include <bsd.port.pre.mk>
 

Modified: head/games/corsix-th/Makefile
==============================================================================
--- head/games/corsix-th/Makefile       Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/corsix-th/Makefile       Mon May 22 13:17:38 2017        
(r441455)
@@ -16,6 +16,8 @@ LIB_DEPENDS=  libfreetype.so:print/freety
 RUN_DEPENDS=   ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem \
                ${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg
 
+BROKEN_powerpc64=      fails to compile: th_map_overlays.cpp: 'to_string' is 
not a member of 'std'
+
 USES=          cmake compiler:c++11-lib dos2unix iconv lua pkgconfig
 USE_SDL=       mixer2
 DOS2UNIX_FILES=        CMake/FindFFmpeg.cmake \

Modified: head/games/divide-and-succeed/Makefile
==============================================================================
--- head/games/divide-and-succeed/Makefile      Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/divide-and-succeed/Makefile      Mon May 22 13:17:38 2017        
(r441455)
@@ -12,6 +12,8 @@ COMMENT=      Divide polygons into the rigth 
 LICENSE=       GPLv3+
 LICENSE_FILE=  ${WRKSRC}/COPYING
 
+BROKEN_powerpc64=      fails to compile: Polygone.h: 'vector' was not declared 
in this scope
+
 USES=          cmake
 USE_SDL=       sdl ttf
 DATADIR=       ${PREFIX}/share/divideandsucceed

Modified: head/games/dunelegacy/Makefile
==============================================================================
--- head/games/dunelegacy/Makefile      Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/dunelegacy/Makefile      Mon May 22 13:17:38 2017        
(r441455)
@@ -14,6 +14,8 @@ COMMENT=      Open source clone of Dune II
 LICENSE=       GPLv2+
 LICENSE_FILE=  ${WRKSRC}/COPYING
 
+BROKEN_powerpc64=      fails to compile: functional.h: 'std::bind' has not 
been declared
+
 USES=          autoreconf compiler:c++11-lib tar:bzip2
 GNU_CONFIGURE= yes
 USE_SDL=       sdl mixer

Modified: head/games/el/Makefile
==============================================================================
--- head/games/el/Makefile      Mon May 22 12:16:36 2017        (r441454)
+++ head/games/el/Makefile      Mon May 22 13:17:38 2017        (r441455)
@@ -17,7 +17,8 @@ LIB_DEPENDS=  libpng.so:graphics/png \
                libcal3d.so:graphics/cal3d
 RUN_DEPENDS=   ${LOCALBASE}/share/${PORTNAME}/el.ini:games/el-data
 
-BROKEN_sparc64=        Does not build on sparc64
+BROKEN_powerpc64=      fails to compile: cal3d_io_wrapper.cpp: undefined 
reference to CalCoreAnimation::setFilename
+BROKEN_sparc64=                fails to build on sparc64
 
 USES=          compiler:c++11-lang gmake iconv openal:al,alut
 USE_GNOME=     libxml2

Modified: head/games/emptyepsilon/Makefile
==============================================================================
--- head/games/emptyepsilon/Makefile    Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/emptyepsilon/Makefile    Mon May 22 13:17:38 2017        
(r441455)
@@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
 
 LIB_DEPENDS=   libsfml-system.so:devel/sfml
 
+BROKEN_powerpc64=      fails to compile: scienceDatabase.cpp: call of 
overloaded 'abs(float)' is ambiguous
+
 USE_GITHUB=    yes
 GH_ACCOUNT=    daid
 GH_PROJECT=    EmptyEpsilon SeriousProton:sproton

Modified: head/games/fishsupper/Makefile
==============================================================================
--- head/games/fishsupper/Makefile      Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/fishsupper/Makefile      Mon May 22 13:17:38 2017        
(r441455)
@@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
 
 BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs
 
+BROKEN_powerpc64=      fails to compile: Log.h: expected initializer before 
'<' token
+
 GNU_CONFIGURE= yes
 USES=          gmake localbase:ldflags
 USE_SDL=       sdl image mixer

Modified: head/games/hyperrogue/Makefile
==============================================================================
--- head/games/hyperrogue/Makefile      Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/hyperrogue/Makefile      Mon May 22 13:17:38 2017        
(r441455)
@@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
 
 LIB_DEPENDS=   libpng.so:graphics/png
 
+BROKEN_powerpc64=      fails to link: langen-langen.o: relocation truncated to 
fit: R_PPC64_TOC16_DS
+
 USE_GITHUB=    yes
 GH_ACCOUNT=    zenorogue
 

Modified: head/games/iortcw/Makefile
==============================================================================
--- head/games/iortcw/Makefile  Mon May 22 12:16:36 2017        (r441454)
+++ head/games/iortcw/Makefile  Mon May 22 13:17:38 2017        (r441455)
@@ -16,6 +16,9 @@ LIB_DEPENDS=  libcurl.so:ftp/curl \
                libopus.so:audio/opus \
                libfreetype.so:print/freetype2
 
+NOT_FOR_ARCHS=         aarch64 armv6 powerpc64
+NOT_FOR_ARCHS_REASON=  fails to configure: Architecture not supported
+
 USES=          jpeg pkgconfig gmake
 USE_GL=                gl
 USE_SDL=       sdl2
@@ -45,9 +48,6 @@ SP_INSTALL_TARGET=    sp-install
 MP_ALL_TARGET= mp
 MP_INSTALL_TARGET=     mp-install
 
-BROKEN_aarch64=                Fails to configure: error: Architecture not 
supported
-BROKEN_armv6=          Fails to configure: error: Architecture not supported
-
 post-extract:
        ${CP} ${FILESDIR}/Makefile ${WRKSRC}
 

Modified: head/games/lbreakout2/Makefile
==============================================================================
--- head/games/lbreakout2/Makefile      Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/lbreakout2/Makefile      Mon May 22 13:17:38 2017        
(r441455)
@@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
 BUILD_DEPENDS= gif2png:graphics/gif2png
 LIB_DEPENDS=   libpng.so:graphics/png
 
+BROKEN_powerpc64=      fails to build: gif2png: error in reading DataBlock: 
Segmentation fault (core dumped)
+
 USES=          gmake
 USE_SDL=       mixer net sdl
 GNU_CONFIGURE= yes

Modified: head/games/manaplus/Makefile
==============================================================================
--- head/games/manaplus/Makefile        Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/manaplus/Makefile        Mon May 22 13:17:38 2017        
(r441455)
@@ -16,6 +16,8 @@ LIB_DEPENDS=  libxml2.so:textproc/libxml2
                libpng.so:graphics/png \
                libcurl.so:ftp/curl
 
+BROKEN_powerpc64=      fails to install: zip.cpp: 'bswap_16' was not declared 
in this scope
+
 USES=          autoreconf pkgconfig:build tar:xz
 USE_XORG=      x11
 USE_SDL=       sdl2 gfx2 image2 mixer2 net2 ttf2

Modified: head/games/openomf/Makefile
==============================================================================
--- head/games/openomf/Makefile Mon May 22 12:16:36 2017        (r441454)
+++ head/games/openomf/Makefile Mon May 22 13:17:38 2017        (r441455)
@@ -20,6 +20,8 @@ LIB_DEPENDS=  libconfuse.so:devel/libconf
                libenet.so:net/enet
 EXTRACT_DEPENDS=       unrar:archivers/unrar
 
+BROKEN_powerpc64=      fails to compile: gcc5: error: unrecognized command 
line option '-msse'
+
 USE_GITHUB=    yes
 GH_ACCOUNT=    omf2097
 GH_TAGNAME=    c36c421

Modified: head/games/openspades/Makefile
==============================================================================
--- head/games/openspades/Makefile      Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/openspades/Makefile      Mon May 22 13:17:38 2017        
(r441455)
@@ -18,6 +18,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
 BUILD_DEPENDS= convert:graphics/ImageMagick # for building icons
 LIB_DEPENDS=   libcurl.so:ftp/curl
 
+NOT_FOR_ARCHS=         aarch64 powerpc64
+NOT_FOR_ARCHS_REASON=  fails to compile: uses x86 assembly
+
 USE_GITHUB=    yes
 GH_ACCOUNT=    yvt
 
@@ -35,8 +38,6 @@ PORTDATA=     *
 
 OPTIONS_DEFINE=        DOCS
 
-BROKEN_aarch64=                Fails to compile: unknown register name %xmm0 
in asm
-
 post-extract:
        @${MKDIR} ${WRKSRC}/Resources/DevPak
        @${MV} ${WRKDIR}/*.pak ${WRKSRC}/Resources/DevPak/

Modified: head/games/openttd/Makefile
==============================================================================
--- head/games/openttd/Makefile Mon May 22 12:16:36 2017        (r441454)
+++ head/games/openttd/Makefile Mon May 22 13:17:38 2017        (r441455)
@@ -21,6 +21,8 @@ LICENSE=      GPLv2
 LIB_DEPENDS=   libpng.so:graphics/png \
                liblzo2.so:archivers/lzo2
 
+BROKEN_powerpc64=      fails to compile: libicuuc.so: undefined reference to 
__cxa_throw_bad_array_new_length
+
 USES=          cpe gmake pkgconfig tar:xz
 HAS_CONFIGURE= yes
 CONFIGURE_ENV= STRIP="${STRIP_CMD} ${STRIP}"

Modified: head/games/openxcom/Makefile
==============================================================================
--- head/games/openxcom/Makefile        Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/openxcom/Makefile        Mon May 22 13:17:38 2017        
(r441455)
@@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=   libyaml-cpp.so:devel/yaml-cpp
 
+BROKEN_powerpc64=      fails to compile: XcomResourcePack.cpp: undefined 
reference to YAML::LoadFile
+
 USE_GITHUB=    yes
 GH_ACCOUNT=    SupSuper
 GH_PROJECT=    OpenXcom

Modified: head/games/retroarch/Makefile
==============================================================================
--- head/games/retroarch/Makefile       Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/retroarch/Makefile       Mon May 22 13:17:38 2017        
(r441455)
@@ -17,6 +17,8 @@ LIB_DEPENDS=  libxkbcommon.so:x11/libxkbc
                libdrm.so:graphics/libdrm \
                libass.so:multimedia/libass
 
+BROKEN_powerpc64=      fails to compile: features_cpu.c: undefined reference 
to __mftb
+
 OPTIONS_DEFINE=        FFMPEG OSS JACK PULSEAUDIO ALSA SDL OPENGL OPENAL 
NETPLAY PYTHON V4L FREETYPE FBO
 OPTIONS_DEFAULT=FFMPEG OSS PULSEAUDIO SDL OPENGL OPENAL NETPLAY PYTHON V4L 
FREETYPE FBO
 FFMPEG_DESC=   On-the-fly recording of gameplay with libavcodec

Modified: head/games/stepmania-devel/Makefile
==============================================================================
--- head/games/stepmania-devel/Makefile Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/stepmania-devel/Makefile Mon May 22 13:17:38 2017        
(r441455)
@@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/Docs/Licenses.tx
 LIB_DEPENDS=   libpcre.so:devel/pcre \
                libpng.so:graphics/png
 
+BROKEN_powerpc64=      fails to compile: cc1plus: unrecognized command line 
option "-msse2"
+
 USE_GITHUB=    yes
 
 USES=          cmake:outsource iconv jpeg perl5 pkgconfig shebangfix

Modified: head/games/traingame/Makefile
==============================================================================
--- head/games/traingame/Makefile       Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/traingame/Makefile       Mon May 22 13:17:38 2017        
(r441455)
@@ -16,6 +16,8 @@ LIB_DEPENDS=  libfreetype.so:print/freety
                libxerces-c.so:textproc/xerces-c3 \
                libboost_filesystem.so:devel/boost-libs
 
+BROKEN_powerpc64=      fails to compile: Main.cpp.o: undefined reference to 
boost::program_options::arg
+
 USE_GITHUB=    yes
 GH_ACCOUNT=    nickg
 GH_TAGNAME=    cb6513e

Modified: head/games/trigger-rally/Makefile
==============================================================================
--- head/games/trigger-rally/Makefile   Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/trigger-rally/Makefile   Mon May 22 13:17:38 2017        
(r441455)
@@ -16,6 +16,7 @@ LIB_DEPENDS+= libalut.so:audio/freealut
 
 BROKEN_aarch64=                fails to compile: error: the clang compiler 
does not support -march=native
 BROKEN_armv6=          fails to compile: error: the clang compiler does not 
support -march=native
+BROKEN_powerpc64=      fails to compile: error: the clang compiler does not 
support -march=native
 
 WRKSRC_SUBDIR= src
 USES=          gmake openal:al,alut

Modified: head/games/uhexen/Makefile
==============================================================================
--- head/games/uhexen/Makefile  Mon May 22 12:16:36 2017        (r441454)
+++ head/games/uhexen/Makefile  Mon May 22 13:17:38 2017        (r441455)
@@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=    [email protected]
 COMMENT=       Yet another port of Hexen, popular game from Raven Software
 
+BROKEN_powerpc=                fails to compile
+BROKEN_powerpc64=      fails to compile: m_misc.o: undefined reference to 
'ShortSwap'
+
 USES=          gmake
 USE_SDL=       mixer sdl
 MAKE_ENV=      EXTRA_LIBS=-lm
@@ -23,10 +26,6 @@ MUSIC_RUN_DEPENDS=   ${LOCALBASE}/lib/timi
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "powerpc"
-BROKEN=                Does not compile on ${ARCH}
-.endif
-
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 

Modified: head/games/voxelands/Makefile
==============================================================================
--- head/games/voxelands/Makefile       Mon May 22 12:16:36 2017        
(r441454)
+++ head/games/voxelands/Makefile       Mon May 22 13:17:38 2017        
(r441455)
@@ -15,6 +15,8 @@ LICENSE=              GPLv3+
 LIB_DEPENDS=           libIrrlicht.so:x11-toolkits/irrlicht \
                        libfreetype.so:print/freetype2
 
+BROKEN_powerpc64=      fails to link: sibling call optimization does not allow 
automatic multiple TOCs
+
 USES=                  cmake tar:bzip2
 
 WRKSRC=                        ${WRKDIR}/${PORTNAME}

Modified: head/games/wesnoth/Makefile
==============================================================================
--- head/games/wesnoth/Makefile Mon May 22 12:16:36 2017        (r441454)
+++ head/games/wesnoth/Makefile Mon May 22 13:17:38 2017        (r441455)
@@ -21,6 +21,8 @@ LIB_DEPENDS=  libvorbisfile.so:audio/libv
                libpng.so:graphics/png \
                libfontconfig.so:x11-fonts/fontconfig
 
+BROKEN_powerpc64=      fails to link: schema_validator.cpp: undefined 
reference to boost::match_results
+
 LDFLAGS+=      -L${LOCALBASE}/lib -lboost_system
 
 PORTSCOUT=     limitw:1,even

Modified: head/games/xmoto/Makefile
==============================================================================
--- head/games/xmoto/Makefile   Mon May 22 12:16:36 2017        (r441454)
+++ head/games/xmoto/Makefile   Mon May 22 13:17:38 2017        (r441455)
@@ -20,6 +20,8 @@ LIB_DEPENDS=  libode.so:devel/ode \
                libcurl.so:ftp/curl \
                libxdg-basedir.so:x11/libxdg-basedir
 
+BROKEN_powerpc64=      fails to compile: hashtable.h: no match for call to 
__gnu_cxx::hash
+
 GNU_CONFIGURE= yes
 USES=          compiler:features dos2unix gmake jpeg localbase lua:51 sqlite
 USE_GNOME=     libxml2

Modified: head/games/zdoom/Makefile
==============================================================================
--- head/games/zdoom/Makefile   Mon May 22 12:16:36 2017        (r441454)
+++ head/games/zdoom/Makefile   Mon May 22 13:17:38 2017        (r441455)
@@ -19,6 +19,9 @@ LIB_DEPENDS=  libfontconfig.so:x11-fonts/
                libfreetype.so:print/freetype2 \
                libsndfile.so:audio/libsndfile
 
+NOT_FOR_ARCHS=         powerpc64
+NOT_FOR_ARCHS_REASON=  fails to compile: invokes x86 assembly
+
 USE_GITHUB=    yes
 GH_ACCOUNT=    rheit
 

Modified: head/graphics/aseprite/Makefile
==============================================================================
--- head/graphics/aseprite/Makefile     Mon May 22 12:16:36 2017        
(r441454)
+++ head/graphics/aseprite/Makefile     Mon May 22 13:17:38 2017        
(r441455)
@@ -61,8 +61,10 @@ CXXFLAGS+=           -I${LOCALBASE}/include/freet
 CXXFLAGS+=             -I${LOCALBASE}/include/freetype2/freetype
 CXXFLAGS+=             -D_GLIBCXX_USE_C99 # XXX ports/193528
 
-BROKEN_aarch64=                Fails to build: undefined reference to __va_copy
-BROKEN_sparc64=                Fails to build: error: vsnprintf is not a 
member of std
+BROKEN_aarch64=                fails to compile: undefined reference to 
__va_copy
+BROKEN_armv6=          fails to compile: undefined reference to __va_copy
+BROKEN_powerpc64=      fails to compile: arena.h: Failed assertion: 
"arena_mapbits_allocated_get(chunk, pageind) != 0"
+BROKEN_sparc64=                fails to compile: vsnprintf is not a member of 
std
 
 post-extract:
        @${RM} -r ${WRKSRC}/src/allegro

Modified: head/graphics/azpainter/Makefile
==============================================================================
--- head/graphics/azpainter/Makefile    Mon May 22 12:16:36 2017        
(r441454)
+++ head/graphics/azpainter/Makefile    Mon May 22 13:17:38 2017        
(r441455)
@@ -28,6 +28,8 @@ LIB_DEPENDS=  libfontconfig.so:x11-fonts/
                libfreetype.so:print/freetype2 \
                libpng.so:graphics/png
 
+BROKEN_powerpc64=      fails to build: mListDef.h: redefinition of typedef 
'mList'
+
 USES=          desktop-file-utils jpeg localbase shared-mime-info tar:bzip2
 USE_XORG=      x11 xext xi
 GNU_CONFIGURE= yes

Modified: head/graphics/cinepaint/Makefile
==============================================================================
--- head/graphics/cinepaint/Makefile    Mon May 22 12:16:36 2017        
(r441454)
+++ head/graphics/cinepaint/Makefile    Mon May 22 13:17:38 2017        
(r441455)
@@ -20,6 +20,8 @@ LIB_DEPENDS=  libIlmImf.so:graphics/OpenE
                libtiff.so:graphics/tiff \
                libfltk.so:x11-toolkits/fltk
 
+BROKEN_powerpc64=      fails to link: ld: undefined reference to symbol 
__gxx_personality_v0(try adding -lstdc++)
+
 OPTIONS_DEFINE=        OYRANOS PRINT
 OYRANOS_DESC=  ICC profile support via Oyranos
 PRINT_DESC=    Gutenprint (gimp-print) plugin

Modified: head/graphics/comical/Makefile
==============================================================================
--- head/graphics/comical/Makefile      Mon May 22 12:16:36 2017        
(r441454)
+++ head/graphics/comical/Makefile      Mon May 22 13:17:38 2017        
(r441455)
@@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
 LIB_DEPENDS=   libminizip.so:archivers/minizip \
                libunrar.so.5:archivers/libunrar5
 
+BROKEN_powerpc64=      fails to compile: cc1plus: unrecognized command line 
option "-Wno-unused-local-typedef"
+
 USES=          gmake
 USE_WX=                2.8+
 


----- End forwarded message -----
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "[email protected]"

Reply via email to