From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 2 18:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 62BAC7BC for ; Tue, 2 Apr 2013 18:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4652A2F for ; Tue, 2 Apr 2013 18:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r32Io20v053834 for ; Tue, 2 Apr 2013 18:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r32Io2Wf053833; Tue, 2 Apr 2013 18:50:02 GMT (envelope-from gnats) Resent-Date: Tue, 2 Apr 2013 18:50:02 GMT Resent-Message-Id: <201304021850.r32Io2Wf053833@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ilya A. Arkhipov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 91A9863D for ; Tue, 2 Apr 2013 18:43:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 835E0FB1 for ; Tue, 2 Apr 2013 18:43:11 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r32IhAug088718 for ; Tue, 2 Apr 2013 18:43:10 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r32IhAH5088717; Tue, 2 Apr 2013 18:43:10 GMT (envelope-from nobody) Message-Id: <201304021843.r32IhAH5088717@red.freebsd.org> Date: Tue, 2 Apr 2013 18:43:10 GMT From: "Ilya A. Arkhipov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177586: [patch] multimedia/mencoder was lost LZO_DESC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Apr 2013 18:50:02 -0000 >Number: 177586 >Category: ports >Synopsis: [patch] multimedia/mencoder was lost LZO_DESC >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 Apr 02 18:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ilya A. Arkhipov >Release: FreeBSD 10.0-CURRENT >Organization: Rambler Internet Holding LLC >Environment: FreeBSD m1cro.park 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r247397: Wed Feb 27 16:06:42 MSK 2013 m1cro@m1cro.park:/home/m1cro/makepro/linuxulator/obj/usr/home/m1cro/makepro/linuxulator/sys/MICROKERNEL amd64 >Description: in multimedia/mencoder was lost LZO_DESC in http://svnweb.freebsd.org/ports/head/multimedia/mencoder/Makefile?r1=315041&r2=315040&pathrev=315041 >How-To-Repeat: make -C /usr/ports/multimedia/mencoder config >Fix: diff -Nru mencoder_old/Makefile mencoder/Makefile --- mencoder_old/Makefile 2013-04-02 22:38:28.252769830 +0400 +++ mencoder/Makefile 2013-04-02 22:39:03.973070063 +0400 @@ -18,6 +18,7 @@ OPTIONS_DEFAULT=GIF IPV6 OCFLAGS RTCPU WIN32 X264 XVID BLURAY_DESC?= BluRay support +LZO_DESC?= Enable external liblzo library OCFLAGS_DESC?= Use optimized compiler flags OTCHAIN_DESC?= Use gcc 4.6+ toolchain on legacy systems REAL_DESC?= Enable realplayer plugin Patch attached with submission follows: diff -Nru mencoder_old/Makefile mencoder/Makefile --- mencoder_old/Makefile 2013-04-02 22:38:28.252769830 +0400 +++ mencoder/Makefile 2013-04-02 22:39:03.973070063 +0400 @@ -18,6 +18,7 @@ OPTIONS_DEFAULT=GIF IPV6 OCFLAGS RTCPU WIN32 X264 XVID BLURAY_DESC?= BluRay support +LZO_DESC?= Enable external liblzo library OCFLAGS_DESC?= Use optimized compiler flags OTCHAIN_DESC?= Use gcc 4.6+ toolchain on legacy systems REAL_DESC?= Enable realplayer plugin >Release-Note: >Audit-Trail: >Unformatted: