svn commit: r489258 - head/x11/eterm

Mark Linimon linimon at FreeBSD.org
Fri Jan 4 18:15:40 UTC 2019


Author: linimon
Date: Fri Jan  4 18:15:39 2019
New Revision: 489258
URL: https://svnweb.freebsd.org/changeset/ports/489258

Log:
  Now builds on powerpc64 and aarch64 (and, presumably, mips*).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/eterm/Makefile

Modified: head/x11/eterm/Makefile
==============================================================================
--- head/x11/eterm/Makefile	Fri Jan  4 16:16:31 2019	(r489257)
+++ head/x11/eterm/Makefile	Fri Jan  4 18:15:39 2019	(r489258)
@@ -15,11 +15,6 @@ BUILD_DEPENDS=	man2html:textproc/man2html
 LIB_DEPENDS=	libast.so:devel/libast \
 		libImlib2.so:graphics/imlib2
 
-BROKEN_aarch64=		fails to package: gdb.scr: no such file or directory
-BROKEN_mips=		fails to package: gdb.scr: no such file or directory
-BROKEN_mips64=		fails to package: gdb.scr: no such file or directory
-BROKEN_powerpc64=	fails to package: gdb.scr: no such file or directory
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?=--enable-trans --enable-utmp \
 		--enable-xim --with-theme-update \


More information about the svn-ports-head mailing list