ports/173804: [PATCH] audio/jack_umidi optionsng

Chris Petrik c.petrik.sosa at gmail.com
Wed Nov 21 22:40:03 UTC 2012


>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 at FreeBSD.org>
-#
+# Created by:  Hans Petter Selasky <hselasky at FreeBSD.org>
 # $FreeBSD$
-#

 PORTNAME=      jack_umidi
 PORTVERSION=   1.0.4
@@ -14,9 +10,10 @@
 MAINTAINER=    hselasky at 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:


More information about the freebsd-ports-bugs mailing list