Bug 179359 - [patch] net/mediatomb: fix OPTIONS_DEFINE
Summary: [patch] net/mediatomb: fix OPTIONS_DEFINE
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-06 09:00 UTC by vsjcfm
Modified: 2013-06-23 19:30 UTC (History)
0 users

See Also:


Attachments
file.txt (459 bytes, text/plain)
2013-06-06 09:00 UTC, vsjcfm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vsjcfm 2013-06-06 09:00:00 UTC
There is a duplicate in OPTIONS_DEFINE

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-06 09:00:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-06 09:00:12 UTC
Maintainer of net/mediatomb,

Please note that PR ports/179359 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/179359

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-23 19:27:46 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-06-23 19:27:49 UTC
Author: rakuco
Date: Sun Jun 23 18:27:36 2013
New Revision: 321645
URL: http://svnweb.freebsd.org/changeset/ports/321645

Log:
  Remove duplicate SQLITE and MYSQL options.
  
  They are already in OPTIONS_MULTI, so there is no need to have them in
  OPTIONS_DEFINE as well.
  
  PR:		ports/179359
  Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
  Approved by:	maintainer timeout (17 days)

Modified:
  head/net/mediatomb/Makefile

Modified: head/net/mediatomb/Makefile
==============================================================================
--- head/net/mediatomb/Makefile	Sun Jun 23 16:53:46 2013	(r321644)
+++ head/net/mediatomb/Makefile	Sun Jun 23 18:27:36 2013	(r321645)
@@ -43,7 +43,7 @@ PLIST_SUB=	MEDIATOMB_USER=${MEDIATOMB_US
 		MEDIATOMB_DIR=${MEDIATOMB_DIR} \
 		MEDIATOMB_MASK=${MEDIATOMB_MASK} \
 
-OPTIONS_DEFINE=	SQLITE MYSQL JS LIBEXIF FFMPEGTHUMBNAILER \
+OPTIONS_DEFINE=	JS LIBEXIF FFMPEGTHUMBNAILER \
 		EXTERNAL_TRANSCODING CURL DEBUG
 OPTIONS_MULTI=	DB
 OPTIONS_MULTI_DB=	SQLITE MYSQL
_______________________________________________
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"