Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2013 11:10:01 GMT
From:      Ruslan Makhmatkhanov <cvs-src@yandex.ru>
To:        gnome@FreeBSD.org
Subject:   Re: ports/182522
Message-ID:  <201311271110.rARBA1Pe097788@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182522; it has been noted by GNATS.

From: Ruslan Makhmatkhanov <cvs-src@yandex.ru>
To: bug-followup@FreeBSD.org, Koop Mast <kwm@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311271110.rARBA1Pe097788>