in multimedia/mencoder was lost LZO_DESC in http://svnweb.freebsd.org/ports/head/multimedia/mencoder/Makefile?r1=315041&r2=315040&pathrev=315041 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: How-To-Repeat: make -C /usr/ports/multimedia/mencoder config
Maintainer of multimedia/mencoder, Please note that PR ports/177586 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177586 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
The patch is correct. Please commit. Thanks and best regards Riggs
Responsible Changed From-To: freebsd-ports-bugs->bdrewery I'll take it.
State Changed From-To: feedback->closed Committed. Thanks!
Author: bdrewery Date: Tue Apr 16 15:01:00 2013 New Revision: 315816 URL: http://svnweb.freebsd.org/changeset/ports/315816 Log: - Add missing LZO_DESC PR: ports/177586 Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru> Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer) Feature safe: yes Modified: head/multimedia/mencoder/Makefile Modified: head/multimedia/mencoder/Makefile ============================================================================== --- head/multimedia/mencoder/Makefile Tue Apr 16 14:42:44 2013 (r315815) +++ head/multimedia/mencoder/Makefile Tue Apr 16 15:01:00 2013 (r315816) @@ -18,6 +18,7 @@ OPTIONS_DEFINE= AMR_NB AMR_WB BLURAY CDI 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"