From nobody@FreeBSD.org  Fri Jun  1 08:05:10 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7E27E1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  1 Jun 2012 08:05:10 +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 65B578FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  1 Jun 2012 08:05:10 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5185Al0073631
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 1 Jun 2012 08:05:10 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q51859uB073630;
	Fri, 1 Jun 2012 08:05:09 GMT
	(envelope-from nobody)
Message-Id: <201206010805.q51859uB073630@red.freebsd.org>
Date: Fri, 1 Jun 2012 08:05:09 GMT
From: Dominic Fandrey <kamikaze@bsdforen.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] multimedia/mjpegtools wrong use of empty() always triggers IGNORE
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168518
>Category:       misc
>Synopsis:       [patch] multimedia/mjpegtools wrong use of empty() always triggers IGNORE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 01 08:10:01 UTC 2012
>Closed-Date:    Fri Jun 01 22:44:14 UTC 2012
>Last-Modified:  Fri Jun 01 22:44:14 UTC 2012
>Originator:     Dominic Fandrey
>Release:        RELENG_9
>Organization:
private
>Environment:
>Description:
FreeBSD mobileKamikaze.norad 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Jun  1 08:35:50 CEST 2012     root@mobileKamikaze.norad:/usr/obj/HP6510b-9/amd64/usr/src/sys/HP6510b-9  amd64

>How-To-Repeat:
Just try to build multimedia/mjpegtools:
	===>>> This port is marked IGNORE
	===>>> GTK+2 player needs SDL

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-06-01 09:56:59.000000000 +0200
+++ Makefile	2012-06-01 09:57:21.000000000 +0200
@@ -60,7 +60,7 @@
 
 .if ${PORT_OPTIONS:MGTK2}
 
-.if empty(${PORT_OPTIONS:MSDL})
+.if empty(PORT_OPTIONS:MSDL)
 IGNORE=		GTK+2 player needs SDL
 .endif # GTK2/SDL
 


>Release-Note:
>Audit-Trail:

From: Dominic Fandrey <kamikaze@bsdforen.de>
To: bug-followup@FreeBSD.org, kamikaze@bsdforen.de
Cc:  
Subject: Re: misc/168518: [patch] multimedia/mjpegtools wrong use of empty()
 always triggers IGNORE
Date: Fri, 01 Jun 2012 16:13:16 +0200

 Please close, I will resubmit to the correct category.
 
 -- 
 A: Because it fouls the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail?
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Jun 1 22:43:52 UTC 2012 
State-Changed-Why:  
See ports/168529. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168518 
>Unformatted:
