ports/182522

Ruslan Makhmatkhanov cvs-src at yandex.ru
Wed Nov 27 11:10:02 UTC 2013


The following reply was made to PR ports/182522; it has been noted by GNATS.

From: Ruslan Makhmatkhanov <cvs-src at yandex.ru>
To: bug-followup at FreeBSD.org, Koop Mast <kwm at rainbow-runner.nl>
Cc:  
Subject: Re: ports/182522
Date: Wed, 27 Nov 2013 15:08:39 +0400

 This is a multi-part message in MIME format.
 --------------090802030306070203080503
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Koop, I'm sorry, but the patch for espeak doesn't work for some reason. 
 If I manually execute ./configure --without-espeak, then all is ok, but 
 if I do `make configure` in port's dir (with espeak option disabled), 
 then it will pick it up anyway.
 
 I checked the configure. There is also check for with-espeak-dir. If 
 it's not ``no'', then it will try to build espeak. Dunno, may be this 
 configure arg is enabled by default or something. Anyway, I was able to 
 fix the breakage like this. Please see the patch attached.
 
 -- 
 Regards,
 Ruslan
 
 T.O.S. Of Reality
 
 --------------090802030306070203080503
 Content-Type: text/x-patch;
  name="espeak.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="espeak.patch"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 335006)
 +++ Makefile	(working copy)
 @@ -32,7 +32,7 @@
  CONFIGURE_ARGS+=--with-espeak-dir=${LOCALBASE}
  PLIST_SUB+=	ESPEAK:=""
  .else
 -CONFIGURE_ARGS+=--without-espeak
 +CONFIGURE_ARGS+=--without-espeak --with-espeak-dir=no
  PLIST_SUB+=	ESPEAK:="@comment "
  .endif
  
 
 --------------090802030306070203080503--


More information about the freebsd-gnome mailing list