Bug 177586 - [patch] multimedia/mencoder was lost LZO_DESC
Summary: [patch] multimedia/mencoder was lost LZO_DESC
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-02 19:50 UTC by ru_M1cRO
Modified: 2013-04-16 16:10 UTC (History)
0 users

See Also:


Attachments
file.diff (459 bytes, patch)
2013-04-02 19:50 UTC, ru_M1cRO
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ru_M1cRO 2013-04-02 19:50:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-02 19:50:14 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-02 19:50:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Thomas Zander 2013-04-02 19:55:40 UTC
The patch is correct. Please commit.

Thanks and best regards
Riggs
Comment 4 Bryan Drewery freebsd_committer freebsd_triage 2013-04-16 15:59:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

I'll take it.
Comment 5 Bryan Drewery freebsd_committer freebsd_triage 2013-04-16 16:01:03 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-04-16 16:01:08 UTC
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"