Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2012 22:30:33 GMT
From:      Chris Petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173804: [PATCH] audio/jack_umidi optionsng
Message-ID:  <201211212230.qALMUXYQ078851@red.freebsd.org>
Resent-Message-ID: <201211212240.qALMe2Sn042021@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173804
>Category:       ports
>Synopsis:       [PATCH] audio/jack_umidi optionsng
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 21 22:40:02 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211212230.qALMUXYQ078851>