diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-09-23 18:39:39 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-09-23 18:39:39 +0000 |
commit | 3aa14dddeffcee7fd27f5ba62375b89e501cce73 (patch) | |
tree | c379b22f8fb8c3a7b86bc32280272d5cac27e608 /audio/festival+OGI | |
parent | 10f8c51a35ce1453094f79ba8cbfadc1d8c56342 (diff) |
Patch to allow compilation on FreeBSD 6.x. Unmark BROKEN and
DEPRECATED. Like the submitter, I did not see any problem with the
packing list.
PR: 86076
Submitted by: Kirk Strauser
Notes
Notes:
svn path=/head/; revision=143452
Diffstat (limited to 'audio/festival+OGI')
-rw-r--r-- | audio/festival+OGI/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile index f2db4d82fea2..85736229ec96 100644 --- a/audio/festival+OGI/Makefile +++ b/audio/festival+OGI/Makefile @@ -25,10 +25,6 @@ COMMENT= Text-to-speech system with OGI residual LPC synthesizer LIB_DEPENDS= audio.2:${PORTSDIR}/audio/nas \ esd.2:${PORTSDIR}/audio/esound -BROKEN= Incorrect pkg-plist -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - CONFLICTS= festival-* DIST_SUBDIR= festival @@ -85,9 +81,9 @@ post-patch: @${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.3.mak \ ${SPEECHTOOLS}/config/systems/${FESTIVAL_ARCH}_FreeBSD3.${i}.mak .endfor -.for ii in 4 5 -.for jj in 1 2 3 4 5 6 7 8 9 10 11 - @${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \ +.for ii in 4 5 6 7 +.for jj in 0 1 2 3 4 5 6 7 8 9 10 11 + @${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.3.mak \ ${SPEECHTOOLS}/config/systems/${FESTIVAL_ARCH}_FreeBSD${ii}.${jj}.mak .endfor .endfor |