Index: head/audio/zita-convolver/Makefile =================================================================== --- head/audio/zita-convolver/Makefile (revision 464131) +++ head/audio/zita-convolver/Makefile (revision 464132) @@ -1,39 +1,35 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= zita-convolver PORTVERSION= 3.1.0 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ MAINTAINER= yuri@FreeBSD.org COMMENT= Fast, partitioned convolution engine library LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float -#BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native' -#BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native' -#BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native' - USES= compiler:c++11-lib gmake localbase:ldflags tar:bz2 USE_LDCONFIG= yes WRKSRC_SUBDIR= libs PLIST_FILES= include/zita-convolver.h \ lib/libzita-convolver.so \ lib/libzita-convolver.so.3 \ lib/libzita-convolver.so.${PORTVERSION} post-patch: ${REINPLACE_CMD} 's/__APPLE__/__FreeBSD__/' \ ${WRKSRC}/zita-convolver.h post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libzita-convolver.so.${PORTVERSION} .include Index: head/biology/phyml/Makefile =================================================================== --- head/biology/phyml/Makefile (revision 464131) +++ head/biology/phyml/Makefile (revision 464132) @@ -1,67 +1,63 @@ # Created by: ballen # $FreeBSD$ PORTNAME= phyml DISTVERSION= 3.3.20180129 PORTEPOCH= 1 CATEGORIES= biology MAINTAINER= ports@FreeBSD.org COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -#BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native' -#BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native' -#BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native' - USE_GITHUB= yes GH_ACCOUNT= stephaneguindon USES= autoreconf libtool pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-beagle PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/phyml${BIN_SUFFIX} OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_RADIO= MPI OPTIONS_RADIO_MPI= MPICH2 OPENMPI MPICH2_LIB_DEPENDS= libmpich.so:net/mpich2 MPICH2_MAKE_ARGS= CC="${LOCALBASE}/bin/mpicc" OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi OPENMPI_MAKE_ARGS= CC="${LOCALBASE}/mpi/openmpi/bin/mpicc" .include .if ${PORT_OPTIONS:MMPICH2} || ${PORT_OPTIONS:MOPENMPI} CONFIGURE_ARGS+= --enable-mpi BIN_SUFFIX= -mpi .else CONFIGURE_ARGS+= --disable-mpi BIN_SUFFIX= # none .endif post-patch: @${REINPLACE_CMD} -e \ 's|-O2 .* $${ARCH_flag}|$${CFLAGS}|' ${WRKSRC}/configure.ac .if ${ARCH} != amd64 && ${ARCH} != i386 @${REINPLACE_CMD} -e 's|VECTOR_FLAG=-march=native|dnl &|' ${WRKSRC}/configure.ac .endif @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/utilities.h post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.pdf \ ${STAGEDIR}${DOCSDIR}) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/games/trigger-rally/Makefile =================================================================== --- head/games/trigger-rally/Makefile (revision 464131) +++ head/games/trigger-rally/Makefile (revision 464132) @@ -1,55 +1,50 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= trigger-rally PORTVERSION= 0.6.5 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/trigger-rally/trigger-${PORTVERSION} MAINTAINER= alfix86@gmail.com COMMENT= Rally car racing game LICENSE= GPLv2 LIB_DEPENDS= libphysfs.so:devel/physfs 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_armv7= 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 USE_SDL= sdl2 image2 USE_GL= glu gl glew MAKEFILE= GNUmakefile ALL_TARGET= build LLD_UNSAFE= yes WORKINGSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DATADIR= ${PREFIX}/share/games/trigger-rally DESKTOP_ENTRIES="Trigger" "" "trigger" \ "trigger-rally" "" false PORTDOCS= README-stereo.txt README.txt DATA_AUTHORS.txt do-install: ${INSTALL_PROGRAM} ${WORKINGSRC}/bin/trigger-rally ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DATADIR} cd ${WORKINGSRC}/bin && ${CP} trigger-rally.config.defs ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WORKINGSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} cd ${WORKINGSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .for i in 16 22 24 32 36 48 64 72 96 128 192 256 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ && \ ${MV} ${STAGEDIR}${DATADIR}/icon/trigger-${i}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/trigger.png .endfor ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/ && \ ${MV} ${STAGEDIR}${DATADIR}/icon/trigger-rally-icons.svg \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/trigger-rally-icons.svg .include