Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2017 20:05:25 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450866 - head/audio/festival
Message-ID:  <201709282005.v8SK5P1r030256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Sep 28 20:05:25 2017
New Revision: 450866
URL: https://svnweb.freebsd.org/changeset/ports/450866

Log:
  audio/festival: unbreak on most non-x86 archs
  
  For example, after r450862 mips64 still failed:
  
  gmake[1]: Entering directory '/wrkdirs/usr/ports/audio/festival/work/speech_tools'
  Check system type
  ../config/config:197: ../config/systems/mips_unknown.mak: No such file or directory
  gmake[1]: *** No rule to make target '../config/systems/mips_unknown.mak'.  Stop.

Modified:
  head/audio/festival/Makefile   (contents, props changed)

Modified: head/audio/festival/Makefile
==============================================================================
--- head/audio/festival/Makefile	Thu Sep 28 19:52:45 2017	(r450865)
+++ head/audio/festival/Makefile	Thu Sep 28 20:05:25 2017	(r450866)
@@ -25,9 +25,6 @@ PATCH_SITES=	ftp://ftp.netbsd.org/pub/pkgsrc/current/p
 MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Multi-lingual speech synthesis system
 
-BROKEN_aarch64=		Fails to link: arm64_unknown.mak: No such file or directory
-BROKEN_powerpc64=	Fails to link: powerpc_unknown.mak: No such file or directory
-
 OPTIONS_DEFINE=	NAS ESD
 OPTIONS_DEFAULT=NAS ESD
 ESD_DESC=	${ESOUND_DESC}
@@ -83,7 +80,7 @@ do-configure:
 		${FALSE}; \
 	fi
 	# This step helps non-i386 systems and is harmless on i386
-	-${LN} -s ix86_FreeBSD.mak ${WRKDIR}/$d/config/systems/${ARCH:S/armv6/arm/}_unknown.mak
+	-${LN} -s ix86_FreeBSD.mak ${WRKDIR}/$d/config/systems/${MACHINE}_unknown.mak
 .endfor
 	@${REINPLACE_CMD} \
 	    -e '/^CFLAGS *=/s|$$| ${CFLAGS}|' \



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