Subject: Re: pkg/24819
To: None <wiz@netbsd.org, agc@netbsd.org, pkg-manager@netbsd.org,>
From: Noud deBrouwer <netbsd-install@home.nl>
List: pkgsrc-bugs
Date: 04/02/2005 20:37:15
wiz@netbsd.org wrote:

>Synopsis: festival doesn't build
>
>Responsible-Changed-From-To: pkg-manager->agc
>Responsible-Changed-By: wiz@netbsd.org
>Responsible-Changed-When: Mon, 14 Mar 2005 12:21:43 +0000
>Responsible-Changed-Why:
>Over to agc, who did the festival update.
>
>
>
>
>  
>
(xcuse..time.)

yup does build ok now.. NetBSD-2.0, pkgsrc-Q1
given i use pkg_comp(?) i had to:

*** Makefile    Mon Mar  7 11:34:07 2005
--- Makefile.new        Wed Mar 30 16:08:19 2005
***************
*** 71,77 ****
        @${CP} ${FILESDIR}/unknown_${OPSYS}.mak 
${FESTIVAL}/config/systems/unknown_${OPSYS}.mak
 
  do-configure:
!       cd ${SPEECHTOOLS} && ${ENV} ${CONFIGURE_ENV} ./configure 
${CONFIGURE_ARGS}
 
  do-install:
        ${INSTALL_DATA_DIR} ${FHOME}
--- 71,77 ----
        @${CP} ${FILESDIR}/unknown_${OPSYS}.mak 
${FESTIVAL}/config/systems/unknown_${OPSYS}.mak
 
  do-configure:
!       cd ${SPEECHTOOLS} ;./configure ${CONFIGURE_ARGS}
 
  do-install:
        ${INSTALL_DATA_DIR} ${FHOME}

(which is not perfect) but does build.
was able to make some messages for the phone again.
did not hear them messages yet.
Noud