Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 21:47:42 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d359dba4aaa3 - main - editors/emacs: drop gcc on powerpc64*
Message-ID:  <202501172147.50HLlgDG064271@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d359dba4aaa3fe233aee0b7e31e7ebf5e1d0ebe1

commit d359dba4aaa3fe233aee0b7e31e7ebf5e1d0ebe1
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-17 18:03:55 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-17 21:46:13 +0000

    editors/emacs: drop gcc on powerpc64*
    
    No longer necessary.
---
 editors/emacs/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 794ecf2fc907..784b5ee4b318 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	emacs
 DISTVERSION=	29.4
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	3
 CATEGORIES=	editors
 MASTER_SITES=	GNU
@@ -253,10 +253,6 @@ XWIDGETS_CONFIGURE_WITH=	xwidgets
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH:Mpowerpc64*}
-USE_GCC=	yes
-.endif
-
 .if ${FLAVOR:U} != nox
 USES+=		desktop-file-utils gnome
 .if !${PORT_OPTIONS:MPGTK}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501172147.50HLlgDG064271>