Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2006 23:45:28 +0100
From:      "Aleksander Fafula" <alex@fafula.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/105981: Trivial directory fix of audio/espeak
Message-ID:  <1164753928.5094@o>
Resent-Message-ID: <200611282250.kASMoGPE017071@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105981
>Category:       ports
>Synopsis:       Trivial directory fix of audio/espeak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 28 22:50:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aleksander Fafula
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
sitting behind you 
>Environment:


System: FreeBSD 7.0-CURRENT #1: Mon Nov 27 20:40:00 CET 2006
    root@o:/home/obj/usr/src/sys/O



>Description:


audio/espeak has bad path set. It keeps generating errors and segfaults. Changing path helps.

Best regards,
oleczek


>How-To-Repeat:


.


>Fix:


--- espeak_dir.patch begins here ---
diff -ruN espeak.orig/files/patch-src-Makefile espeak/files/patch-src-Makefile
--- espeak.orig/files/patch-src-Makefile	Sat Nov 18 20:03:25 2006
+++ espeak/files/patch-src-Makefile	Tue Nov 28 23:31:38 2006
@@ -5,7 +5,7 @@
  INCDIR=/usr/include/espeak
  LIBDIR=/usr/lib
 -DATADIR=/usr/share/espeak-data
-+DATADIR=%%DATADIR%%
++DATADIR=%%DATADIR%%/espeak-data
  
  RELEASE = 1.17
  BIN_NAME = speak
--- espeak_dir.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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