ports/97758: multimedia/transcode: typo in Makefile

Conrad J. Sabatier conrads at cox.net
Tue May 23 22:50:32 UTC 2006


>Number:         97758
>Category:       ports
>Synopsis:       multimedia/transcode: typo in Makefile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 23 22:50:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
(none)
>Environment:
System: FreeBSD serene.no-ip.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon May 22 21:28:46 CDT 2006 conrads at serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64

>Description:
	Makefile for multimedia transcode contains a typo:
	WIH_LIBA52_DEFAULT (obviously, should be
	WITH_LIBA52_DEFAULT)
>How-To-Repeat:
	N/A
>Fix:
	diff attached

--- transcode.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/transcode/Makefile,v
retrieving revision 1.73
diff -u -d -H -r1.73 Makefile
--- Makefile	7 May 2006 02:57:34 -0000	1.73
+++ Makefile	23 May 2006 22:39:55 -0000
@@ -361,7 +361,7 @@
 	@${ECHO_MSG} "You will probably want to enable this, if you plan to"
 	@${ECHO_MSG} "rip DVDs."
 .endif
-.if !defined(WIH_LIBA52_DEFAULT)
+.if !defined(WITH_LIBA52_DEFAULT)
 	@${ECHO_MSG}
 	@${ECHO_MSG} "You can use liba52 as default audio encoder by defining WITH_LIBA52_DEFAULT."
 	@${ECHO_MSG} "This implies WITH_LIBA52."
--- transcode.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list