svn commit: r450870 - branches/2017Q3/audio/festival

Jan Beich jbeich at FreeBSD.org
Thu Sep 28 20:14:22 UTC 2017


Author: jbeich
Date: Thu Sep 28 20:14:21 2017
New Revision: 450870
URL: https://svnweb.freebsd.org/changeset/ports/450870

Log:
  MFH: r450862 r450866
  
  audio/festival: unbreak on most non-x86 archs
  
  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.
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q3/audio/festival/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/audio/festival/Makefile
==============================================================================
--- branches/2017Q3/audio/festival/Makefile	Thu Sep 28 20:14:21 2017	(r450869)
+++ branches/2017Q3/audio/festival/Makefile	Thu Sep 28 20:14:21 2017	(r450870)
@@ -25,11 +25,6 @@ PATCH_SITES=	ftp://ftp.netbsd.org/pub/pkgsrc/current/p
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	Multi-lingual speech synthesis system
 
-BROKEN_aarch64=		Fails to link: arm64_unknown.mak: No such file or directory
-BROKEN_armv6=		Fails to link: cc.mak: No such file or directory
-BROKEN_mips64=		Fails to link: cc.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}
@@ -85,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}|' \


More information about the svn-ports-all mailing list