Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 20:23:20 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550341 - head/multimedia/aegisub
Message-ID:  <202009272023.08RKNKjR075373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Sep 27 20:23:19 2020
New Revision: 550341
URL: https://svnweb.freebsd.org/changeset/ports/550341

Log:
  Mark powerpc64le broken the same way as powerpc64.
  
  While here, pet portlint.

Modified:
  head/multimedia/aegisub/Makefile

Modified: head/multimedia/aegisub/Makefile
==============================================================================
--- head/multimedia/aegisub/Makefile	Sun Sep 27 20:21:08 2020	(r550340)
+++ head/multimedia/aegisub/Makefile	Sun Sep 27 20:23:19 2020	(r550341)
@@ -15,8 +15,10 @@ COMMENT=	Cross-platform subtitle editor
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-NOT_FOR_ARCHS=		powerpc64
+BROKEN_aarch64=		Fails to compile: no support for this architecture (yet)
+NOT_FOR_ARCHS=		powerpc64 powerpc64le
 NOT_FOR_ARCHS_REASON_powerpc64=		No support for PowerPC 64 bit mode
+NOT_FOR_ARCHS_REASON_powerpc64le=	No support for PowerPC 64 bit mode
 
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libicui18n.so:devel/icu \
@@ -66,8 +68,6 @@ PORTAUDIO_CONFIGURE_OFF=\
 PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
 PULSEAUDIO_CONFIGURE_OFF=\
 			--without-libpulse
-
-BROKEN_aarch64=		Fails to compile: no support for this architecture (yet)
 
 # src/audio_display.o: undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0'
 .if empty(CFLAGS:M-march=*)



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