mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
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
This commit is contained in:
parent
7340c6df0a
commit
081beb2d38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441455
@ -13,6 +13,8 @@ COMMENT= Lightweight LLVM python binding for writing JIT compilers
|
||||
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
|
||||
|
@ -13,6 +13,8 @@ MASTERDIR= ${.CURDIR}/../../devel/subversion
|
||||
.endif
|
||||
PKGDIR= ${.CURDIR}
|
||||
|
||||
BROKEN_powerpc64= fails to compile: swigutil_rb.c: 'ruby_errinfo' undeclared
|
||||
|
||||
USE_RUBY= yes
|
||||
|
||||
SVN_BUILD_BINDINGS= yes
|
||||
|
@ -21,6 +21,8 @@ RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable \
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -16,6 +16,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -11,6 +11,10 @@ COMMENT= Fully matured and stable set of printf and string functions
|
||||
|
||||
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
|
||||
|
@ -26,6 +26,8 @@ LIB_DEPENDS= libbotan-1.10.so:security/botan110 \
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -26,8 +26,10 @@ USES= gmake pkgconfig bison perl5 python:2,build
|
||||
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 \
|
||||
|
@ -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
|
||||
|
@ -17,6 +17,8 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
||||
BROKEN_powerpc64= fails to configure: C compiler cannot create executables
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= snes9xgit
|
||||
|
||||
|
@ -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
|
||||
|
@ -14,9 +14,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
MAINTAINER= shaun@FreeBSD.org
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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= *
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -13,9 +13,9 @@ COMMENT= Single- and multi-player first-person shooter based on Cube 2
|
||||
|
||||
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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -16,6 +16,8 @@ LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||
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 \
|
||||
|
@ -12,6 +12,8 @@ COMMENT= Divide polygons into the rigth number of equal parts
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -20,6 +20,8 @@ LIB_DEPENDS= libconfuse.so:devel/libconfuse \
|
||||
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
|
||||
|
@ -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/
|
||||
|
@ -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}"
|
||||
|
@ -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
|
||||
|
@ -17,6 +17,8 @@ LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \
|
||||
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
|
||||
|
@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/Docs/Licenses.txt
|
||||
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
|
||||
|
@ -16,6 +16,8 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/U-hexen%20version%20${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
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/timidity/goemon.cfg:audio/timidity
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc"
|
||||
BROKEN= Does not compile on ${ARCH}
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
|
@ -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}
|
||||
|
@ -21,6 +21,8 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -19,6 +19,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
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
|
||||
|
||||
|
@ -61,8 +61,10 @@ CXXFLAGS+= -I${LOCALBASE}/include/freetype2
|
||||
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
|
||||
|
@ -28,6 +28,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
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
|
||||
|
@ -20,6 +20,8 @@ LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \
|
||||
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
|
||||
|
@ -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+
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user