mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
This commit is contained in:
parent
69ddf3ca48
commit
17e48e339b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425758
45 changed files with 45 additions and 45 deletions
|
@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --disable-alsa --enable-oss \
|
||||||
--enable-jack-default-midi \
|
--enable-jack-default-midi \
|
||||||
--disable-version-check
|
--disable-version-check
|
||||||
|
|
||||||
BROKEN_arm64= Does not build: error: unknown FP unit 'sse'
|
BROKEN_aarch64= Does not build: error: unknown FP unit 'sse'
|
||||||
BROKEN_powerpc64= Does not build
|
BROKEN_powerpc64= Does not build
|
||||||
|
|
||||||
PORTDATA= *
|
PORTDATA= *
|
||||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= Auto-adaptive genetic system designed for ALife research
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
BROKEN_arm64= invokes x86 asm
|
BROKEN_aarch64= invokes x86 asm
|
||||||
BROKEN_mips= invokes x86 asm
|
BROKEN_mips= invokes x86 asm
|
||||||
BROKEN_mips64= invokes x86 asm
|
BROKEN_mips64= invokes x86 asm
|
||||||
BROKEN_sparc64= missing atomics implementation
|
BROKEN_sparc64= missing atomics implementation
|
||||||
|
|
|
@ -24,7 +24,7 @@ OPTIONS_DEFINE= SIMD
|
||||||
|
|
||||||
SIMD_CONFIGURE_OFF= --disable-builtin-popcount --disable-simd
|
SIMD_CONFIGURE_OFF= --disable-builtin-popcount --disable-simd
|
||||||
|
|
||||||
BROKEN_arm64= Does not build: invokes x86 asm
|
BROKEN_aarch64= Does not build: invokes x86 asm
|
||||||
BROKEN_mips64= Does not build: invokes x86 asm
|
BROKEN_mips64= Does not build: invokes x86 asm
|
||||||
BROKEN_powerpc64= Does not build on powerpc64
|
BROKEN_powerpc64= Does not build on powerpc64
|
||||||
BROKEN_sparc64= Does not build: invokes x86 asm
|
BROKEN_sparc64= Does not build: invokes x86 asm
|
||||||
|
|
|
@ -18,7 +18,7 @@ LICENSE= GPLv2
|
||||||
|
|
||||||
RUN_DEPENDS= bash:shells/bash
|
RUN_DEPENDS= bash:shells/bash
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: invokes x86 asm
|
BROKEN_aarch64= Fails to build: invokes x86 asm
|
||||||
|
|
||||||
USES= desktop-file-utils execinfo qmake
|
USES= desktop-file-utils execinfo qmake
|
||||||
USE_GL= glu
|
USE_GL= glu
|
||||||
|
|
|
@ -16,7 +16,7 @@ LICENSE_COMB= dual
|
||||||
|
|
||||||
LIB_DEPENDS= libleveldb.so:databases/leveldb
|
LIB_DEPENDS= libleveldb.so:databases/leveldb
|
||||||
|
|
||||||
BROKEN_arm64= does not build: error: Please implement AtomicPointer for this platform
|
BROKEN_aarch64= does not build: error: Please implement AtomicPointer for this platform
|
||||||
BROKEN_powerpc64= does not build
|
BROKEN_powerpc64= does not build
|
||||||
BROKEN_sparcpc64= does not build: unrecognized command line options
|
BROKEN_sparcpc64= does not build: unrecognized command line options
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ COMMENT= Data serialization system for ANSI C
|
||||||
LIB_DEPENDS= libjansson.so:devel/jansson \
|
LIB_DEPENDS= libjansson.so:devel/jansson \
|
||||||
libsnappy.so:archivers/snappy
|
libsnappy.so:archivers/snappy
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: error: No atomic implementation
|
BROKEN_aarch64= Fails to build: error: No atomic implementation
|
||||||
BROKEN_armv6= Fails to build: error: No atomic implementation
|
BROKEN_armv6= Fails to build: error: No atomic implementation
|
||||||
BROKEN_mips= Fails to build: error: No atomic implementation
|
BROKEN_mips= Fails to build: error: No atomic implementation
|
||||||
BROKEN_mips64= Fails to build: error: No atomic implementation
|
BROKEN_mips64= Fails to build: error: No atomic implementation
|
||||||
|
|
|
@ -14,7 +14,7 @@ LICENSE_COMB= multi
|
||||||
|
|
||||||
LIB_DEPENDS= libmpfr.so:math/mpfr
|
LIB_DEPENDS= libmpfr.so:math/mpfr
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism
|
BROKEN_aarch64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism
|
||||||
BROKEN_mips64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism
|
BROKEN_mips64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism
|
||||||
|
|
||||||
USES= bison gmake perl5
|
USES= bison gmake perl5
|
||||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= Binary-decimal and decimal-binary routines for IEEE doubles
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: Target architecture was not detected as supported by Double-Conversion
|
BROKEN_aarch64= Fails to build: Target architecture was not detected as supported by Double-Conversion
|
||||||
|
|
||||||
USES= libtool
|
USES= libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Fast, scalable, and memory-efficient allocator for MP
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/../COPYING
|
LICENSE_FILE= ${WRKSRC}/../COPYING
|
||||||
|
|
||||||
BROKEN_arm64= no spin lock implementation is available for this platform
|
BROKEN_aarch64= no spin lock implementation is available for this platform
|
||||||
BROKEN_mips= no spin lock implementation is available for this platform
|
BROKEN_mips= no spin lock implementation is available for this platform
|
||||||
BROKEN_mips64= no spin lock implementation is available for this platform
|
BROKEN_mips64= no spin lock implementation is available for this platform
|
||||||
BROKEN_powerpc64= Does not build
|
BROKEN_powerpc64= Does not build
|
||||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= Lightweight profiler for PHP
|
||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
|
|
||||||
BROKEN_arm64= Does not build: invokes x86 asm
|
BROKEN_aarch64= Does not build: invokes x86 asm
|
||||||
BROKEN_mips64= Does not build: invokes x86 asm
|
BROKEN_mips64= Does not build: invokes x86 asm
|
||||||
BROKEN_powerpc64= Does not build
|
BROKEN_powerpc64= Does not build
|
||||||
BROKEN_sparc64= Does not build: invokes x86 asm
|
BROKEN_sparc64= Does not build: invokes x86 asm
|
||||||
|
|
|
@ -37,7 +37,7 @@ QMAKE_ARGS+= DEFINES+=_GLIBCXX_USE_C99
|
||||||
DESKTOP_ENTRIES="Qt Creator" "" "QtProject-qtcreator" \
|
DESKTOP_ENTRIES="Qt Creator" "" "QtProject-qtcreator" \
|
||||||
"${PREFIX}/bin/${PORTNAME}" "Development;Qt;" true
|
"${PREFIX}/bin/${PORTNAME}" "Development;Qt;" true
|
||||||
|
|
||||||
BROKEN_arm64= fails to build: invokes x86 asm
|
BROKEN_aarch64= fails to build: invokes x86 asm
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
DOCS_DESC= Install the Qt5 api documentation
|
DOCS_DESC= Install the Qt5 api documentation
|
||||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= Tools to disasm, debug, analyze, and manipulate binary files
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BROKEN_arm64= Does not build: Unsupported BSD architecture
|
BROKEN_aarch64= Does not build: Unsupported BSD architecture
|
||||||
BROKEN_mips64= Does not build: Unsupported BSD architecture
|
BROKEN_mips64= Does not build: Unsupported BSD architecture
|
||||||
BROKEN_powerpc64= Does not build
|
BROKEN_powerpc64= Does not build
|
||||||
BROKEN_sparc64= Does not build
|
BROKEN_sparc64= Does not build
|
||||||
|
|
|
@ -38,7 +38,7 @@ MAKE_ARGS= UPPOUT="../_out/" OutFile="../theide" \
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
BROKEN_arm64= Does not compile on ${ARCH}: error Unknown CPU architecture
|
BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture
|
||||||
BROKEN_powerpc= Does not compile on ${ARCH}
|
BROKEN_powerpc= Does not compile on ${ARCH}
|
||||||
BROKEN_sparc64= Does not compile on ${ARCH}
|
BROKEN_sparc64= Does not compile on ${ARCH}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= ADAMEm is a portable Coleco ADAM and ColecoVision emulator
|
COMMENT= ADAMEm is a portable Coleco ADAM and ColecoVision emulator
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: regparm is not valid on this platform
|
BROKEN_aarch64= Fails to build: regparm is not valid on this platform
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
USE_XORG= sm x11 xau xext xfixes xi xrandr
|
USE_XORG= sm x11 xau xext xfixes xi xrandr
|
||||||
|
|
|
@ -12,7 +12,7 @@ LICENSE= GPLv2
|
||||||
|
|
||||||
LIB_DEPENDS= libpng.so:graphics/png
|
LIB_DEPENDS= libpng.so:graphics/png
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: regparm is not valid on this platform
|
BROKEN_aarch64= Fails to build: regparm is not valid on this platform
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_TAGNAME= VBA-M_Beta_2
|
GH_TAGNAME= VBA-M_Beta_2
|
||||||
|
|
|
@ -9,7 +9,7 @@ MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/
|
||||||
MAINTAINER= mandree@FreeBSD.org
|
MAINTAINER= mandree@FreeBSD.org
|
||||||
COMMENT= Command line ftp tools for listing and mirroring
|
COMMENT= Command line ftp tools for listing and mirroring
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: regparm is not valid on this platform
|
BROKEN_aarch64= Fails to build: regparm is not valid on this platform
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Team-based, networked, 2D shooter set in zero-gravity
|
||||||
LICENSE= GPLv2 GPLv3
|
LICENSE= GPLv2 GPLv3
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: Disallowed architecture for this platform: aarch64
|
BROKEN_aarch64= Fails to build: Disallowed architecture for this platform: aarch64
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
||||||
|
|
|
@ -17,7 +17,7 @@ COMMENT= Open source chess engine
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
NOT_FOR_ARCHS= sparc64
|
NOT_FOR_ARCHS= sparc64
|
||||||
BROKEN_arm64= Fails to build: cannot detect architecture
|
BROKEN_aarch64= Fails to build: cannot detect architecture
|
||||||
BROKEN_mips64= Fails to build: cannot detect architecture
|
BROKEN_mips64= Fails to build: cannot detect architecture
|
||||||
|
|
||||||
USES= compiler gmake zip
|
USES= compiler gmake zip
|
||||||
|
|
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \
|
||||||
libpng.so:graphics/png \
|
libpng.so:graphics/png \
|
||||||
libfreetype.so:print/freetype2
|
libfreetype.so:print/freetype2
|
||||||
|
|
||||||
BROKEN_arm64= fails to build: invokes x86 asm
|
BROKEN_aarch64= fails to build: invokes x86 asm
|
||||||
|
|
||||||
USES= alias cmake compiler:c++11-lib dos2unix gettext \
|
USES= alias cmake compiler:c++11-lib dos2unix gettext \
|
||||||
gmake jpeg openal:al pkgconfig tar:xz
|
gmake jpeg openal:al pkgconfig tar:xz
|
||||||
|
|
|
@ -20,7 +20,7 @@ BUILD_DEPENDS= premake4:devel/premake4
|
||||||
LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \
|
LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \
|
||||||
libpng16.so:graphics/png
|
libpng16.so:graphics/png
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: No support for this architecture (yet)
|
BROKEN_aarch64= Fails to build: No support for this architecture (yet)
|
||||||
|
|
||||||
DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \
|
DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \
|
||||||
"${PORTNAME}" "Game;RolePlaying;" ""
|
"${PORTNAME}" "Game;RolePlaying;" ""
|
||||||
|
|
|
@ -46,7 +46,7 @@ MAKE_ARGS= ${OVERRIDE_INS}
|
||||||
PLIST_SUB= LONG_VER=1.3
|
PLIST_SUB= LONG_VER=1.3
|
||||||
|
|
||||||
BROKEN_FreeBSD_9= PR 193528 (c++11 support is broken)
|
BROKEN_FreeBSD_9= PR 193528 (c++11 support is broken)
|
||||||
BROKEN_arm64= Fails to build: Unable to detect architecture, please update
|
BROKEN_aarch64= Fails to build: Unable to detect architecture, please update
|
||||||
BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\
|
BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\
|
||||||
cannot be narrowed from type 'unsigned int' to 'long'\
|
cannot be narrowed from type 'unsigned int' to 'long'\
|
||||||
in initializer list [-Wc++11-narrowing]
|
in initializer list [-Wc++11-narrowing]
|
||||||
|
|
|
@ -14,7 +14,7 @@ COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h
|
BROKEN_aarch64= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h
|
||||||
|
|
||||||
USES= ncurses readline
|
USES= ncurses readline
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= AngelCode Scripting Library
|
||||||
|
|
||||||
LICENSE= ZLIB
|
LICENSE= ZLIB
|
||||||
|
|
||||||
BROKEN_arm64= Does not build: invokes x86 asm
|
BROKEN_aarch64= Does not build: invokes x86 asm
|
||||||
BROKEN_powerpc64= Does not build
|
BROKEN_powerpc64= Does not build
|
||||||
BROKEN_sparc64= Does not build: invokes x86 asm
|
BROKEN_sparc64= Does not build: invokes x86 asm
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ LICENSE= LGPL3
|
||||||
|
|
||||||
LIB_DEPENDS= libffi.so:devel/libffi
|
LIB_DEPENDS= libffi.so:devel/libffi
|
||||||
|
|
||||||
BROKEN_arm64= does not build: error: Unported platform
|
BROKEN_aarch64= does not build: error: Unported platform
|
||||||
BROKEN_sparc64= does not build
|
BROKEN_sparc64= does not build
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE=yes
|
MAKE_JOBS_UNSAFE=yes
|
||||||
|
|
|
@ -15,7 +15,7 @@ COMMENT= Simple ECMAScript Engine (SEE)
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined
|
BROKEN_aarch64= Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined
|
||||||
|
|
||||||
OPTIONS_DEFINE= GC DEBUG DOCS
|
OPTIONS_DEFINE= GC DEBUG DOCS
|
||||||
OPTIONS_DEFAULT= GC
|
OPTIONS_DEFAULT= GC
|
||||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= Replacement for qmail's sendmail drop-in
|
||||||
|
|
||||||
USES= qmail
|
USES= qmail
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: regparm is not valid on this platform
|
BROKEN_aarch64= Fails to build: regparm is not valid on this platform
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/mail/${DISTNAME}
|
WRKSRC= ${WRKDIR}/mail/${DISTNAME}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
LIB_DEPENDS= libaa.so:graphics/aalib \
|
LIB_DEPENDS= libaa.so:graphics/aalib \
|
||||||
libmikmod.so:audio/libmikmod
|
libmikmod.so:audio/libmikmod
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: regparm is not valid on this platform
|
BROKEN_aarch64= Fails to build: regparm is not valid on this platform
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
WRKSRC= ${WRKDIR}/bb-1.3.0
|
WRKSRC= ${WRKDIR}/bb-1.3.0
|
||||||
|
|
|
@ -45,7 +45,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libx264.so:multimedia/libx264 \
|
libx264.so:multimedia/libx264 \
|
||||||
libmp3lame.so:audio/lame
|
libmp3lame.so:audio/lame
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: invokes x86 asm
|
BROKEN_aarch64= Fails to build: invokes x86 asm
|
||||||
|
|
||||||
.if !defined(PACKAGE_BUILDING)
|
.if !defined(PACKAGE_BUILDING)
|
||||||
# DVDCSS version hardcoded in contrib/libdvdread/libdvdread-5.0.0-6-gcb1ae87/src/dvd_input.c (dlopen'ed)
|
# DVDCSS version hardcoded in contrib/libdvdread/libdvdread-5.0.0-6-gcb1ae87/src/dvd_input.c (dlopen'ed)
|
||||||
|
|
|
@ -12,7 +12,7 @@ EXTRACT_SUFX= -patched-src.tar.gz
|
||||||
MAINTAINER= lme@FreeBSD.org
|
MAINTAINER= lme@FreeBSD.org
|
||||||
COMMENT= Program to play mpeg movies on X displays
|
COMMENT= Program to play mpeg movies on X displays
|
||||||
|
|
||||||
BROKEN_arm64= fails to build: Unknown endianness of architecture
|
BROKEN_aarch64= fails to build: Unknown endianness of architecture
|
||||||
BROKEN_mips64= fails to build: Unknown endianness of architecture
|
BROKEN_mips64= fails to build: Unknown endianness of architecture
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/mpeg_play
|
WRKSRC= ${WRKDIR}/mpeg_play
|
||||||
|
|
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
BROKEN_arm64= fails to compile: CPUINFO not defined
|
BROKEN_aarch64= fails to compile: CPUINFO not defined
|
||||||
BROKEN_mips64= fails to compile: strndup not found
|
BROKEN_mips64= fails to compile: strndup not found
|
||||||
|
|
||||||
USES= cmake perl5 sqlite
|
USES= cmake perl5 sqlite
|
||||||
|
|
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libtcl84.so:lang/tcl84
|
||||||
|
|
||||||
CONFLICTS= hping-[0-9]*
|
CONFLICTS= hping-[0-9]*
|
||||||
|
|
||||||
BROKEN_arm64= fails to build: can not find the byte order for this architecture, fix bytesex.h
|
BROKEN_aarch64= fails to build: can not find the byte order for this architecture, fix bytesex.h
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= alias gmake
|
USES= alias gmake
|
||||||
|
|
|
@ -18,7 +18,7 @@ RUN_DEPENDS= showrgb:x11/rgb \
|
||||||
xauth:x11/xauth \
|
xauth:x11/xauth \
|
||||||
xorg-fonts>=7.2:x11-fonts/xorg-fonts
|
xorg-fonts>=7.2:x11-fonts/xorg-fonts
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: invokes x86 asm
|
BROKEN_aarch64= Fails to build: invokes x86 asm
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
CONFLICTS= tridiavnc-[0-9]* vnc-[0-9]* tigervnc-*
|
CONFLICTS= tridiavnc-[0-9]* vnc-[0-9]* tigervnc-*
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= System baselining and evidence collection tool
|
||||||
LICENSE= BSD3CLAUSE APACHE20 MIT
|
LICENSE= BSD3CLAUSE APACHE20 MIT
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
BROKEN_arm64= fails to build: aarch64 is not currently supported
|
BROKEN_aarch64= fails to build: aarch64 is not currently supported
|
||||||
BROKEN_mips64= fails to build: mips64 is not currently supported
|
BROKEN_mips64= fails to build: mips64 is not currently supported
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE
|
||||||
BROKEN_powerpc64= Does not build
|
BROKEN_powerpc64= Does not build
|
||||||
|
|
||||||
BROKEN_FreeBSD_9= does not build
|
BROKEN_FreeBSD_9= does not build
|
||||||
NOT_FOR_ARCHS= arm64 sparc64
|
NOT_FOR_ARCHS= aarch64 sparc64
|
||||||
NOT_FOR_ARCHS_REASON= not yet ported to this architecture
|
NOT_FOR_ARCHS_REASON= not yet ported to this architecture
|
||||||
|
|
||||||
USES= tar:xz compiler:c++11-lib gmake
|
USES= tar:xz compiler:c++11-lib gmake
|
||||||
|
|
|
@ -15,7 +15,7 @@ COMMENT= Featureful Unix password cracker
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: Cannot detect CPU architechture
|
BROKEN_aarch64= Fails to build: Cannot detect CPU architechture
|
||||||
BROKEN_mips64= Fails to build: Cannot detect CPU architechture
|
BROKEN_mips64= Fails to build: Cannot detect CPU architechture
|
||||||
|
|
||||||
USES= gmake shebangfix ssl tar:bzip2
|
USES= gmake shebangfix ssl tar:bzip2
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Compute hash sums and magnet links
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: error Cannot detect CPU architechture
|
BROKEN_aarch64= Fails to build: error Cannot detect CPU architechture
|
||||||
BROKEN_mips64= Fails to build: error Cannot detect CPU architechture
|
BROKEN_mips64= Fails to build: error Cannot detect CPU architechture
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= Perl interface to the GOST R 34.11-94 digest algorithm
|
||||||
LICENSE= ART10 GPLv1
|
LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BROKEN_arm64= fails to build: Cannot detect CPU architechture
|
BROKEN_aarch64= fails to build: Cannot detect CPU architechture
|
||||||
BROKEN_mips64= fails to build: Cannot detect CPU architechture
|
BROKEN_mips64= fails to build: Cannot detect CPU architechture
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
|
|
|
@ -11,7 +11,7 @@ COMMENT= Rainbow table based crack tool
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
NOT_FOR_ARCHS= arm64 armv6 mips mips64 sparc64
|
NOT_FOR_ARCHS= aarch64 armv6 mips mips64 sparc64
|
||||||
NOT_FOR_ARCHS_REASON= cannot detect endianness
|
NOT_FOR_ARCHS_REASON= cannot detect endianness
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
||||||
|
|
|
@ -14,7 +14,7 @@ LICENSE= LGPL21
|
||||||
|
|
||||||
PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
|
PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: Cannot build: unrecognized architecture detected
|
BROKEN_aarch64= Fails to build: Cannot build: unrecognized architecture detected
|
||||||
BROKEN_armv6= Fails to build: address argument to atomic builtin must be a pointer
|
BROKEN_armv6= Fails to build: address argument to atomic builtin must be a pointer
|
||||||
BROKEN_mips= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
|
BROKEN_mips= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
|
||||||
BROKEN_mips64= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
|
BROKEN_mips64= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Scheduler program, designed to replace cron(8) and at(1)
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/bin/tai64nlocal:sysutils/daemontools
|
BUILD_DEPENDS= ${LOCALBASE}/bin/tai64nlocal:sysutils/daemontools
|
||||||
RUN_DEPENDS= ${LOCALBASE}/bin/multilog:sysutils/daemontools
|
RUN_DEPENDS= ${LOCALBASE}/bin/multilog:sysutils/daemontools
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: regparm is not valid on this platform
|
BROKEN_aarch64= Fails to build: regparm is not valid on this platform
|
||||||
WRKSRC= ${WRKDIR}/admin/${DISTNAME}
|
WRKSRC= ${WRKDIR}/admin/${DISTNAME}
|
||||||
|
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
|
|
@ -10,7 +10,7 @@ MASTER_SITES= SF
|
||||||
MAINTAINER= klm@uidzero.org
|
MAINTAINER= klm@uidzero.org
|
||||||
COMMENT= Download and execute a program over HTTP/HTTPS
|
COMMENT= Download and execute a program over HTTP/HTTPS
|
||||||
|
|
||||||
BROKEN_arm64= fails to build: aarch64 is not currently supported
|
BROKEN_aarch64= fails to build: aarch64 is not currently supported
|
||||||
BROKEN_mips64= fails to build: mips64 is not currently supported
|
BROKEN_mips64= fails to build: mips64 is not currently supported
|
||||||
|
|
||||||
USES= perl5 shebangfix tar:tgz
|
USES= perl5 shebangfix tar:tgz
|
||||||
|
|
|
@ -22,7 +22,7 @@ RUN_DEPENDS= bash:shells/bash \
|
||||||
${PYTHON_PKGNAMEPREFIX}iniparse>0:devel/py-iniparse \
|
${PYTHON_PKGNAMEPREFIX}iniparse>0:devel/py-iniparse \
|
||||||
${PYTHON_PKGNAMEPREFIX}urlgrabber>0:www/py-urlgrabber
|
${PYTHON_PKGNAMEPREFIX}urlgrabber>0:www/py-urlgrabber
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= amd64 arm64 armv6 i386
|
ONLY_FOR_ARCHS= amd64 aarch64 armv6 i386
|
||||||
ONLY_FOR_ARCHS_REASON= linux is not available for ${ARCH}
|
ONLY_FOR_ARCHS_REASON= linux is not available for ${ARCH}
|
||||||
|
|
||||||
USES= cpe gettext gmake python shebangfix
|
USES= cpe gettext gmake python shebangfix
|
||||||
|
|
|
@ -11,7 +11,7 @@ COMMENT= Ferret is a ruby port of Lucene
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: cannot determine target CPU
|
BROKEN_aarch64= Fails to build: cannot determine target CPU
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USES= gem
|
USES= gem
|
||||||
|
|
|
@ -13,7 +13,7 @@ PKGNAMESUFFIX= -nox11
|
||||||
MAINTAINER= nobutaka@FreeBSD.org
|
MAINTAINER= nobutaka@FreeBSD.org
|
||||||
COMMENT?= Input method library
|
COMMENT?= Input method library
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: The collector has not been ported to this machine/OS combination
|
BROKEN_aarch64= Fails to build: The collector has not been ported to this machine/OS combination
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
WANT_GNOME= yes
|
WANT_GNOME= yes
|
||||||
|
|
|
@ -18,7 +18,7 @@ RUN_DEPENDS= xorg-fonts>0:x11-fonts/xorg-fonts
|
||||||
|
|
||||||
CONFLICTS= fvwm-1.* fvwm-2.*
|
CONFLICTS= fvwm-1.* fvwm-2.*
|
||||||
|
|
||||||
BROKEN_arm64= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1
|
BROKEN_aarch64= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1
|
||||||
|
|
||||||
USES= gettext libtool pathfix pkgconfig python shebangfix tar:bzip2
|
USES= gettext libtool pathfix pkgconfig python shebangfix tar:bzip2
|
||||||
SHEBANG_FILES= ${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.4.in \
|
SHEBANG_FILES= ${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.4.in \
|
||||||
|
|
Loading…
Add table
Reference in a new issue