ports/86076: Updating audio/festival+OGI for FreeBSD 6.0

Kirk Strauser kirk at strauser.com
Tue Sep 13 16:10:19 UTC 2005


>Number:         86076
>Category:       ports
>Synopsis:       Updating audio/festival+OGI for FreeBSD 6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 13 16:10:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Kirk Strauser
>Release:        FreeBSD 6.0-BETA4 i386
>Organization:
The Strauser Group
>Environment:
System: FreeBSD kanga.honeypot.net 6.0-BETA4 FreeBSD 6.0-BETA4 #5: Sat Sep 10 11:23:12 CDT 2005 kirk at kanga.honeypot.net:/usr/obj/usr/src/sys/KANGA i386


	
>Description:
	
This patch removes the "BROKEN" notice for a problem I can't replicate.
It also adds build support for FreeBSD 6.0 and newer.
>How-To-Repeat:
	
>Fix:

	

--- fest.patch begins here ---
diff -urN festival+OGI.old/Makefile festival+OGI/Makefile
--- festival+OGI.old/Makefile	Fri Jul 22 21:53:15 2005
+++ festival+OGI/Makefile	Tue Sep 13 10:30:11 2005
@@ -25,10 +25,6 @@
 LIB_DEPENDS=	audio.2:${PORTSDIR}/audio/nas \
 		esd.2:${PORTSDIR}/audio/esound
 
-BROKEN=		Incorrect pkg-plist
-DEPRECATED=	"${BROKEN}"
-EXPIRATION_DATE=2005-09-22
-
 CONFLICTS=	festival-*
 DIST_SUBDIR=	festival
 
@@ -85,12 +81,14 @@
 	@${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.3.mak \
 		${SPEECHTOOLS}/config/systems/${FESTIVAL_ARCH}_FreeBSD3.${i}.mak
 .endfor
-.for ii in 4 5
+.for ii in 4 5 6
 .for jj in 1 2 3 4 5 6 7 8 9 10 11
 	@${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \
 	${SPEECHTOOLS}/config/systems/${FESTIVAL_ARCH}_FreeBSD${ii}.${jj}.mak
 .endfor
 .endfor
+	@${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \
+	${SPEECHTOOLS}/config/systems/${FESTIVAL_ARCH}_FreeBSD6.0.mak
 
 do-install:
 	${MKDIR} ${FHOME}/lib/voices/english/ ${FHOME}/lib/voices/italian/ \
--- fest.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list