Date: Thu, 2 Jun 2011 14:09:29 -0400 (EDT) From: "David K. Gerry" <David.K.Gerry@GMail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/157564: [patch][maintainer update] accessibility/eflite Message-ID: <201106021809.p52I9TI4073727@john-steed.home.houseofdavids.net> Resent-Message-ID: <201106031300.p53D0QmM082669@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106021809.p52I9TI4073727>