ports/173803: [PATCH] audio/jack-keyboard optionsng

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


>Number:         173803
>Category:       ports
>Synopsis:       [PATCH] audio/jack-keyboard 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:00 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-keyboard/Makefile
===================================================================
--- jack-keyboard/Makefile      (revision 305743)
+++ jack-keyboard/Makefile      (working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   jack-keyboard
-# Date created:                2007-01-23
-# Whom:                        trasz <trasz at pin.if.uz.zgora.pl>
-#
+# Created by:  trasz <trasz at pin.if.uz.zgora.pl>
 # $FreeBSD$
-#

 PORTNAME=      jack-keyboard
 DISTVERSION=   2.7.1
@@ -17,7 +13,7 @@

 LICENSE=       BSD

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

 MAN1=          jack-keyboard.1

@@ -26,12 +22,13 @@
 USE_CMAKE=     yes
 INSTALLS_ICONS=        yes

-OPTIONS=       LASH "Build with lash support" on
+OPTIONS_DEFINE=        LASH
+OPTIONS_DEFAULT=       LASH

 .include <bsd.port.options.mk>

-.if defined(WITH_LASH)
-LIB_DEPENDS+=  lash.2:${PORTSDIR}/audio/lash
+.if ${PORT_OPTIONS:MLASH}
+LIB_DEPENDS+=  lash:${PORTSDIR}/audio/lash
 CMAKE_ARGS+=   -DLashEnable:BOOL=On
 .else
 CMAKE_ARGS+=   -DLashEnable:BOOL=Off

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list