Date: Tue, 14 Mar 2017 03:04:13 +0000 (UTC) From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436120 - in head/editors: emacs emacs-devel emacs-nox11 Message-ID: <201703140304.v2E34D2Y096553@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ashish Date: Tue Mar 14 03:04:12 2017 New Revision: 436120 URL: https://svnweb.freebsd.org/changeset/ports/436120 Log: - Mark port as BROKEN for aarch64 - Remove now redundant BROKEN_* directive from slave port: editors/emacs-nox11 Reported by: Gergely Czuczy <gergely.czuczy at harmless.hu> Modified: head/editors/emacs-devel/Makefile head/editors/emacs-nox11/Makefile head/editors/emacs/Makefile Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Tue Mar 14 02:59:38 2017 (r436119) +++ head/editors/emacs-devel/Makefile Tue Mar 14 03:04:12 2017 (r436120) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= emacs25-[0-9]* emacs-nox11-[0-9]* +BROKEN_aarch64= Fails to link: missing sbrk + USE_GITHUB= yes GH_ACCOUNT= emacs-mirror GH_TAGNAME= 55c0c3e Modified: head/editors/emacs-nox11/Makefile ============================================================================== --- head/editors/emacs-nox11/Makefile Tue Mar 14 02:59:38 2017 (r436119) +++ head/editors/emacs-nox11/Makefile Tue Mar 14 03:04:12 2017 (r436120) @@ -12,6 +12,4 @@ OPTIONS_DEFAULT= GNUTLS MODULES SOURCES MASTERDIR= ${.CURDIR}/../emacs -BROKEN_aarch64= Fails to link: missing sbrk - .include "${MASTERDIR}/Makefile" Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Tue Mar 14 02:59:38 2017 (r436119) +++ head/editors/emacs/Makefile Tue Mar 14 03:04:12 2017 (r436120) @@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL?= emacs-devel-[0-9]* emacs-nox11-[0-9]* +BROKEN_aarch64= Fails to link: missing sbrk + EMACS_VER= 25.1 GNU_CONFIGURE= yes USES= cpe gmake makeinfo ncurses pkgconfig tar:xz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703140304.v2E34D2Y096553>