There is a typo in Makefile for OPENAL ports option. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->mva Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!