Index: head/audio/zita-convolver/Makefile =================================================================== --- head/audio/zita-convolver/Makefile (revision 455814) +++ head/audio/zita-convolver/Makefile (revision 455815) @@ -1,38 +1,39 @@ # 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@rawbw.com 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 455814) +++ head/biology/phyml/Makefile (revision 455815) @@ -1,64 +1,65 @@ # Created by: ballen # $FreeBSD$ PORTNAME= phyml DISTVERSIONPREFIX= v DISTVERSION= 3.3.20170530 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 @${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/databases/pg_citus/Makefile =================================================================== --- head/databases/pg_citus/Makefile (revision 455814) +++ head/databases/pg_citus/Makefile (revision 455815) @@ -1,34 +1,35 @@ # Created by: Matthew Seaman # $FreeBSD$ PORTNAME= citus PORTVERSION= 7.1.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ MAINTAINER= matthew@FreeBSD.org COMMENT= Horizontally scale Postgresql using sharding and replication LICENSE= AGPLv3 +BROKEN_aarch64= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'? BROKEN_armv6= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'? BROKEN_armv7= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'? USES= gmake pgsql:9.6+ autoreconf readline WANT_PGSQL= lib server GNU_CONFIGURE= yes OPTIONS_DEFINE= ANONSTATS ANONSTATS_DESC= Enable anonymous statistics collection ANONSTATS_CONFIGURE_WITH= libcurl ANONSTATS_LIB_DEPENDS= libcurl.so:ftp/curl USE_GITHUB= yes GH_ACCOUNT= citusdata INSTALL_TARGET= install-strip MAKE_ARGS= INSTALL="${INSTALL} -c" .include Index: head/devel/critcl/Makefile =================================================================== --- head/devel/critcl/Makefile (revision 455814) +++ head/devel/critcl/Makefile (revision 455815) @@ -1,49 +1,50 @@ # Created by: gahr@FreeBSD.org # $FreeBSD$ PORTNAME= critcl PORTVERSION= 3.1.17 PORTREVISION= 2 CATEGORIES= devel MAINTAINER= tcltk@FreeBSD.org COMMENT= Compiled Runtime in Tcl LICENSE= TclTk LICENSE_NAME= Tcl/Tk License LICENSE_FILE= ${WRKSRC}/license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf \ ${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib +BROKEN_aarch64= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv6/md5c.so:No such file or directory BROKEN_armv6= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv6/md5c.so:No such file or directory BROKEN_armv7= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv7/md5c.so:No such file or directory USES+= tcl:85+ USE_GITHUB= yes GH_ACCOUNT= andreas-kupries TEST_TARGET= test PLIST_SUB+= VER=${PORTVERSION} \ ARCH=${ARCH:S/i386/ix86/} PORTDOCS= * NO_BUILD= yes .include post-patch: ${REINPLACE_CMD} -e 's|dtplite|${LOCALBASE}/bin/dtplite|g' ${WRKSRC}/build.tcl ${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/lib/critcl/Config do-install: (cd ${WRKSRC} && ${TCLSH} build.tcl install ${STAGEDIR}${PREFIX}/lib) ${INSTALL_MAN} ${WRKSRC}/embedded/man/files/critcl_*.n \ ${STAGEDIR}${MANPREFIX}/man/mann/ do-test: (cd ${WRKSRC} && ${TCLSH} build.tcl test) .include Index: head/games/crafty/Makefile =================================================================== --- head/games/crafty/Makefile (revision 455814) +++ head/games/crafty/Makefile (revision 455815) @@ -1,91 +1,92 @@ # Created by: Stefan Eggers # $FreeBSD$ PORTNAME= crafty PORTVERSION= 25.2 CATEGORIES= games MASTER_SITES= http://www.craftychess.com/downloads/source/:src \ http://www.cis.uab.edu/hyatt/crafty/pgn/:data \ http://www.cis.uab.edu/hyatt/crafty/documentation/:doc \ http://www.cis.uab.edu/hyatt/crafty/source/:src \ http://www.cis.uab.edu/hyatt/crafty/book/:utils \ http://www.cis.uab.edu/hyatt/crafty/book/:books DISTFILES= crafty-${PORTVERSION}.zip:src \ start.pgn:data DIST_SUBDIR= crafty EXTRACT_ONLY= crafty-${PORTVERSION}.zip MAINTAINER= johans@FreeBSD.org COMMENT= Chess program for playing and analyzing games -BROKEN_armv6 = fails to build: Could not read profile default.profdata: No such file or directory -BROKEN_armv7 = fails to build: Could not read profile default.profdata: No such file or directory +BROKEN_aarch64= fails to build: Could not read profile default.profdata: No such file or directory +BROKEN_armv6= fails to build: Could not read profile default.profdata: No such file or directory +BROKEN_armv7= fails to build: Could not read profile default.profdata: No such file or directory WRKSRC= ${WRKDIR} USES= gmake zip BOOKS= books.bin DISTFILES+= ${BOOKS:S/$/:books/} ALL_TARGET= unix-gcc WITH_BOOKDIR?= ${PREFIX}/lib/crafty WITH_LOGDIR?= /tmp WITH_RCDIR?= ~/ WITH_TBDIR?= ${PREFIX}/lib/crafty/TB WITH_PERSDIR?= ${PREFIX}/lib/crafty/cpf OPT= -DHASHSTATS -DTRACE -DBOOKDIR=\\\"${WITH_BOOKDIR}\\\" \ -DLOGDIR=\\\"${WITH_LOGDIR}\\\" \ -DRCDIR=\\\"${WITH_RCDIR}\\\" \ -DTBDIR=\\\"${WITH_TBDIR}\\\" \ -DPERSDIR=\\\"${WITH_PERSDIR}\\\" -DSKILL OPTIONS_DEFINE= DOCS BOOK OPTIONS_SUB= yes BOOK_DESC= Include (default) opening book DOCFILES= crafty.doc.ascii crafty.doc.ps DISTFILES+= ${DOCFILES:S/$/:doc/} UTILS= bitmaps.tgz sound.zip DISTFILES+= ${UTILS:S/$/:utils/} .include .if ${ARCH} == "i386" || ${ARCH} == "amd64" OPT+= -DCPUS=4 .else OPT+= -DCPUS=1 # disables x86 assembler .endif .if ${PORT_OPTIONS:MBOOK} BOOKS+= book.bin PKGNAMESUFFIX= -open-default CONFLICTS+= crafty-open-enormous-[0-9]* crafty-open-large-[0-9]* crafty-open-medium-[0-9]* .endif MAKE_ENV+= opt="${OPT}" target=${OPSYS} CXFLAGS="${CXXFLAGS}" post-extract: cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} start.pgn books.bin ${WRKSRC} .if ${PORT_OPTIONS:MBOOK} ${CP} ${DISTDIR}/${DIST_SUBDIR}/book.bin ${WRKSRC} .endif post-build: (cd ${WRKSRC}; ./crafty bookpath=. <${FILESDIR}/books-building) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/crafty ${STAGEDIR}${PREFIX}/bin/crafty @${MKDIR} ${STAGEDIR}${PREFIX}/lib/crafty/cpf .if ${PORT_OPTIONS:MBOOK} ${INSTALL_DATA} ${WRKSRC}/book.bin ${STAGEDIR}${PREFIX}/lib/crafty .endif ${INSTALL_DATA} ${WRKSRC}/books.bin ${WRKSRC}/crafty.hlp \ ${STAGEDIR}${PREFIX}/lib/crafty @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${DOCFILES} ${UTILS} \ ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/lscpu/Makefile =================================================================== --- head/sysutils/lscpu/Makefile (revision 455814) +++ head/sysutils/lscpu/Makefile (revision 455815) @@ -1,27 +1,28 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= lscpu PORTVERSION= 1.0.0 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org COMMENT= Display information about the CPU architecture LICENSE= BSD3CLAUSE +BROKEN_aarch64= fails to compile: lib/clang/3.8.0/include/cpuid.h:25:2: error: this header is for x86 only BROKEN_armv6= fails to compile: lib/clang/5.0.0/include/cpuid.h:25:2: error: this header is for x86 only BROKEN_armv7= fails to compile: lib/clang/5.0.0/include/cpuid.h:25:2: error: this header is for x86 only BROKEN_mips= fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory BROKEN_mips64= fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory USE_GITHUB= yes GH_ACCOUNT= NanXiao PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1 .include