1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

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
This commit is contained in:
Trevor Johnson 2005-09-23 18:39:39 +00:00
parent 10f8c51a35
commit 3aa14dddef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143452

View File

@ -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