From nobody@FreeBSD.org  Wed Nov 21 22:30:33 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 782AF40F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Nov 2012 22:30:33 +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 618FC8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Nov 2012 22:30:33 +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 qALMUXLK078852
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Nov 2012 22:30:33 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qALMUXYQ078851;
	Wed, 21 Nov 2012 22:30:33 GMT
	(envelope-from nobody)
Message-Id: <201211212230.qALMUXYQ078851@red.freebsd.org>
Date: Wed, 21 Nov 2012 22:30:33 GMT
From: Chris Petrik <c.petrik.sosa@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] audio/jack_umidi optionsng
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         173804
>Category:       ports
>Synopsis:       [PATCH] audio/jack_umidi optionsng
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hselasky
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 21 22:40:02 UTC 2012
>Closed-Date:    Sat Nov 24 20:19:31 UTC 2012
>Last-Modified:  Sat Nov 24 20:19:31 UTC 2012
>Originator:     Chris Petrik
>Release:        
>Organization:
na
>Environment:
>Description:
OptionsNG Changes
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: jack_umidi/Makefile
===================================================================
--- jack_umidi/Makefile (revision 305743)
+++ jack_umidi/Makefile (working copy)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: jack_umidi
-# Date created: 21 June 2011
-# Whom:         Hans Petter Selasky <hselasky@FreeBSD.org>
-#
+# Created by:  Hans Petter Selasky <hselasky@FreeBSD.org>
 # $FreeBSD$
-#

 PORTNAME=      jack_umidi
 PORTVERSION=   1.0.4
@@ -14,9 +10,10 @@
 MAINTAINER=    hselasky@FreeBSD.org
 COMMENT=       Daemon that converts a raw MIDI device into a JACK MIDI device

-LIB_DEPENDS=   jack.0:${PORTSDIR}/audio/jack
+LICENSE=       BSD

-LICENSE=       BSD
+LIB_DEPENDS=   jack:${PORTSDIR}/audio/jack
+
 USE_BZIP2=     yes
 MAKE_JOBS_SAFE=        yes
 MANCOMPRESSED= yes
@@ -24,14 +21,14 @@

 PLIST_FILES=   sbin/jack_umidi

-OPTIONS=       DEBUG "Build with debugging support" Off
+OPTIONS_DEFINE=        DEBUG

 .include <bsd.port.options.mk>

 MAKE_ARGS+=" HAVE_MAN=YES"
 MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}"

-.if defined(WITH_DEBUG)
+.if ${PORT_OPTIONS:MDEBUG}
 MAKE_ARGS+=" HAVE_DEBUG=YES"
 .endif


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->hselasky 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Nov 21 22:40:28 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173804 
State-Changed-From-To: open->closed 
State-Changed-By: nox 
State-Changed-When: Sat Nov 24 20:19:31 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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