Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2012 21:57:22 GMT
From:      Chris Petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173778: [PATCH] audio/clunk optionsng
Message-ID:  <201211212157.qALLvMIO029974@red.freebsd.org>
Resent-Message-ID: <201211212200.qALM018a037552@freefall.freebsd.org>

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

>Number:         173778
>Category:       ports
>Synopsis:       [PATCH] audio/clunk 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:00:01 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: clunk/Makefile
===================================================================
--- clunk/Makefile      (revision 305743)
+++ clunk/Makefile      (working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   clunk
-# Date created:                05 Aug 2009
-# Whom:                        Dmitry Marakasov <amdmi3@FreeBSD.org>
-#
+# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
 # $FreeBSD$
-#

 PORTNAME=      clunk
 PORTVERSION=   1.2.130
@@ -20,11 +16,11 @@
 USE_LDCONFIG=  yes
 MAKE_JOBS_SAFE=        yes

-OPTIONS=       SIMD "Enable SIMD support (SSE)" off
+OPTIONS_DEFINE=        SIMD

 .include <bsd.port.options.mk>

-.if defined(WITH_SIMD)
+.if ${PORT_OPTIONS:MSIMD}
 CMAKE_ARGS+=   -DWITH_SSE:BOOL=TRUE
 .endif


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



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