Date: Wed, 7 May 2014 16:57:00 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353175 - head/audio/clunk Message-ID: <201405071657.s47Gv0PB074749@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed May 7 16:56:59 2014 New Revision: 353175 URL: http://svnweb.freebsd.org/changeset/ports/353175 QAT: https://qat.redports.org/buildarchive/r353175/ Log: - Convert USE_BZIP2 to USES - Use new OPTIONS features - Update WWW Modified: head/audio/clunk/Makefile head/audio/clunk/pkg-descr Modified: head/audio/clunk/Makefile ============================================================================== --- head/audio/clunk/Makefile Wed May 7 16:13:10 2014 (r353174) +++ head/audio/clunk/Makefile Wed May 7 16:56:59 2014 (r353175) @@ -10,18 +10,12 @@ MASTER_SITES= SF/clunk MAINTAINER= amdmi3@FreeBSD.org COMMENT= Real-time 3D sound generation library -USE_BZIP2= yes -USES= cmake +USES= tar:bzip2 cmake USE_SDL= sdl USE_LDCONFIG= yes OPTIONS_DEFINE= SSE OPTIONS_DEFAULT_amd64=SSE - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSSE} -CMAKE_ARGS+= -DWITH_SSE:BOOL=TRUE -.endif +SSE_CMAKE_ON= -DWITH_SSE:BOOL=TRUE .include <bsd.port.mk> Modified: head/audio/clunk/pkg-descr ============================================================================== --- head/audio/clunk/pkg-descr Wed May 7 16:13:10 2014 (r353174) +++ head/audio/clunk/pkg-descr Wed May 7 16:56:59 2014 (r353175) @@ -8,4 +8,4 @@ number of objects that have sounds conne is used for sound output. The project is currently at beta testing stage, preparing to the first release. -WWW: http://media.netive.ru/clunk/ +WWW: http://sourceforge.net/projects/clunk/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405071657.s47Gv0PB074749>