Index: head/databases/sqliteodbc-sqlite2/Makefile =================================================================== --- head/databases/sqliteodbc-sqlite2/Makefile (revision 426194) +++ head/databases/sqliteodbc-sqlite2/Makefile (revision 426195) @@ -1,12 +1,14 @@ # $FreeBSD$ PORTNAME= sqliteodbc CATEGORIES= databases PKGNAMESUFFIX= -sqlite2 MAINTAINER= madpilot@FreeBSD.org COMMENT= ODBC driver for SQLite 2 MASTERDIR= ${.CURDIR}/../sqliteodbc +BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type va_list + .include "${MASTERDIR}/Makefile" Index: head/devel/bcc/Makefile =================================================================== --- head/devel/bcc/Makefile (revision 426194) +++ head/devel/bcc/Makefile (revision 426195) @@ -1,17 +1,19 @@ # Created by: joerg # $FreeBSD$ PORTNAME= bcc PORTVERSION= 1995.03.12 PORTREVISION= 1 CATEGORIES= devel lang DISTNAME= ${PORTNAME} MAINTAINER= joerg@FreeBSD.org COMMENT= Bruce's C compiler (with as and ld); can do 16-bit code USES= uidfix CONFLICTS= bin86-[0-9]* dev86-[0-9]* +BROKEN_aarch64= Fails to link: error adding symbols: File in wrong format + .include Index: head/devel/cherivis-devel/Makefile =================================================================== --- head/devel/cherivis-devel/Makefile (revision 426194) +++ head/devel/cherivis-devel/Makefile (revision 426195) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= cherivis-devel PORTVERSION= 0.4 DISTVERSIONPREFIX= v CATEGORIES= devel gnustep MAINTAINER= theraven@FreeBSD.org COMMENT= Visualisation tool for CHERI / BERI streamtraces LICENSE= MIT BROKEN_FreeBSD_9= does not build on FreeBSD 9.x +BROKEN_aarch64= does not compile: error: unexpected token in argument list USES= gnustep USE_GITHUB= yes GH_ACCOUNT= CTSRD-CHERI GH_PROJECT= CheriVis LIB_DEPENDS+= libcheritrace.so:devel/cheritrace-devel USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} .include Index: head/devel/clanlib22/Makefile =================================================================== --- head/devel/clanlib22/Makefile (revision 426194) +++ head/devel/clanlib22/Makefile (revision 426195) @@ -1,55 +1,58 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= clanlib PORTVERSION= 2.2.12 PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ -DISTNAME= ClanLib-${PORTVERSION} PKGNAMESUFFIX= 22 +DISTNAME= ClanLib-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform game SDK LICENSE= ZLIB LIB_DEPENDS= libpng.so:graphics/png \ libmikmod.so:audio/libmikmod \ libvorbis.so:audio/libvorbis \ libfontconfig.so:x11-fonts/fontconfig \ libpcre.so:devel/pcre USES= gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz USE_XORG= x11 USE_LDCONFIG= yes USE_GL= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs \ --enable-clanDisplay \ --enable-clanGL \ --enable-clanGL1 \ --enable-clanSound \ --enable-clanDatabase \ --enable-clanSqlite \ --enable-clanRegExp \ --enable-clanNetwork \ --enable-clanGUI \ --enable-clanCSSLayout \ --enable-clanSWRender \ --enable-clanMikMod \ --enable-clanVorbis \ --enable-getaddr INSTALL_TARGET= install-strip PLIST_SUB+= VER=${PORTVERSION:R} \ SHORT_VER=${PORTVERSION:R:R}${PORTVERSION:R:E} + +BROKEN_aarch64= Fails to configure: error: Requires SSE2 Support +BROKEN_sparc64= Fails to configure: error: Requires SSE2 Support post-patch: @${REINPLACE_CMD} -e '/^extra_LIBS_clanSqlite/s|-ldl||g' \ ${WRKSRC}/configure .include Index: head/devel/concurrencykit/Makefile =================================================================== --- head/devel/concurrencykit/Makefile (revision 426194) +++ head/devel/concurrencykit/Makefile (revision 426195) @@ -1,45 +1,47 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= concurrencykit PORTVERSION= 0.5.1 CATEGORIES= devel MASTER_SITES= http://concurrencykit.org/releases/ \ http://repnop.org/releases/ DISTNAME= ck-${PORTVERSION} MAINTAINER= koobs@FreeBSD.org COMMENT= Lock-free data structures for high performance concurrent systems LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv6 i386 powerpc powerpc64 sparc64 +BROKEN_aarch64= Fails to configure: Detecting machine architecture...failed [unsupported] +BROKEN_armv6= Fails to configure: Finding suitable compiler........failed [not found] OPTIONS_DEFINE= RTM VMAPACK OPTIONS_DEFAULT= VMAPACK RTM_DESC= Restricted Transactional Memory (x86_64 only) VMAPACK_DESC= Enable pointer packing RTM_CONFIGURE_ON= --enable-rtm VMAPACK_CONFIGURE_ON= --enable-pointer-packing USES= pkgconfig USE_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --mandir=${PREFIX}/man TEST_TARGET= check PLIST_SUB+= VERSION=${PORTVERSION} post-extract: ${REINPLACE_CMD} -e 's|PKGCONFIG_DATA=@LIBRARY@|PKGCONFIG_DATA=${PREFIX}/libdata/|g' \ ${WRKSRC}/Makefile.in post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libck.so.${PORTVERSION} .include Index: head/devel/cxxtools/Makefile =================================================================== --- head/devel/cxxtools/Makefile (revision 426194) +++ head/devel/cxxtools/Makefile (revision 426195) @@ -1,63 +1,66 @@ # Created by: Juergen Lock # $FreeBSD$ PORTNAME= cxxtools PORTVERSION= 2.2.1 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.tntnet.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of general-purpose C++ classes LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_sparc64= does not configure +BROKEN_aarch64= does not configure: error: check for atomictype failed +BROKEN_mips= does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section +BROKEN_mips64= does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section +BROKEN_sparc64= does not configure USES= cpe iconv libtool localbase pathfix CPE_VENDOR= tntnet USE_CSTD= gnu89 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes .include .if ${ARCH} == "amd64" PLIST_SUB+= X86_64_ONLY="" .else PLIST_SUB+= X86_64_ONLY="@comment " .endif .if ${ARCH} == "i386" PLIST_SUB+= I386_ONLY="" .else PLIST_SUB+= I386_ONLY="@comment " .endif .if (${ARCH} == "amd64") || (${ARCH} == "i386") PLIST_SUB+= X86_ONLY="" .else PLIST_SUB+= X86_ONLY="@comment " .endif .if ${ARCH} == "arm" || ${ARCH} == "armv6" PLIST_SUB+= ARM_ONLY="" .else PLIST_SUB+= ARM_ONLY="@comment " .endif .if ${ARCH} == "mips" || ${ARCH} == "mips64" PLIST_SUB+= MIPS_ONLY="" .else PLIST_SUB+= MIPS_ONLY="@comment " .endif .if ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" PLIST_SUB+= PPC_ONLY="" .else PLIST_SUB+= PPC_ONLY="@comment " .endif .include Index: head/devel/dmucs/Makefile =================================================================== --- head/devel/dmucs/Makefile (revision 426194) +++ head/devel/dmucs/Makefile (revision 426195) @@ -1,18 +1,20 @@ # Created by: Max Khon # $FreeBSD$ PORTNAME= dmucs PORTVERSION= 0.6.1 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= Distributed Multi-User Compilation System (for use with distcc) WRKSRC= ${WRKDIR}/${PORTNAME} USES= tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/dmucs bin/gethost bin/loadavg bin/monitor bin/remhost +BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type __builtin_va_list + .include Index: head/devel/git-merge-changelog/Makefile =================================================================== --- head/devel/git-merge-changelog/Makefile (revision 426194) +++ head/devel/git-merge-changelog/Makefile (revision 426195) @@ -1,37 +1,39 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= git-merge-changelog PORTVERSION= ${GNULIB_PORTVERSION} PORTREVISION= ${GNULIB_PORTREVISION} PORTEPOCH= ${GNULIB_PORTEPOCH} CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none MAINTAINER= knu@FreeBSD.org COMMENT= Git "merge" driver for GNU style ChangeLog files EXTRACT_DEPENDS= ${GNULIB_DIR}/lib/${PORTNAME}.c:${GNULIB_PORTDIR} \ automake-1.15:devel/automake \ autoconf-2.69:devel/autoconf GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} +BROKEN_aarch64= Fails to compile: error: bit-field _gl_verify_error_if_negative has negative width (-1) + .include GNULIB_DIR= ${LOCALBASE}/share/gnulib GNULIB_PORT= devel/gnulib GNULIB_PORTDIR= ${PORTSDIR}/${GNULIB_PORT} GNULIB_PORTVERSION!= cd ${GNULIB_PORTDIR} && ${MAKE} -V PORTVERSION GNULIB_PORTREVISION!= cd ${GNULIB_PORTDIR} && ${MAKE} -V PORTREVISION GNULIB_PORTEPOCH!= cd ${GNULIB_PORTDIR} && ${MAKE} -V PORTEPOCH do-extract: ${MKDIR} ${WRKDIR} cd ${GNULIB_DIR}; ./gnulib-tool --create-testdir --dir="${WRKSRC}" ${PORTNAME} .include Index: head/devel/godot/Makefile =================================================================== --- head/devel/godot/Makefile (revision 426194) +++ head/devel/godot/Makefile (revision 426195) @@ -1,93 +1,96 @@ # Created by: Shane Ambler # $FreeBSD$ PORTNAME= godot PORTVERSION= 2.1 DISTVERSIONSUFFIX= -stable CATEGORIES= devel games MAINTAINER= FreeBSD@Shaneware.biz COMMENT?= Game runtime engine LICENSE= MIT CC-BY-3.0 LICENSE_COMB= multi LICENSE_FILE_CC-BY-3.0= ${WRKSRC}/LOGO_LICENSE.md LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libfreetype.so:print/freetype2 RUN_DEPENDS= xdg-user-dir:devel/xdg-user-dirs \ xdg-open:devel/xdg-utils \ xmessage:x11/xmessage USE_GITHUB= yes GH_ACCOUNT= godotengine USES= compiler:c++11-lib pkgconfig scons ssl USE_XORG= x11 xcursor xinerama xrandr USE_GL= gl MAKE_ARGS+= platform=x11 MAKE_ARGS+= ${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}} MAKE_ARGS_clang= use_llvm=yes CXXFLAGS+= -DGLEW_NO_GLU -DRTAUDIO_ENABLED CXXFLAGS_i386= ${CXXFLAGS_i386_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_i386_gcc= -march=i586 OPTIONS_DEFINE= EXAMPLES TOOLS OPTIONS_DEFAULT= OSS # Moved to devel/godot-tools OPTIONS_EXCLUDE?= EXAMPLES TOOLS OPTIONS_GROUP= AUDIO OPTIONS_GROUP_AUDIO= ALSA OSS PULSEAUDIO EXAMPLES_GH_PROJECT= godot-demo-projects:DEMOS # Branch HEAD for PORTVERSION EXAMPLES_GH_TAGNAME= dfa1274:DEMOS EXAMPLES_PORTEXAMPLES= * TOOLS_DESC= Include development tools (IDE) TOOLS_MAKE_ARGS= target=release_debug tools=yes TOOLS_MAKE_ARGS_OFF= target=release tools=no TOOLS_DESKTOP_ENTRIES= "Godot" "${COMMENT}" "${GODOTFILE}" \ "${GODOTFILE}" "Development;IDE;" "" TOOLS_PLIST_FILES= share/pixmaps/${GODOTFILE}.png \ share/pixmaps/${GODOTFILE}.svg AUDIO_DESC= Audio support ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_MAKE_ARGS= alsa=yes OSS_MAKE_ARGS= oss=yes PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio PULSEAUDIO_MAKE_ARGS= pulseaudio=yes GODOTFILE= ${PORTNAME}${PKGNAMESUFFIX} PLIST_FILES= bin/${GODOTFILE} +BROKEN_sparc64= Fails to compile: error: This platform cannot use safe refcount, compile with NO_THREADS or implement it +BROKEN_aarch64= Fails to compile: error: This platform cannot use safe refcount, compile with NO_THREADS or implement it + .ifmake makesum # Always include optional distfiles .MAKEFLAGS: WITH="${OPTIONS_DEFINE}" OPTIONS_EXCLUDE= .endif post-patch: @${REINPLACE_CMD} -e 's|custom_build|${OPSYS}_Ports_build|' \ ${WRKSRC}/methods.py @${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' \ ${WRKSRC}/platform/x11/os_x11.cpp # The official godot binary name reflects options used to compile # We just want a simple name matching the portname # This gives us bin/godot for runtime and bin/godot-tools for the IDE do-install: cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} godot.x11* \ ${STAGEDIR}/${PREFIX}/bin/${GODOTFILE} do-install-EXAMPLES-on: (cd ${WRKSRC_DEMOS} && ${COPYTREE_SHARE} "${PORTEXAMPLES}" \ ${STAGEDIR}${EXAMPLESDIR}) do-install-TOOLS-on: ${INSTALL_DATA} ${WRKSRC}/icon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${GODOTFILE}.png ${INSTALL_DATA} ${WRKSRC}/icon.svg \ ${STAGEDIR}${PREFIX}/share/pixmaps/${GODOTFILE}.svg .include Index: head/devel/kyra/Makefile =================================================================== --- head/devel/kyra/Makefile (revision 426194) +++ head/devel/kyra/Makefile (revision 426195) @@ -1,45 +1,47 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= kyra PORTVERSION= 2.1.3 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${PORTVERSION} DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/./_/g} MAINTAINER= ports@FreeBSD.org COMMENT= Simple Sprite engine written in C++ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff WRKSRC= ${WRKDIR}/${PORTNAME} USES= gmake jpeg zip USE_GL= gl USE_SDL= image sdl MAKEFILE= MakefileKyra MAKE_ENV= MAKE_KYRA=RELEASE KYRA_OPENGL=YES MAKE_ARGS= CC="${CC}" CXX="${CXX}" LD="${CXX}" \ RELEASE_CFLAGS="${CFLAGS}" RELEASE_CXXFLAGS="${CXXFLAGS}" +BROKEN_aarch64= Fails to compile: error: invalid output constraint =A in asm + do-install: .for i in encoder spriteed (cd ${WRKSRC}/${i} && ${INSTALL_PROGRAM} kr${i} ${STAGEDIR}${PREFIX}/bin) .endfor (cd ${WRKSRC}/engine && ${INSTALL_DATA} libkyra.a ${STAGEDIR}${PREFIX}/lib) @${MKDIR} ${STAGEDIR}${PREFIX}/include/Kyra (cd ${WRKSRC} && ${INSTALL_DATA} kyra.h ${STAGEDIR}${PREFIX}/include/Kyra) .for i in engine gui guiExtended util @${MKDIR} ${STAGEDIR}${PREFIX}/include/Kyra/${i} (cd ${WRKSRC}/${i} && ${INSTALL_DATA} *.h \ ${STAGEDIR}${PREFIX}/include/Kyra/${i}) .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/include/Kyra/tinyxml (cd ${WRKSRC}/../tinyxml && ${INSTALL_DATA} *.h \ ${STAGEDIR}${PREFIX}/include/Kyra/tinyxml) .include Index: head/devel/libbfd/Makefile =================================================================== --- head/devel/libbfd/Makefile (revision 426194) +++ head/devel/libbfd/Makefile (revision 426195) @@ -1,38 +1,42 @@ # Created by: Joerg Wunsch # $FreeBSD$ PORTNAME= libbfd PORTVERSION= 2.19.1 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SOURCEWARE/binutils/releases DISTNAME= binutils-${PORTVERSION} MAINTAINER= joerg@FreeBSD.org COMMENT= Universal BFD library from GNU binutils CONFLICTS= mingw-binutils-[0-9]* binutils-[0-9]* WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}/bfd USES= gmake libtool tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-install-libbfd \ --disable-nls \ --enable-shared \ --enable-targets=all \ --disable-werror CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} INFO= bfd +BROKEN_aarch64= Fails to configure: machine aarch64-portbld not recognized +BROKEN_armv64= Fails to configure: BFD does not support target armv6-portbld-freebsd12.0 +BROKEN_mips64= Fails to configure: BFD does not support target mips64-portbld-freebsd12.0 + pre-configure: # Configure and build pic version of libiberty (cd ${WRKSRC}/../libiberty && \ ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" CPP="${CPP}" \ CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ LIBS="${LIBS}" ${CONFIGURE_ENV} ./configure \ ${CONFIGURE_ARGS} --build=${CONFIGURE_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ ${MAKE_ARGS}) .include Index: head/devel/psptoolchain-binutils/Makefile =================================================================== --- head/devel/psptoolchain-binutils/Makefile (revision 426194) +++ head/devel/psptoolchain-binutils/Makefile (revision 426195) @@ -1,40 +1,42 @@ # Created by: Tassilo Philipp # $FreeBSD$ PORTNAME= binutils PORTVERSION= 2.22 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/${PORTNAME}/ \ SOURCEWARE/${PORTNAME}/releases PKGNAMEPREFIX= psptoolchain- MAINTAINER= tphilipp@potion-studios.com COMMENT= PlayStation Portable development toolchain ${PORTNAME} +BROKEN_aarch64= Does not package: ansidecl.h: No such file or directory +BROKEN_mips64= Does not package: ansidecl.h: No such file or directory BROKEN_powerpc64= Does not build USES= gmake tar:bzip2 libtool HAS_CONFIGURE= yes CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/:S/armv6/arm/}-unknown-${OPSYS:tl}${OSREL} CONFIGURE_ARGS= --prefix=${PREFIX} \ --target="psp" \ --enable-install-libbfd \ --disable-werror \ --disable-nls \ --mandir=${PREFIX}/man PLIST_SUB= CONFIGURE_TARGET="${CONFIGURE_TARGET}" # Disable installation of .info files and libiberty. post-patch: @${REINPLACE_CMD} -E 's/^(install-data-am:)(.*)install-info-am(.*)/\1 \2 \3/' \ ${WRKSRC}/ld/Makefile.in @${REINPLACE_CMD} -E 's/^(install-info:)(.*install-info-am.*)/\1#\2/' \ ${WRKSRC}/gas/doc/Makefile.in \ ${WRKSRC}/bfd/doc/Makefile.in \ ${WRKSRC}/binutils/doc/Makefile.in @${REINPLACE_CMD} -E 's/^(install:)(.*)/\1#\2/' ${WRKSRC}/libiberty/Makefile.in @${REINPLACE_CMD} -E 's,^(install.*:)(.*)install-info(.*),\1 \2 \3,' ${WRKSRC}/etc/Makefile.in .include Index: head/devel/py-pyinstaller/Makefile =================================================================== --- head/devel/py-pyinstaller/Makefile (revision 426194) +++ head/devel/py-pyinstaller/Makefile (revision 426195) @@ -1,44 +1,47 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= pyinstaller PORTVERSION= 2.1 PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyInstaller-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Program to create standalone executables from Python scripts LICENSE= GPLv2 +BROKEN_aarch64= Does not compile: error: stb__testsize2_uinta declared as an array with a negative size +BROKEN_mips64= Does not compile: cc1: error: unrecognized command line option "-m64 BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not compile: error: size of array stb__testsize2_uinta is negative OPTIONS_DEFINE= DOCS EXTRACT_AFTER_ARGS= --exclude doc/source --no-same-owner --no-same-permissions USES= python USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} PORTDOCS= * post-patch: @${REINPLACE_CMD} -e '/install_requires/s,distribute,setuptools,' \ ${WRKSRC}/${PYSETUP} @${REINPLACE_CMD} -e '/\/sbin\/ldconfig/s,-p,-r,' \ ${WRKSRC}/PyInstaller/bindepend.py \ ${WRKSRC}/PyInstaller/depend/utils.py @${REINPLACE_CMD} -e '/libpython/s,\.so\.1\.0,.so.1,' \ ${WRKSRC}/PyInstaller/bindepend.py pre-build: cd ${WRKSRC}/bootloader && ${PYTHON_CMD} waf configure build install post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Index: head/devel/tex-libtexluajit/Makefile =================================================================== --- head/devel/tex-libtexluajit/Makefile (revision 426194) +++ head/devel/tex-libtexluajit/Makefile (revision 426195) @@ -1,27 +1,31 @@ # $FreeBSD$ PORTNAME= libtexluajit PORTVERSION= 2.0.3 CATEGORIES= devel MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMEPREFIX= tex- DISTNAME= texlive-20150521-source DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= LuaJIT library for TeXLive LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LuaJIT-2.0.3/COPYRIGHT +BROKEN_aarch64= Does not configure: error: Sorry, can not preprocess lj_arch.h +BROKEN_mips= Does not configure: error: Sorry, can not preprocess lj_arch.h +BROKEN_mips64= Does not configure: error: Sorry, can not preprocess lj_arch.h BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not configure: error: Sorry, can not preprocess lj_arch.h USES= tar:xz libtool pathfix pkgconfig USE_LDCONFIG= yes EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= build-aux libs/luajit WRKSRC= ${WRKDIR}/${DISTNAME}/libs/luajit GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include