1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

mark some of the ports that don't build on powerpc64 for me

This commit is contained in:
Steve Wills 2015-12-13 16:07:27 +00:00
parent 5f8c55ba37
commit 25b1bd5ff4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403676
26 changed files with 48 additions and 0 deletions

View File

@ -77,6 +77,8 @@ PLIST_SUB+= PREFIX=${PREFIX} \
BOINC_CLIENT_USER=${BOINC_CLIENT_USER} \
BOINC_CLIENT_GROUP=${BOINC_CLIENT_GROUP}
BROKEN_powerpc64= Does not build
# str_replace.h is included in newer versions of net/boinc-client,
# but it is not needed on FreeBSD
post-patch:

View File

@ -33,6 +33,8 @@ PLIST_SUB= DISTVERSION=${DISTVERSION}
OPTIONS_DEFINE= OPTIMIZED_CFLAGS VST
VST_DESC= VST plugins support
BROKEN_powerpc64= Does not build
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MVST}

View File

@ -14,6 +14,8 @@ COMMENT= GUI editor for digital audio waveforms
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_powerpc64= Does not build
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
BUILD_DEPENDS+= autogen:${PORTSDIR}/devel/autogen \

View File

@ -47,6 +47,8 @@ OPTIONS_DEFAULT_amd64= SSE
DEBUG_CONFIGURE_ENABLE= debug
SSE_VARS= SSE_FLAGS="-mmmx -msse"
BROKEN_powerpc64= Does not build
post-patch:
@${REINPLACE_CMD} -e \
'/^[[:space:]].*FLAGS -[Ofgp].*"/s|^|#| ; \

View File

@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --disable-alsa --enable-oss \
--enable-jack-default-midi \
--disable-version-check
BROKEN_powerpc64= Does not build
PORTDATA= *
.include <bsd.port.mk>

View File

@ -146,6 +146,8 @@ CXXLIB= c++
CXXLIB= # empty
.endif
BROKEN_powerpc64= Does not build
post-patch:
@${SED} -e "s|%%LOCALBASE%%|${LOCALBASE}|g; \
s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|" \

View File

@ -43,6 +43,8 @@ WRKSRC= ${WRKDIR}
SPT_PATCHES= include_ling__class_EST__FeatureFunctionPackage.h \
include_unix_EST__socket__unix.h
BROKEN_powerpc64= Does not build
do-build:
.for d in speech_tools festival
${MAKE_CMD} -C ${WRKDIR}/$d ${MAKE_FLAGS} Makefile ${MAKE_ARGS}

View File

@ -22,6 +22,8 @@ MAKE_ARGS= EXTRA_LDFLAGS="-lpthread"
PORTDOCS= INSTALL
PLIST_FILES= bin/funkgold
BROKEN_powerpc64= Does not build
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/funkgold ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}

View File

@ -13,6 +13,7 @@ LICENSE= GPLv3 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_FreeBSD_9= does not build
BROKEN_powerpc64= Does not build
USES= cmake compiler:c++11-lib

View File

@ -40,6 +40,8 @@ GNU_CONFIGURE= yes
USE_PYTHON= pythonprefix
USE_GNOME= glib20 pygtk2
BROKEN_powerpc64= Does not build
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}

View File

@ -35,6 +35,7 @@ PLIST_FILES= bin/mhwaveedit \
share/pixmaps/mhwaveedit.xpm
BROKEN_sparc64= Does not compile on sparc64
BROKEN_powerpc64= Does not build on powerpc64
OPTIONS_DEFINE= DOUBLE_SAMPLES ESOUND JACK LADSPA OSS PORTAUDIO \
PULSEAUDIO SAMPLERATE SDL SNDFILE

View File

@ -32,6 +32,8 @@ ICONS= carton.ico carton.png
OPTIONS_DEFINE= DOCS
BROKEN_powerpc64= Does not build on powerpc64
post-install:
.for f in ${ICONS}
${INSTALL_DATA} ${WRKSRC}/resources/pictures/${f} \

View File

@ -30,6 +30,8 @@ GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
IMAGEMAGICK_CONFIGURE_ENABLE= magick
IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick
BROKEN_powerpc64= Does not build on powerpc64
post-patch:
@${REINPLACE_CMD} -e '/bldtype_/s|-O2||g; s|^extra_LD.*||g' ${WRKSRC}/configure

View File

@ -24,6 +24,8 @@ CFLAGS+= -I${PREFIX}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/sidplay/builders
BROKEN_powerpc64= Does not build on powerpc64
PORTDOCS= AUTHORS README COPYING NEWS
SUB_FILES= pkg-message

View File

@ -22,6 +22,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
LIBBINDIR= ${STAGEDIR}${PREFIX}/lib/X11/xmcd/bin-${OPSYS}_${OSREL:R:R}-${ARCH}
BROKEN_powerpc64= Does not build on powerpc64
post-extract:
@${CHMOD} -R u+w ${WRKSRC}

View File

@ -30,6 +30,8 @@ BUILD_DEPENDS+= flex>0:${PORTSDIR}/textproc/flex
MAKE_ARGS+= LEX=${LOCALBASE}/bin/flex
.endif
BROKEN_powerpc64= Does not build on powerpc64
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/tools/fio_generate_plots ${STAGEDIR}${PREFIX}/bin

View File

@ -18,6 +18,8 @@ STRIP= # Do not strip binaries
PLIST_SUB= ARCH="${ARCH}"
PKGLIBDIR= ${PREFIX}/lib/${PORTNAME}
BROKEN_powerpc64= Does not build on powerpc64
post-build:
${ECHO_CMD} '#!/bin/sh' > ${WRKDIR}/libmicro-bench
${ECHO_CMD} '(cd ${PKGLIBDIR} && ./bench $$1)' \

View File

@ -19,6 +19,8 @@ USES= cmake tar:bzip2
PLIST_FILES= bin/nb \
etc/nosqlbench.conf.sample
BROKEN_powerpc64= Does not build on powerpc64
post-install:
${INSTALL_DATA} ${WRKSRC}/sources/nosqlbench.conf \
${STAGEDIR}${PREFIX}/etc/nosqlbench.conf.sample

View File

@ -13,6 +13,7 @@ COMMENT= Auto-adaptive genetic system designed for ALife research
LICENSE= GPLv3
BROKEN_sparc64= missing atomics implementation
BROKEN_powerpc64= Does not build on powerpc64
USES= cmake:outsource ncurses
CMAKE_ARGS= -DAPTO_UNIT_TESTS:BOOL=OFF -DAVD_UNIT_TESTS:BOOL=OFF

View File

@ -20,6 +20,8 @@ PLIST_FILES= bin/bwa bin/qualfa2fq.pl bin/xa2multi.pl man/man1/bwa.1.gz
# Avoid #error in emmintrin.h
CFLAGS+= -msse2
BROKEN_powerpc64= Does not build on powerpc64
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bwa ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/bin

View File

@ -24,6 +24,8 @@ OPTIONS_DEFINE= SIMD
SIMD_CONFIGURE_OFF= --disable-builtin-popcount --disable-simd
BROKEN_powerpc64= Does not build on powerpc64
# shebang_fix operates during patch.
# These scripts are created during configure.
post-configure:

View File

@ -21,6 +21,8 @@ ALL_TARGET= muscle
PLIST_FILES= bin/muscle
BROKEN_powerpc64= Does not build on powerpc64
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/muscle ${STAGEDIR}${PREFIX}/bin

View File

@ -33,6 +33,8 @@ CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=YES
OPTIONS_DEFINE= DOCS
BROKEN_powerpc64= Does not build on powerpc64
.if !defined(WITHOUT_STATIC_LIB)
CMAKE_ARGS+= -DENABLE_BUILD_LIB=ON
ALL_TARGET+= lib

View File

@ -27,6 +27,8 @@ GH_ACCOUNT= rime
PLIST_SUB= VER=${PORTVERSION}.0
BROKEN_powerpc64= Does not build on powerpc64
.include <bsd.port.options.mk>
post-patch: .SILENT

View File

@ -19,4 +19,6 @@ CFLAGS+= -DL2CAP_SOCKET_CHECKED=yes
PLIST_FILES= bin/hcidump man/man1/hcidump.1.gz
BROKEN_powerpc64= Does not build on powerpc64
.include <bsd.port.mk>

View File

@ -13,6 +13,7 @@ MAINTAINER= bofh@FreeBSD.org
COMMENT= Rational FORTRAN compiler
BROKEN_powerpc= ./ratfor -o test.f test.r keeps creating huge output file
BROKEN_powerpc64= ./ratfor -o test.f test.r keeps creating huge output file
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${CAT}