From gerry@houseofdavids.net  Fri Jun  3 12:56:23 2011
Return-Path: <gerry@houseofdavids.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 68ADD106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Jun 2011 12:56:23 +0000 (UTC)
	(envelope-from gerry@houseofdavids.net)
Received: from mail.houseofdavids.net (207-172-212-87.c3-0.sbo-ubr1.sbo.ma.static.cable.rcn.com [207.172.212.87])
	by mx1.freebsd.org (Postfix) with ESMTP id 1D1138FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Jun 2011 12:56:22 +0000 (UTC)
Received: from john-steed.home.houseofdavids.net (localhost [127.0.0.1])
	by john-steed.home.houseofdavids.net (8.14.4/8.14.4) with ESMTP id p52I9YI5073728
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 2 Jun 2011 14:09:35 -0400 (EDT)
	(envelope-from gerry@john-steed.home.houseofdavids.net)
Received: (from gerry@localhost)
	by john-steed.home.houseofdavids.net (8.14.4/8.14.4/Submit) id p52I9TI4073727;
	Thu, 2 Jun 2011 14:09:29 -0400 (EDT)
	(envelope-from gerry)
Message-Id: <201106021809.p52I9TI4073727@john-steed.home.houseofdavids.net>
Date: Thu, 2 Jun 2011 14:09:29 -0400 (EDT)
From: "David K. Gerry" <David.K.Gerry@GMail.com>
Reply-To: "David K. Gerry" <David.K.Gerry@GMail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch][maintainer update] accessibility/eflite
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         157564
>Category:       ports
>Synopsis:       [patch][maintainer update] accessibility/eflite
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jlaffaye
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 03 13:00:26 UTC 2011
>Closed-Date:    Thu Jun 09 22:30:10 UTC 2011
>Last-Modified:  Thu Jun  9 22:30:16 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye 
Responsible-Changed-By: jlaffaye 
Responsible-Changed-When: Thu Jun 9 17:04:38 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157564 
State-Changed-From-To: open->closed 
State-Changed-By: jlaffaye 
State-Changed-When: Thu Jun 9 22:30:08 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157564 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157564: commit references a PR
Date: Thu,  9 Jun 2011 22:27:08 +0000 (UTC)

 jlaffaye    2011-06-09 22:26:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     accessibility/eflite Makefile 
   Added files:
     accessibility/eflite/files patch-Makefile.in 
   Log:
   Add patch to fix build.
   
   PR:             ports/157564
   Submitted by:   David K. Gerry <David.K.Gerry@GMail.com>
   Approved by:    bapt (mentor)
   
   Revision  Changes    Path
   1.4       +0 -2      ports/accessibility/eflite/Makefile
   1.1       +11 -0     ports/accessibility/eflite/files/patch-Makefile.in (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
