Date: Tue, 23 May 2006 17:44:16 -0500 (CDT) From: "Conrad J. Sabatier" <conrads@cox.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hendrik@scholz.net Subject: ports/97758: multimedia/transcode: typo in Makefile Message-ID: <200605232244.k4NMiEgH073360@serene.no-ip.org> Resent-Message-ID: <200605232250.k4NMoDMr088030@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605232244.k4NMiEgH073360>