From owner-svn-ports-all@freebsd.org Thu Nov 10 01:21:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BEA6C38040; Thu, 10 Nov 2016 01:21:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C112C88; Thu, 10 Nov 2016 01:21:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAA1LmMp076542; Thu, 10 Nov 2016 01:21:48 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA1LhHR076491; Thu, 10 Nov 2016 01:21:43 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611100121.uAA1LhHR076491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 10 Nov 2016 01:21:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425823 - in head: benchmarks/stress-ng cad/cider cad/ngspice_rework databases/mariadb100-server databases/mariadb101-server databases/mariadb55-server databases/virtuoso devel/ace deve... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2016 01:21:49 -0000 Author: linimon Date: Thu Nov 10 01:21:43 2016 New Revision: 425823 URL: https://svnweb.freebsd.org/changeset/ports/425823 Log: Mark as broken on aarch64: fails to link with sbrk. While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Modified: head/benchmarks/stress-ng/Makefile head/cad/cider/Makefile head/cad/ngspice_rework/Makefile head/databases/mariadb100-server/Makefile head/databases/mariadb101-server/Makefile head/databases/mariadb55-server/Makefile head/databases/virtuoso/Makefile head/devel/ace/Makefile head/devel/libgtop/Makefile head/devel/ptmalloc2/Makefile head/devel/rvm/Makefile head/dns/unbound/Makefile head/editors/2bsd-vi/Makefile head/editors/emacs-nox11/Makefile head/games/paintown/Makefile head/irc/irc/Makefile head/irc/ircd-ratbox-devel/Makefile head/irc/ircd-ratbox/Makefile head/irc/ircd-ru/Makefile head/irc/unreal/Makefile head/lang/elk/Makefile head/lang/gauche/Makefile head/lang/p2c/Makefile head/lang/pbasic/Makefile head/mail/dbmail/Makefile head/misc/pinfo/Makefile head/net-im/zephyr/Makefile head/net-mgmt/pmacct/Makefile head/news/nn/Makefile head/news/nntpcache/Makefile head/science/fastcap/Makefile head/science/fasthenry/Makefile head/shells/44bsd-csh/Makefile head/shells/bashc/Makefile head/shells/heirloom-sh/Makefile head/shells/v7sh/Makefile head/sysutils/LPRng/Makefile head/sysutils/bacula-client-static/Makefile head/sysutils/bacula-client/Makefile head/sysutils/bacula5-client-static/Makefile head/sysutils/bacula5-client/Makefile head/sysutils/bareos-client-static/Makefile head/sysutils/bareos-client/Makefile head/sysutils/e2fsprogs/Makefile head/sysutils/genisoimage/Makefile head/sysutils/torque/Makefile head/textproc/msort/Makefile head/x11-toolkits/xbae/Makefile Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/benchmarks/stress-ng/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -11,6 +11,8 @@ COMMENT= Stress test benchmarks LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= Fails to link: missing sbrk + USES= gmake ALL_TARGET= # empty Modified: head/cad/cider/Makefile ============================================================================== --- head/cad/cider/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/cad/cider/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -11,6 +11,8 @@ DISTNAME= cider1b1 MAINTAINER= ports@FreeBSD.org COMMENT= Mixed-level circuit and device simulator (includes SPICE3) +BROKEN_aarch64= Fails to link: missing sbrk + CONFLICTS= spice-[0-9]* WRKSRC= ${WRKDIR}/sim USE_XORG= xt xaw xmu Modified: head/cad/ngspice_rework/Makefile ============================================================================== --- head/cad/ngspice_rework/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/cad/ngspice_rework/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -13,6 +13,8 @@ COMMENT= Mixed-signal circuit simulator LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= Fails to link: missing sbrk + GNU_CONFIGURE= yes USES= gmake libtool readline Modified: head/databases/mariadb100-server/Makefile ============================================================================== --- head/databases/mariadb100-server/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/databases/mariadb100-server/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -21,6 +21,7 @@ LICENSE_NAME_PerconaFT= PerconaFT patent LICENSE_FILE_PerconaFT= ${WRKSRC}/storage/tokudb/PerconaFT/PATENTS LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_aarch64= Fails to link: missing sbrk BROKEN_powerpc64= Does not build SUB_FILES= pkg-message @@ -145,7 +146,7 @@ CMAKE_ARGS+= -DWITH_JEMALLOC="no" .if ${PORT_OPTIONS:MTOKUDB} NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= TokuDB not supported on 32-bit platforms, see \ - https://github.com/percona/PerconaFT/blob/master/README.md + https://github.com/percona/PerconaFT/blob/master/README.md .endif .if ${ARCH} == 'i386' && ${OSVERSION} >= 1001000 Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/databases/mariadb101-server/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -22,6 +22,7 @@ LICENSE_NAME_PerconaFT= PerconaFT patent LICENSE_FILE_PerconaFT= ${WRKSRC}/storage/tokudb/PerconaFT/PATENTS LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_aarch64= Fails to link: missing sbrk BROKEN_powerpc64= Does not build SUB_FILES= pkg-message Modified: head/databases/mariadb55-server/Makefile ============================================================================== --- head/databases/mariadb55-server/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/databases/mariadb55-server/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -50,7 +50,8 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc DATADIR= ${PREFIX}/share/mysql -BROKEN_armv6= Does not compile on arm +BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_armv6= Does not compile on armv6 .if defined(USE_MYSQL) .error You have 'USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. Modified: head/databases/virtuoso/Makefile ============================================================================== --- head/databases/virtuoso/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/databases/virtuoso/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,21 +14,22 @@ COMMENT= Universal SQL/Application Serve LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= gawk:lang/gawk\ htmldoc:textproc/htmldoc\ flex>2.5.4:textproc/flex\ gperf>=3.0.3:devel/gperf LIB_DEPENDS= libxml2.so:textproc/libxml2 -USES= execinfo gmake libtool readline uidfix -USE_AUTOTOOLS= autoheader aclocal -USE_OPENSSL= yes +BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_powerpc64= Does not build NOT_FOR_ARCHS= arm armv6 i386 mips powerpc NOT_FOR_ARCHS_REASON= can only be built on 64bit platforms +USES= execinfo gmake libtool readline uidfix +USE_AUTOTOOLS= autoheader aclocal +USE_OPENSSL= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-readline\ --without-internal-zlib\ Modified: head/devel/ace/Makefile ============================================================================== --- head/devel/ace/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/devel/ace/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -33,7 +33,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" CONFLICTS= ace+tao-5* -BROKEN_ia64= Does not compile on ${ARCH} +BROKEN_aarch64= Fails to link: missing sbrk BROKEN_powerpc= Does not compile on ${ARCH} BROKEN_powerpc64= Does not build on ${ARCH} BROKEN_sparc64= Does not compile on ${ARCH} Modified: head/devel/libgtop/Makefile ============================================================================== --- head/devel/libgtop/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/devel/libgtop/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -10,6 +10,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME top library +BROKEN_aarch64= Fails to link: missing sbrk + USE_PERL5= build USE_XORG= xau USES= gettext gmake gnome libtool makeinfo pathfix perl5 \ Modified: head/devel/ptmalloc2/Makefile ============================================================================== --- head/devel/ptmalloc2/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/devel/ptmalloc2/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,6 +14,8 @@ COMMENT= Alternative threads-aware mallo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT +BROKEN_aarch64= Fails to link: missing sbrk + USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} USES= gmake Modified: head/devel/rvm/Makefile ============================================================================== --- head/devel/rvm/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/devel/rvm/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -17,6 +17,8 @@ LICENSE= LGPL20 LIB_DEPENDS= liblwp.so:devel/lwp +BROKEN_aarch64= Fails to link: missing sbrk + USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/dns/unbound/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -12,6 +12,8 @@ COMMENT= Validating, recursive, and cach LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= Fails to link: missing sbrk + USES+= autoreconf cpe libtool ssl CPE_VENDOR= nlnetlabs GNU_CONFIGURE= yes Modified: head/editors/2bsd-vi/Makefile ============================================================================== --- head/editors/2bsd-vi/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/editors/2bsd-vi/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -15,6 +15,8 @@ COMMENT= The original vi editor, updated LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= Fails to link: missing sbrk + USES= ncurses tar:bzip2 PRESERVEDIR= /var/preserve/${PKGBASE} Modified: head/editors/emacs-nox11/Makefile ============================================================================== --- head/editors/emacs-nox11/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/editors/emacs-nox11/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -12,4 +12,6 @@ OPTIONS_DEFAULT= GNUTLS MODULES SOURCES MASTERDIR= ${.CURDIR}/../emacs +BROKEN_aarch64= Fails to link: missing sbrk + .include "${MASTERDIR}/Makefile" Modified: head/games/paintown/Makefile ============================================================================== --- head/games/paintown/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/games/paintown/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -17,6 +17,8 @@ LIB_DEPENDS= liballeg.so:devel/allegro \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 +BROKEN_aarch64= Fails to link: missing sbrk + USES= dos2unix scons tar:bzip2 USE_SDL= yes INSTALLS_ICONS= yes Modified: head/irc/irc/Makefile ============================================================================== --- head/irc/irc/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/irc/irc/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -16,6 +16,8 @@ COMMENT= The "Internet Relay Chat" Serve CONFLICTS_INSTALL= charybdis-[0-9]* ircd-hybrid-[0-9]* Nefarious-[0-9]* \ ru-ircd-hybrid-[0-9]* ircd-ru-[0-9]* +BROKEN_aarch64= Fails to link: missing sbrk + USE_RC_SUBR= ircd GNU_CONFIGURE= yes CONFIGURE_OUTSOURCE= yes Modified: head/irc/ircd-ratbox-devel/Makefile ============================================================================== --- head/irc/ircd-ratbox-devel/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/irc/ircd-ratbox-devel/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -16,6 +16,8 @@ LICENSE= GPLv2 CONFLICTS= ircd-ratbox-[0-9]* charybdis-[0-9]* +BROKEN_aarch64= Fails to link: missing sbrk + USES= libtool perl5 sqlite tar:bzip2 USE_RC_SUBR= ircd-ratbox USE_PERL5= build Modified: head/irc/ircd-ratbox/Makefile ============================================================================== --- head/irc/ircd-ratbox/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/irc/ircd-ratbox/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -16,6 +16,7 @@ LICENSE= GPLv2 CONFLICTS= ircd-ratbox-devel-[0-9]* charybdis-[0-9]* BROKEN_FreeBSD_9= does not build +BROKEN_aarch64= Fails to link: missing sbrk USES= cpe libtool sqlite tar:bzip2 CPE_VENDOR= ratbox Modified: head/irc/ircd-ru/Makefile ============================================================================== --- head/irc/ircd-ru/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/irc/ircd-ru/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -13,6 +13,8 @@ COMMENT= IRC daemon with translation sch LICENSE= GPLv1 +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:bzip2 GNU_CONFIGURE= yes USE_RC_SUBR= ircd Modified: head/irc/unreal/Makefile ============================================================================== --- head/irc/unreal/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/irc/unreal/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcares.so:dns/c-ares +BROKEN_aarch64= Fails to link: missing sbrk + MODULESDIR= ${PREFIX}/lib/${PORTNAME} CONFIGDIR= ${PREFIX}/etc/${PORTNAME} RUNDIR= /var/run/ircd Modified: head/lang/elk/Makefile ============================================================================== --- head/lang/elk/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/lang/elk/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -13,6 +13,8 @@ COMMENT= Embeddable Scheme interpreter LIB_DEPENDS= libgdbm.so:databases/gdbm \ libelf.so:devel/libelf +BROKEN_aarch64= Fails to link: missing sbrk + USES= libtool motif tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/lang/gauche/Makefile ============================================================================== --- head/lang/gauche/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/lang/gauche/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,6 +14,7 @@ COMMENT= Scheme script interpreter with LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= Fails to link: missing sbrk BROKEN_armv6= Fails to build: unknown attribute __alloc_size__; also fails in assembler BROKEN_mips= Fails to build: redefinition of GC_register_dynamic_libraries BROKEN_mips64= Fails to build: redefinition of GC_register_dynamic_libraries Modified: head/lang/p2c/Makefile ============================================================================== --- head/lang/p2c/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/lang/p2c/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -13,6 +13,8 @@ LICENSE= GPLv2 WRKSRC_SUBDIR= src +BROKEN_aarch64= Fails to link: missing sbrk + USES= perl5 shebangfix SHEBANG_FILES= p2cc.perl perl_OLD_CMD= /bin/perl Modified: head/lang/pbasic/Makefile ============================================================================== --- head/lang/pbasic/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/lang/pbasic/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -13,6 +13,8 @@ COMMENT= Phil Cockroft's Basic Interpret # Ask maintainer if you want newer sources or author's latest e-mail # (which is currently "phil@cockcroft.de") +BROKEN_aarch64= Fails to link: missing sbrk + ALL_TARGET= freebsd MAKEFILE= makefile PLIST_FILES= bin/pbasic man/man1/pbasic.1.gz Modified: head/mail/dbmail/Makefile ============================================================================== --- head/mail/dbmail/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/mail/dbmail/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -20,6 +20,8 @@ BUILD_DEPENDS= asciidoc:textproc/asciido xmlto:textproc/xmlto \ docbook-sgml>0:textproc/docbook-sgml +BROKEN_aarch64= Fails to link: missing sbrk + CONFLICTS= dbmail22-[0-9]* OPTIONS_DEFINE= DOCS LDAP SIEVE Modified: head/misc/pinfo/Makefile ============================================================================== --- head/misc/pinfo/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/misc/pinfo/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,6 +14,8 @@ COMMENT= Ncurses based, lynx style info LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= Fails to link: missing sbrk + USES= autoreconf gettext-tools libtool makeinfo ncurses tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net-im/zephyr/Makefile ============================================================================== --- head/net-im/zephyr/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/net-im/zephyr/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -12,6 +12,8 @@ COMMENT= Enterprise-scale distributed me LICENSE= MIT +BROKEN_aarch64= Fails to link: missing sbrk + GNU_CONFIGURE= yes # it is an upstream bug that --with-krb5 needs a path CONFIGURE_ARGS= --with-krb5="${KRB5_DIR}" Modified: head/net-mgmt/pmacct/Makefile ============================================================================== --- head/net-mgmt/pmacct/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/net-mgmt/pmacct/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -13,6 +13,8 @@ COMMENT= Accounting and aggregation tool LICENSE= GPLv2 +BROKEN_aarch64= Fails to link: missing sbrk + USE_RC_SUBR= pmacctd SUB_FILES= pkg-message GNU_CONFIGURE= yes Modified: head/news/nn/Makefile ============================================================================== --- head/news/nn/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/news/nn/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -11,6 +11,8 @@ MASTER_SITES= http://www.sourcefiles.org MAINTAINER= johans@FreeBSD.org COMMENT= Newsreader +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:Z MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -Iconf" LDFLAGS="${LDFLAGS} -s" Modified: head/news/nntpcache/Makefile ============================================================================== --- head/news/nntpcache/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/news/nntpcache/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -15,6 +15,9 @@ COMMENT= News caching/anti-spam/server-m SPOOLDIR?= /var/spool NO_CDROM= Free for individuals and non-military, non-profit organisations only + +BROKEN_aarch64= Fails to link: missing sbrk + USES= gmake autoreconf shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${SPOOLDIR} \ Modified: head/science/fastcap/Makefile ============================================================================== --- head/science/fastcap/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/science/fastcap/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,6 +14,8 @@ LICENSE_NAME= fastcap license LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= auto-accept +BROKEN_aarch64= Fails to link: missing sbrk + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config WRKSRC= ${WRKDIR}/fastcap-2.0wr Modified: head/science/fasthenry/Makefile ============================================================================== --- head/science/fasthenry/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/science/fasthenry/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -9,6 +9,8 @@ MASTER_SITES= http://www.wrcad.com/ftp/p MAINTAINER= ports@FreeBSD.org COMMENT= Multipole-accelerated inductance analysis program +BROKEN_aarch64= Fails to link: missing sbrk + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config WRKSRC= ${WRKDIR}/fasthenry-3.0wr Modified: head/shells/44bsd-csh/Makefile ============================================================================== --- head/shells/44bsd-csh/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/shells/44bsd-csh/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -1,5 +1,6 @@ # Created by: David O'Brien # $FreeBSD$ + PORTNAME= 44bsd-csh PORTVERSION= 20001106 PORTREVISION= 5 @@ -11,6 +12,8 @@ COMMENT= The traditional 4.4BSD /bin/csh EXTRACT_DEPENDS= rcs:devel/rcs57 +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:bzip2 NO_WRKSUBDIR= yes PORTDOCS= paper.ascii.gz Modified: head/shells/bashc/Makefile ============================================================================== --- head/shells/bashc/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/shells/bashc/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -12,6 +12,8 @@ COMMENT= GNU bash shell extended with vi MAKE_JOBS_UNSAFE= yes +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:tgz GNU_CONFIGURE= yes Modified: head/shells/heirloom-sh/Makefile ============================================================================== --- head/shells/heirloom-sh/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/shells/heirloom-sh/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -9,6 +9,8 @@ MASTER_SITES= SF/heirloom/${PORTNAME}/${ MAINTAINER= danielt@pilgerer.org COMMENT= Portable version of OpenSolaris' Bourne Shell +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:bzip2 MAKEFILE= makefile PLIST_FILES= bin/jsh \ Modified: head/shells/v7sh/Makefile ============================================================================== --- head/shells/v7sh/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/shells/v7sh/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -20,6 +20,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the UNIX 7th Edition shell +BROKEN_aarch64= Fails to link: missing sbrk + USES= uidfix EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= Modified: head/sysutils/LPRng/Makefile ============================================================================== --- head/sysutils/LPRng/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/LPRng/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -17,6 +17,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libgdbm.so:databases/gdbm +BROKEN_aarch64= Fails to link: missing sbrk + USES= gmake USE_OPENSSL= yes GNU_CONFIGURE= yes Modified: head/sysutils/bacula-client-static/Makefile ============================================================================== --- head/sysutils/bacula-client-static/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/bacula-client-static/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -21,4 +21,6 @@ CONFIGURE_ARGS+= --enable-client-only \ --disable-build-dird \ --disable-build-stored +BROKEN_aarch64= Fails to link: missing sbrk + .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bacula-client/Makefile ============================================================================== --- head/sysutils/bacula-client/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/bacula-client/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -16,4 +16,6 @@ OPTIONS_DEFAULT=ENABLE_IPV6 ENABLE_IPV6_DESC= Enable IPv6 support +BROKEN_aarch64= Fails to link: missing sbrk + .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bacula5-client-static/Makefile ============================================================================== --- head/sysutils/bacula5-client-static/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/bacula5-client-static/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -23,4 +23,6 @@ CONFIGURE_ARGS+= --enable-client-only \ --disable-build-dird \ --disable-build-stored +BROKEN_aarch64= Fails to link: missing sbrk + .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bacula5-client/Makefile ============================================================================== --- head/sysutils/bacula5-client/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/bacula5-client/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -16,4 +16,6 @@ MASTERDIR= ${.CURDIR}/../../sysutils/bac OPTIONS_DEFINE= NLS OPENSSL PYTHON OPTIONS_DEFAULT=OPENSSL +BROKEN_aarch64= Fails to link: missing sbrk + .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bareos-client-static/Makefile ============================================================================== --- head/sysutils/bareos-client-static/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/bareos-client-static/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -25,5 +25,6 @@ CONFIGURE_ARGS+= --enable-client-only \ --disable-build-stored \ --with-jansson=${LOCALBASE} +BROKEN_aarch64= Fails to link: missing sbrk .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bareos-client/Makefile ============================================================================== --- head/sysutils/bareos-client/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/bareos-client/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -7,6 +7,8 @@ PKGNAMESUFFIX= -client COMMENT= Backup archiving recovery open sourced (client) +BROKEN_aarch64= Fails to link: missing sbrk + WITH_CLIENT_ONLY=yes USE_RC_SUBR= bareos-fd Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/e2fsprogs/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,6 +14,8 @@ LICENSE= GPLv2 PORTSCOUT= ignore # cannot handle the version in the directory +BROKEN_aarch64= Fails to link: missing sbrk + USES= cpe gmake pkgconfig tar:xz CPE_VENDOR= e2fsprogs_project USE_CSTD= gnu99 Modified: head/sysutils/genisoimage/Makefile ============================================================================== --- head/sysutils/genisoimage/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/genisoimage/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -15,4 +15,6 @@ SLAVE_PORT= cdrkit MASTERDIR= ${.CURDIR}/../cdrkit +BROKEN_aarch64= Fails to link: missing sbrk + .include "${MASTERDIR}/Makefile" Modified: head/sysutils/torque/Makefile ============================================================================== --- head/sysutils/torque/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/torque/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -11,6 +11,8 @@ MASTER_SITES= http://www.adaptivecomputi MAINTAINER= ports@FreeBSD.org COMMENT= Open source distributed computing resource manager based on PBS +BROKEN_aarch64= Fails to link: missing sbrk + FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} USES= gmake perl5 libtool GNU_CONFIGURE= yes Modified: head/textproc/msort/Makefile ============================================================================== --- head/textproc/msort/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/textproc/msort/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -19,6 +19,8 @@ LIB_DEPENDS= libtre.so:textproc/libtre \ RUN_DEPENDS= iwidgets>=0:x11-toolkits/iwidgets TEST_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash +BROKEN_aarch64= Fails to link: missing sbrk + CONFIGURE_ENV= ac_cv_lib_tre_regwcomp=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-toolkits/xbae/Makefile ============================================================================== --- head/x11-toolkits/xbae/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/x11-toolkits/xbae/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,6 +14,8 @@ COMMENT= Motif-based widget which displa LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= Fails to link: missing sbrk + USES= libtool motif USE_LDCONFIG= yes GNU_CONFIGURE= yes