ports/170809: [PATCH] graphics/blender: fix OPENAL ports option

Artis Caune Artis.Caune at gmail.com
Mon Aug 20 22:40:15 UTC 2012


>Number:         170809
>Category:       ports
>Synopsis:       [PATCH] graphics/blender: fix OPENAL ports option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 22:40:15 UTC 2012
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list