Date: Sun, 13 Dec 2015 16:07:28 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403676 - in head: astro/boinc-setiathome-v7 audio/ardour audio/audacity audio/beast audio/bristol audio/csound audio/festival audio/funktrackergold audio/gnuspeechsa audio/idjc audio/m... Message-ID: <201512131607.tBDG7SRI093445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Dec 13 16:07:27 2015 New Revision: 403676 URL: https://svnweb.freebsd.org/changeset/ports/403676 Log: mark some of the ports that don't build on powerpc64 for me Modified: head/astro/boinc-setiathome-v7/Makefile head/audio/ardour/Makefile head/audio/audacity/Makefile head/audio/beast/Makefile head/audio/bristol/Makefile head/audio/csound/Makefile head/audio/festival/Makefile head/audio/funktrackergold/Makefile head/audio/gnuspeechsa/Makefile head/audio/idjc/Makefile head/audio/mhwaveedit/Makefile head/audio/milkytracker/Makefile head/audio/mp3plot/Makefile head/audio/musicpd/Makefile head/audio/xmcd/Makefile head/benchmarks/fio/Makefile head/benchmarks/libmicro/Makefile head/benchmarks/nosqlbench/Makefile head/biology/avida/Makefile head/biology/bwa/Makefile head/biology/gmap/Makefile head/biology/muscle/Makefile head/cad/gmsh/Makefile head/chinese/librime/Makefile head/comms/hcidump/Makefile head/lang/ratfor/Makefile Modified: head/astro/boinc-setiathome-v7/Makefile ============================================================================== --- head/astro/boinc-setiathome-v7/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/astro/boinc-setiathome-v7/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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: Modified: head/audio/ardour/Makefile ============================================================================== --- head/audio/ardour/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/ardour/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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} Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/audacity/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -14,6 +14,8 @@ COMMENT= GUI editor for digital audio wa 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 \ Modified: head/audio/beast/Makefile ============================================================================== --- head/audio/beast/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/beast/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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|^|#| ; \ Modified: head/audio/bristol/Makefile ============================================================================== --- head/audio/bristol/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/bristol/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --disable-alsa --enable --enable-jack-default-midi \ --disable-version-check +BROKEN_powerpc64= Does not build + PORTDATA= * .include <bsd.port.mk> Modified: head/audio/csound/Makefile ============================================================================== --- head/audio/csound/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/csound/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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}|" \ Modified: head/audio/festival/Makefile ============================================================================== --- head/audio/festival/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/festival/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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} Modified: head/audio/funktrackergold/Makefile ============================================================================== --- head/audio/funktrackergold/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/funktrackergold/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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} Modified: head/audio/gnuspeechsa/Makefile ============================================================================== --- head/audio/gnuspeechsa/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/gnuspeechsa/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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 Modified: head/audio/idjc/Makefile ============================================================================== --- head/audio/idjc/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/idjc/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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} Modified: head/audio/mhwaveedit/Makefile ============================================================================== --- head/audio/mhwaveedit/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/mhwaveedit/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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 Modified: head/audio/milkytracker/Makefile ============================================================================== --- head/audio/milkytracker/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/milkytracker/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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} \ Modified: head/audio/mp3plot/Makefile ============================================================================== --- head/audio/mp3plot/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/mp3plot/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -30,6 +30,8 @@ GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/gr 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 Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/musicpd/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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 Modified: head/audio/xmcd/Makefile ============================================================================== --- head/audio/xmcd/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/audio/xmcd/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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} Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/benchmarks/fio/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -30,6 +30,8 @@ BUILD_DEPENDS+= flex>0:${PORTSDIR}/textp 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 Modified: head/benchmarks/libmicro/Makefile ============================================================================== --- head/benchmarks/libmicro/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/benchmarks/libmicro/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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)' \ Modified: head/benchmarks/nosqlbench/Makefile ============================================================================== --- head/benchmarks/nosqlbench/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/benchmarks/nosqlbench/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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 Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/biology/avida/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -13,6 +13,7 @@ COMMENT= Auto-adaptive genetic system de 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 Modified: head/biology/bwa/Makefile ============================================================================== --- head/biology/bwa/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/biology/bwa/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -20,6 +20,8 @@ PLIST_FILES= bin/bwa bin/qualfa2fq.pl bi # 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 Modified: head/biology/gmap/Makefile ============================================================================== --- head/biology/gmap/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/biology/gmap/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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: Modified: head/biology/muscle/Makefile ============================================================================== --- head/biology/muscle/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/biology/muscle/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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 Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/cad/gmsh/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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 Modified: head/chinese/librime/Makefile ============================================================================== --- head/chinese/librime/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/chinese/librime/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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 Modified: head/comms/hcidump/Makefile ============================================================================== --- head/comms/hcidump/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/comms/hcidump/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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> Modified: head/lang/ratfor/Makefile ============================================================================== --- head/lang/ratfor/Makefile Sun Dec 13 15:49:09 2015 (r403675) +++ head/lang/ratfor/Makefile Sun Dec 13 16:07:27 2015 (r403676) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512131607.tBDG7SRI093445>