Bug 170809

Summary: [PATCH] graphics/blender: fix OPENAL ports option
Product: Ports & Packages Reporter: Artis Caune <artis.caune>
Component: Individual Port(s)Assignee: Marcus von Appen <mva>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Artis Caune 2012-08-20 23:40:15 UTC
There is a typo in Makefile for OPENAL ports option.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-20 23:40:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mva

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-01 08:58:18 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"
Comment 3 Marcus von Appen freebsd_committer freebsd_triage 2012-09-01 08:58:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!