diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-30 15:31:41 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-30 15:31:41 +0000 |
commit | 45ac9fe831feb9b86a186185ceb804f11aa781a6 (patch) | |
tree | 07ffe62bf351ee7a63e632726d23ebc2921b0392 /audio | |
parent | - Add a copy of spamcontrol patch on MASTER_SITE_LOCAL and make it fetchable (diff) |
- Fix building.
- Remove BROKEN, DEPRECATED and EXPIRATION_DATE.
- Fix packaging list.
- Remove pre-everything comment.
Approved by: portmgr (erwin)
Obtained from: http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036386.html
Notes
Notes:
svn path=/head/; revision=175556
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festival+OGI/Makefile | 10 | ||||
-rw-r--r-- | audio/festival+OGI/files/patch-speech_tools__config__rules__install.mak | 11 | ||||
-rw-r--r-- | audio/festival+OGI/pkg-plist | 1 |
3 files changed, 12 insertions, 10 deletions
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile index 450e6de6605c..a05f900b4c44 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= Touches filesystem prior to make install -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - CONFLICTS= festival-* DIST_SUBDIR= festival @@ -54,12 +50,6 @@ USE_GMAKE= yes SPEECHTOOLS= ${WRKSRC}/speech_tools WRKSRC= ${WRKDIR} -pre-everything:: - @${ECHO_CMD} "* WARNING: the source code for this port has not *" - @${ECHO_CMD} "* been properly reviewed by the FreeBSD maintainer. *" - @${ECHO_CMD} "* Waiting ten seconds (control-C cancels build). *" - @sleep 10 - post-extract: @${TAR} -C ${WRKSRC} -xzf \ ${DISTDIR}/${DIST_SUBDIR}/OGIfestpatch-1.4.1.2.tar.gz diff --git a/audio/festival+OGI/files/patch-speech_tools__config__rules__install.mak b/audio/festival+OGI/files/patch-speech_tools__config__rules__install.mak new file mode 100644 index 000000000000..00f52f05281d --- /dev/null +++ b/audio/festival+OGI/files/patch-speech_tools__config__rules__install.mak @@ -0,0 +1,11 @@ +--- speech_tools/config/rules/install.mak.orig Sun May 30 10:51:10 1999 ++++ speech_tools/config/rules/install.mak Sun Oct 29 20:50:07 2006 +@@ -39,8 +39,6 @@ + + + +-PROJECT_HOME_PATH := $(shell mkdir -p $($(PROJECT_PREFIX)_HOME); cd $($(PROJECT_PREFIX)_HOME); pwd) +- + PROJECT_TOP_PATH := $(shell (cd $(TOP); pwd)) + + S = _static diff --git a/audio/festival+OGI/pkg-plist b/audio/festival+OGI/pkg-plist index b6676c6b07f8..fd08d0aa08d0 100644 --- a/audio/festival+OGI/pkg-plist +++ b/audio/festival+OGI/pkg-plist @@ -128,3 +128,4 @@ share/festival/examples/durmeanstd @dirrm share/festival/lib/dicts @dirrm share/festival/lib @dirrm share/festival/examples +@dirrm share/festival |