diff options
author | trevor <trevor@FreeBSD.org> | 2005-09-24 02:39:39 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-09-24 02:39:39 +0800 |
commit | 3b59a4a4cf1d9bd40077db5b1d16c3c5c59f15c8 (patch) | |
tree | 8054c01cf4fa83c66008f25d9ec4208f5360cb20 | |
parent | 07043dcb08d6ef8fe863ae76f61c208ff0dc0133 (diff) | |
download | freebsd-ports-gnome-3b59a4a4cf1d9bd40077db5b1d16c3c5c59f15c8.tar.gz freebsd-ports-gnome-3b59a4a4cf1d9bd40077db5b1d16c3c5c59f15c8.tar.zst freebsd-ports-gnome-3b59a4a4cf1d9bd40077db5b1d16c3c5c59f15c8.zip |
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
-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 |