From nobody@FreeBSD.org  Mon Aug 20 22:33:45 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 DC2E9106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2012 22:33:45 +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 C87228FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2012 22:33:45 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7KMXjUr035058
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2012 22:33:45 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q7KMXjvX035057;
	Mon, 20 Aug 2012 22:33:45 GMT
	(envelope-from nobody)
Message-Id: <201208202233.q7KMXjvX035057@red.freebsd.org>
Date: Mon, 20 Aug 2012 22:33:45 GMT
From: Artis Caune <Artis.Caune@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] graphics/blender: fix OPENAL ports option
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         170809
>Category:       ports
>Synopsis:       [PATCH] graphics/blender: fix OPENAL ports option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mva
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 22:40:15 UTC 2012
>Closed-Date:    Sat Sep 01 07:58:31 UTC 2012
>Last-Modified:  Sat Sep  1 08:00:23 UTC 2012
>Originator:     Artis Caune
>Release:        stable/9
>Organization:
>Environment:
FreeBSD freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE r239148: Fri Aug 10 00:00:00 UTC 2012 root@freebsd:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
There is a typo in Makefile for OPENAL ports option.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-08-21 10:31:43.394030452 +1200
+++ Makefile	2012-08-21 10:32:16.990184488 +1200
@@ -184,7 +184,7 @@
 CMAKE_ARGS+=	-DWITH_MOD_OCEANSIM:BOOL=OFF
 .endif
 
-.if ${PORT_OPTIONS:MOPENAL)
+.if ${PORT_OPTIONS:MOPENAL}
 .if ${PORT_OPTIONS:MSAMPLERATE}
 USE_OPENAL=	al alut
 CMAKE_ARGS+=	-DWITH_OPENAL:BOOL=ON


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mva 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 20 22:40:37 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170809 
State-Changed-From-To: open->closed 
State-Changed-By: mva 
State-Changed-When: Sat Sep 1 07:58:30 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170809 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170809: commit references a PR
Date: Sat,  1 Sep 2012 07:58:18 +0000 (UTC)

 Author: mva
 Date: Sat Sep  1 07:58:03 2012
 New Revision: 303462
 URL: http://svn.freebsd.org/changeset/ports/303462
 
 Log:
   - Fix OPENAL option typo
   
   PR:		ports/170809
   Submitted by:	Artis Caune <Artis.Caune@gmail.com>
 
 Modified:
   head/graphics/blender/Makefile   (contents, props changed)
 
 Modified: head/graphics/blender/Makefile
 ==============================================================================
 --- head/graphics/blender/Makefile	Sat Sep  1 06:45:23 2012	(r303461)
 +++ head/graphics/blender/Makefile	Sat Sep  1 07:58:03 2012	(r303462)
 @@ -184,7 +184,7 @@ BROKEN=		OCEANSIM requires FFTW3
  CMAKE_ARGS+=	-DWITH_MOD_OCEANSIM:BOOL=OFF
  .endif
  
 -.if ${PORT_OPTIONS:MOPENAL)
 +.if ${PORT_OPTIONS:MOPENAL}
  .if ${PORT_OPTIONS:MSAMPLERATE}
  USE_OPENAL=	al alut
  CMAKE_ARGS+=	-DWITH_OPENAL:BOOL=ON
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
