Index: head/audio/mous/Makefile =================================================================== --- head/audio/mous/Makefile (revision 473009) +++ head/audio/mous/Makefile (revision 473010) @@ -1,104 +1,106 @@ # Created by: Yanhui Shen # $FreeBSD$ PORTNAME= mous DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 CATEGORIES= audio MAINTAINER= shen.elf@gmail.com COMMENT= Simple yet powerful audio player LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? + USES= cmake:outsource compiler:c++14-lang USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= bsdelf CMAKE_OFF= WITH_PLUGIN_ALSA \ WITH_PLUGIN_COREAUDIO \ WITH_PLUGIN_FAAC \ WITH_PLUGIN_FAAD \ WITH_PLUGIN_LIBAO \ WITH_PLUGIN_WMA OPTIONS_DEFAULT= CLI NCURSES LIBCUE TAGLIB FDK_AAC FLAC LAME LIBCUE MAC \ MPG123 VORBIS WAV WAVPACK OSS OPTIONS_GROUP= APPLICATION GENERIC_PLUGIN CODEC_PLUGIN OPTIONS_GROUP_APPLICATION= CLI NCURSES QT5 OPTIONS_GROUP_GENERIC_PLUGIN= LIBCUE TAGLIB OPTIONS_GROUP_CODEC_PLUGIN= FDK_AAC FLAC LAME MAC MPG123 VORBIS WAV WAVPACK OPTIONS_RADIO= OUTPUT_PLUGIN OPTIONS_RADIO_OUTPUT_PLUGIN= OSS SNDIO OPTIONS_SUB= yes APPLICATION_DESC= Interface support CLI_DESC= Command line interface support CODEC_PLUGIN_DESC= Codec plugins FDK_AAC_DESC= FDK AAC codec support GENERIC_PLUGIN_DESC= Generic plugins LIBCUE_DESC= CUE sheet support MAC_DESC= Monkey's Audio codec support OUTPUT_PLUGIN_DESC= Output plugins TAGLIB_DESC= TagLib support CLI_CMAKE_BOOL= WITH_APP_CLI FDK_AAC_CMAKE_BOOL= WITH_PLUGIN_FDK_AAC FDK_AAC_LIB_DEPENDS= libfdk-aac.so:audio/fdk-aac \ libmp4v2.so:multimedia/mp4v2 FLAC_CMAKE_BOOL= WITH_PLUGIN_FLAC FLAC_LIB_DEPENDS= libFLAC.so:audio/flac LAME_CMAKE_BOOL= WITH_PLUGIN_LAME LAME_LIB_DEPENDS= libmp3lame.so:audio/lame LIBCUE_CMAKE_BOOL= WITH_PLUGIN_LIBCUE LIBCUE_LIB_DEPENDS= libcue.so:textproc/libcue MAC_CMAKE_BOOL= WITH_PLUGIN_MAC MPG123_CMAKE_BOOL= WITH_PLUGIN_MPG123 MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 NCURSES_CMAKE_BOOL= WITH_APP_NCURSES NCURSES_USE= ncurses OSS_CMAKE_BOOL= WITH_PLUGIN_OSS QT5_CMAKE_BOOL= WITH_APP_QT5 QT5_USE= qt5=buildtools,core,gui,widgets,qmake_build SNDIO_CMAKE_BOOL= WITH_PLUGIN_SNDIO SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio TAGLIB_CMAKE_BOOL= WITH_PLUGIN_TAGLIB TAGLIB_LIB_DEPENDS= libtag.so:audio/taglib VORBIS_CMAKE_BOOL= WITH_PLUGIN_OGG_VORBIS VORBIS_LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis\ libvorbisenc.so:audio/libvorbis\ libvorbisfile.so:audio/libvorbis WAV_CMAKE_BOOL= WITH_PLUGIN_WAV WAVPACK_CMAKE_BOOL= WITH_PLUGIN_WAVPACK WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack .include .if ${ARCH} == i386 # error: always_inline function '_mm_load_si128' requires target feature # 'mmx', but would be inlined into function 'AdaptSSE' that is compiled # without support for 'mmx' post-patch: @${REINPLACE_CMD} '/#define ENABLE_SSE_ASSEMBLY/d' \ ${WRKSRC}/deps/MAC_SDK/Shared/All.h \ ${WRKSRC}/deps/MAC_SDK/Source/Shared/All.h .endif .include Index: head/biology/unanimity/Makefile =================================================================== --- head/biology/unanimity/Makefile (revision 473009) +++ head/biology/unanimity/Makefile (revision 473010) @@ -1,40 +1,42 @@ # $FreeBSD$ PORTNAME= unanimity DISTVERSION= g20180307 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org COMMENT= Pacific Biosciences consensus library and applications LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? + # Sensitive to dependency versions, use latest commit for everything BUILD_DEPENDS= pbseqan==g20171002:biology/pbseqan \ pbbam==g20180416:biology/pbbam \ pbcopper==g20180413:biology/pbcopper LIB_DEPENDS= libhts.so:biology/htslib \ libboost_regex.so:devel/boost-libs USES= cmake pkgconfig python USE_GITHUB= yes GH_ACCOUNT= PacificBiosciences GH_TAGNAME= 6f11a13e1472b8c00337ba8c5e94bf83bdab31d6 CMAKE_ARGS+= -DHTSLIB_INCLUDE_DIRS:STRING=${LOCALBASE}/include/htslib \ -DHTSLIB_LIBRARIES:STRING="-L${LOCALBASE}/lib -lhts" \ -DPacBioBAM_INCLUDE_DIRS:STRING=${LOCALBASE}/include/pbbam \ -DPacBioBAM_LIBRARIES:STRING="-L${LOCALBASE}/lib -lpbbam" \ -DSEQAN_INCLUDE_DIRS:STRING=${LOCALBASE}/include/PacBio \ -Dpbcopper_INCLUDE_DIRS=${LOCALBASE}/include \ -Dpbcopper_LIBRARIES="-L${LOCALBASE}/lib -lpbcopper" CFLAGS_i386= -msse2 -Wno-c++11-narrowing PLIST_FILES= bin/arrow bin/ccs bin/gcpp lib/libcc2.a lib/libunanimity.a post-install: ${INSTALL_DATA} ${WRKSRC}/src/libcc2.a ${WRKSRC}/src/libunanimity.a \ ${STAGEDIR}${PREFIX}/lib .include Index: head/biology/vcflib/Makefile =================================================================== --- head/biology/vcflib/Makefile (revision 473009) +++ head/biology/vcflib/Makefile (revision 473010) @@ -1,47 +1,49 @@ # $FreeBSD$ PORTNAME= vcflib DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-rc1-130 DISTVERSIONSUFFIX= -g7e3d806 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org COMMENT= C++ library and CLI tools for parsing and manipulating VCF files LICENSE= MIT +BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? + LIB_DEPENDS= libhts.so:biology/htslib \ libtabix.so:biology/tabixpp \ libsw.so:biology/smithwaterman COMMON_DEPENDS= fastahack:biology/fastahack \ filevercmp:sysutils/filevercmp \ fsom:science/fsom \ multichoose>=1.0.3:math/multichoose \ interval_tree_test:math/intervaltree BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} USES= gmake shebangfix USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= ekg CXXFLAGS+= -I${LOCALBASE}/include/smithwaterman \ -I${LOCALBASE}/include/multichoose \ -I${LOCALBASE}/include/filevercmp \ -I${LOCALBASE}/include/fastahack \ -I${LOCALBASE}/include/intervaltree \ -DVERSION='\"${PORTVERSION}\"' # Clang and GCC disable sse2 by default on i386, but it's required for vcflib CFLAGS_i386= -msse2 MAKEFILE= ${FILESDIR}/Makefile.external-libs INSTALL_TARGET= install-strip post-install: ${RLN} ${STAGEDIR}${PREFIX}/lib/libvcflib.so.1 \ ${STAGEDIR}${PREFIX}/lib/libvcflib.so .include Index: head/graphics/cloudcompare/Makefile =================================================================== --- head/graphics/cloudcompare/Makefile (revision 473009) +++ head/graphics/cloudcompare/Makefile (revision 473010) @@ -1,83 +1,84 @@ # $FreeBSD$ PORTNAME= cloudcompare DISTVERSIONPREFIX= v DISTVERSION= 2.9.1-288 DISTVERSIONSUFFIX= -gb4d51361 PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= neel@neelc.org COMMENT= 3D point cloud processing software LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi BROKEN_FreeBSD_10= error: "SSE instruction set not enabled" +BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? USES= cmake:outsource localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= CloudCompare GH_PROJECT= ${GH_ACCOUNT} GH_TAGNAME= 5d41227deb30c445ccbaa2d789a4363b57948a5d USE_QT5= concurrent core gui opengl printsupport widgets buildtools_build qmake_build USE_LDCONFIG= yes OPTIONS_DEFINE= DXFLIB GAMEPAD GDAL PDAL SHAPELIB PLUGINS OPTIONS_DEFAULT= DXFLIB GAMEPAD GDAL PDAL SHAPELIB PLUGINS OPTIONS_SUB= yes DXFLIB_DESC= Enable AutoCAD DXF file support GAMEPAD_DESC= Enable Qt gamepad support GDAL_DESC= Enable raster file support PDAL_DESC= Enable point cloud data support SHAPELIB_DESC= Enable shape file support DXFLIB_CMAKE_BOOL= OPTION_USE_DXF_LIB GAMEPAD_USE= QT5=gamepad GAMEPAD_CMAKE_BOOL= OPTION_SUPPORT_GAMEPADS GDAL_CMAKE_BOOL= OPTION_USE_GDAL GDAL_CMAKE_ON= -DGDAL_INCLUDE_DIR=${PREFIX}/include \ -DGDAL_LIBRARY=${PREFIX}/lib/libgdal.so GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal PDAL_CMAKE_BOOL= OPTION_PDAL_LAS PDAL_CMAKE_ON= -DJSON_ROOT_DIR=${PREFIX}/include/jsoncpp PDAL_LIB_DEPENDS= libpdal_base.so:math/pdal SHAPELIB_CMAKE_BOOL= OPTION_USE_SHAPE_LIB SHAPELIB_LIB_DEPENDS= libshp.so:devel/shapelib PLUGINS_USES= eigen:3 jpeg python:2.7 PLUGINS_CMAKE_BOOL= INSTALL_QANIMATION_PLUGIN INSTALL_QBLUR_PLUGIN INSTALL_QBROOM_PLUGIN INSTALL_QCOMPASS_PLUGIN \ INSTALL_QCSF_PLUGIN INSTALL_QCSV_MATRIX_IO_PLUGIN INSTALL_QDUMMY_PLUGIN INSTALL_QEDL_PLUGIN INSTALL_QFACETS_PLUGIN \ INSTALL_QHPR_PLUGIN INSTALL_QM3C2_PLUGIN \ INSTALL_QPCL_PLUGIN INSTALL_QPCV_PLUGIN INSTALL_QPHOTOSCAN_IO_PLUGIN INSTALL_QRANSAC_SD_PLUGIN \ INSTALL_QSRA_PLUGIN INSTALL_QSSAO_PLUGIN # plugins requiring rare external libs are left out, TODO maybe add some of them? PLUGINS_CMAKE_ON= -DEIGEN_ROOT_DIR:BOOL=${LOCALBASE}/include/eigen3 PLUGINS_CXXFLAGS= -Wno-narrowing PLUGINS_CXXFLAGS+= -DEIGEN_DONT_PARALLELIZE # OpenMP is broken in cmake, see bug#223678 PLUGINS_USE= XORG=ice,sm,x11,xext,xt GL=gl,glu PLUGINS_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ libflann_cpp_s.so:math/flann \ libfreetype.so:print/freetype2 \ libpcl_people.so:graphics/pcl-pointclouds \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libvtkDomainsChemistry-6.2.so:math/vtk6 PLUGINS_IMPLIES= SHAPELIB post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},1' ${WRKSRC}/snap/gui/ccViewer.desktop ${WRKSRC}/snap/gui/cloudcompare.desktop post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/snap/gui/ccViewer.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/snap/gui/ccViewer.png ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/snap/gui/cloudcompare.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/snap/gui/cloudcompare.png ${STAGEDIR}${PREFIX}/share/pixmaps .include