ports/105981: Trivial directory fix of audio/espeak

Aleksander Fafula alex at fafula.com
Tue Nov 28 22:50:50 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list