From nobody@FreeBSD.org  Wed Nov 21 22:31:23 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 59A4160D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Nov 2012 22:31:23 +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 42A548FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Nov 2012 22:31:23 +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 qALMVN0K083989
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Nov 2012 22:31:23 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qALMVN1X083983;
	Wed, 21 Nov 2012 22:31:23 GMT
	(envelope-from nobody)
Message-Id: <201211212231.qALMVN1X083983@red.freebsd.org>
Date: Wed, 21 Nov 2012 22:31:23 GMT
From: Chris Petrik <c.petrik.sosa@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] audio/jack-keyboard optionsng
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         173803
>Category:       ports
>Synopsis:       [PATCH] audio/jack-keyboard 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:00 UTC 2012
>Closed-Date:    Sat Nov 24 20:19:16 UTC 2012
>Last-Modified:  Sat Nov 24 20:19:16 UTC 2012
>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@pin.if.uz.zgora.pl>
-#
+# Created by:  trasz <trasz@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:
Responsible-Changed-From-To: freebsd-ports-bugs->hselasky 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Nov 21 22:40:12 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

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