svn commit: r432701 - head/audio/ardour5

Mark Linimon linimon at FreeBSD.org
Sun Jan 29 08:28:20 UTC 2017


Author: linimon
Date: Sun Jan 29 08:28:18 2017
New Revision: 432701
URL: https://svnweb.freebsd.org/changeset/ports/432701

Log:
  Mark as broken on aarch64: multiple failures in configure.
  
  While here, pet portlint.

Modified:
  head/audio/ardour5/Makefile

Modified: head/audio/ardour5/Makefile
==============================================================================
--- head/audio/ardour5/Makefile	Sun Jan 29 08:13:56 2017	(r432700)
+++ head/audio/ardour5/Makefile	Sun Jan 29 08:28:18 2017	(r432701)
@@ -46,6 +46,8 @@ USE_GNOME=	atk cairo cairomm gdkpixbuf2 
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 
+BROKEN_aarch64=		Fails to configure: Could not find the program gas,as,gcc
+
 PLIST_SUB=	ARDOURVERSION=${PORTVERSION}
 CONFLICTS_BUILD=	 libsmf-*
 
@@ -93,11 +95,11 @@ post-install:
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "i386"
-WITH_ARCH_FLAGS=	--arch='-msse -mfpmath=sse' --dist-target=i386          
-.elif ${ARCH} == "amd64"                                                        
+WITH_ARCH_FLAGS=	--arch='-msse -mfpmath=sse' --dist-target=i386
+.elif ${ARCH} == "amd64"
 WITH_ARCH_FLAGS=	--arch='-msse -mfpmath=sse' --dist-target=x86_64
 .endif
-                                                                                
+
 .if defined(WITH_ARCH_FLAGS)
 CONFIGURE_ARGS+=	${WITH_ARCH_FLAGS}
 .endif


More information about the svn-ports-head mailing list