From owner-svn-ports-head@freebsd.org Tue Mar 14 03:04:14 2017 Return-Path: Delivered-To: svn-ports-head@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 560D1D0B7B9; Tue, 14 Mar 2017 03:04:14 +0000 (UTC) (envelope-from ashish@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 251E7172F; Tue, 14 Mar 2017 03:04:14 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2E34D0u096556; Tue, 14 Mar 2017 03:04:13 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2E34D2Y096553; Tue, 14 Mar 2017 03:04:13 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201703140304.v2E34D2Y096553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Tue, 14 Mar 2017 03:04:13 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2017 03:04:14 -0000 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 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