Subject: Re: pkg/24819
To: None <agc@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Noud deBrouwer <netbsd-install@home.nl>
List: pkgsrc-bugs
Date: 04/03/2005 20:28:01
The following reply was made to PR pkg/24819; it has been noted by GNATS.

From: Noud deBrouwer <netbsd-install@home.nl>
To: wiz@netbsd.org, agc@netbsd.org, pkg-manager@netbsd.org,
	pkgsrc-bugs@netbsd.org
Cc: 
Subject: Re: pkg/24819
Date: Sat, 02 Apr 2005 20:37:15 +0200

 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