svn commit: r436120 - in head/editors: emacs emacs-devel emacs-nox11
Ashish SHUKLA
ashish at FreeBSD.org
Tue Mar 14 03:04:14 UTC 2017
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
More information about the svn-ports-all
mailing list