Date: Wed, 15 Jan 2014 22:32:05 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339834 - head/audio/espeak Message-ID: <201401152232.s0FMW5mx059353@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jan 15 22:32:04 2014 New Revision: 339834 URL: http://svnweb.freebsd.org/changeset/ports/339834 QAT: https://qat.redports.org/buildarchive/r339834/ Log: Reduce over inclusion of bsd.port.mk Modified: head/audio/espeak/Makefile Modified: head/audio/espeak/Makefile ============================================================================== --- head/audio/espeak/Makefile Wed Jan 15 22:31:05 2014 (r339833) +++ head/audio/espeak/Makefile Wed Jan 15 22:32:04 2014 (r339834) @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= nivit@FreeBSD.org -COMMENT= A software speech synthesizer +COMMENT= Software speech synthesizer LICENSE= GPLv3 @@ -44,6 +44,8 @@ INSTALL_WRKSRC= ${WRKSRC}/src REINPLACE_FILES= Makefile speech.h REINPLACE_ARGS= -i.bak -e "s|%%DATADIR%%|${DATADIR}|g" +BROKEN_sparc64= Does not compile on sparc64 + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRUNTIME} @@ -67,10 +69,4 @@ post-install: cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR} .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401152232.s0FMW5mx059353>