pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2005Q3]: pkgsrc/audio/festival Pullup ticket 864 - requested b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6151ff9ef81
branches:  pkgsrc-2005Q3
changeset: 499662:f6151ff9ef81
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Nov 05 15:26:45 2005 +0000

description:
Pullup ticket 864 - requested by Min Sik Kim
sync audio/festival with HEAD, potential build problem and PLIST fix

Revisions pulled up:
- pkgsrc/audio/festival/Makefile                              1.44, 1.45

   Module Name: pkgsrc
   Committed By:        kristerw
   Date:                Thu Sep 29 19:35:50 UTC 2005

   Modified Files:
        pkgsrc/audio/festival: Makefile

   Log Message:
   Do not install *.orig files that are left after patching.
---
   Module Name:    pkgsrc
   Committed By:    minskim
   Date:        Sun Oct 30 04:55:59 UTC 2005

   Modified Files:
       pkgsrc/audio/festival: Makefile

   Log Message:
   ENV is not defined; use SETENV instead.

diffstat:

 audio/festival/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 41857b511846 -r f6151ff9ef81 audio/festival/Makefile
--- a/audio/festival/Makefile   Sat Nov 05 14:14:48 2005 +0000
+++ b/audio/festival/Makefile   Sat Nov 05 15:26:45 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/06/16 23:34:44 kristerw Exp $
+# $NetBSD: Makefile,v 1.43.4.1 2005/11/05 15:26:45 seb Exp $
 
 DISTNAME=      festival-1.95-beta
 PKGNAME=       festival-1.95beta
@@ -74,7 +74,7 @@
 .endif
 
 do-configure:
-       cd ${SPEECHTOOLS} && ${ENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
+       cd ${SPEECHTOOLS} && ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
 
 do-install:
        ${INSTALL_DATA_DIR} ${FHOME}
@@ -82,6 +82,7 @@
        ${FIND} ${FESTIVAL}/lib -type d -print | ${XARGS} ${CHMOD} 755
        -@${MV} ${FESTIVAL}/lib/etc/unknown_${OPSYS} ${FESTIVAL}/lib/etc/pkgsrc
        cd ${FESTIVAL} && ${PAX} -rw lib examples ${FHOME}
+       ${RM} ${FHOME}/examples/Makefile.orig
        ${RM} -f ${FHOME}/lib/etc/unknown_${OPSYS}/audsp ${FHOME}/lib/etc/pkgsrc/audsp
        ${INSTALL_PROGRAM} ${FESTIVAL}/lib/etc/pkgsrc/audsp ${PREFIX}/libexec
        ${INSTALL_PROGRAM} ${FESTIVAL}/src/main/festival ${PREFIX}/libexec/festival.naked



Home | Main Index | Thread Index | Old Index