ports/157564: [patch][maintainer update] accessibility/eflite

David K. Gerry David.K.Gerry at GMail.com
Fri Jun 3 13:00:27 UTC 2011


>Number:         157564
>Category:       ports
>Synopsis:       [patch][maintainer update] accessibility/eflite
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 03 13:00:26 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     David K. Gerry <David.K.Gerry at GMail.com>
>Release:        FreeBSD 7.4-RELEASE-p1 i386
>Organization:
>Environment:
System: 


	
>Description:
	files/patch-Makefile.in
	Patch fixes the ports linking to default vox.
>How-To-Repeat:
	
>Fix:

	

--- eflite.diff begins here ---
diff -ruN /usr/ports/accessibility/eflite/Makefile eflite/Makefile
--- /usr/ports/accessibility/eflite/Makefile	2011-01-06 14:27:00.000000000 -0500
+++ eflite/Makefile	2011-06-02 11:27:24.000000000 -0400
@@ -20,8 +20,6 @@
 USE_GMAKE=	yes
 ALL_TARGET=	eflite
 
-BROKEN=		does not link
-
 CONFIGURE_ARGS+=	--with-audio=freebsd
 .if defined(FL_LANG)
 CONFIGURE_ARGS+=	--with-lang=${FL_LANG}
diff -ruN /usr/ports/accessibility/eflite/files/patch-Makefile.in eflite/files/patch-Makefile.in
--- /usr/ports/accessibility/eflite/files/patch-Makefile.in	1969-12-31 19:00:00.000000000 -0500
+++ eflite/files/patch-Makefile.in	2011-05-27 14:56:08.000000000 -0400
@@ -0,0 +1,11 @@
+--- ./Makefile.in.orig	2007-01-18 19:01:09.000000000 -0500
++++ ./Makefile.in	2011-05-27 12:55:15.000000000 -0400
+@@ -34,7 +34,7 @@
+ 	$(CC) $(LDFLAGS) -o $@ $^ -lm $(LIBS) $(FLITE_LIBS) $(AUDIOLIBS)
+ 
+ fs.o: fs.c
+-	$(CC) $(CFLAGS) @AUDIODEFS@ -I. -I$(flite_include_dir) -DREGISTER_VOX=register_$(subst cmu_us_kal16,cmu_us_kal,$(FL_VOX)) -DSTANDALONE -DEFLITE -c -o $@ $<
++	$(CC) $(CFLAGS) @AUDIODEFS@ -I. -I$(flite_include_dir) -DREGISTER_VOX=register_$(FL_VOX) -DSTANDALONE -DEFLITE -c -o $@ $<
+ 
+ tone.o: tone.c
+ 	$(CC) $(CFLAGS) -I$(flite_include_dir) -DEFLITE -c -o $@ $<
--- eflite.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list