From owner-svn-ports-all@FreeBSD.ORG Thu Jun 6 15:38:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 905ADADA; Thu, 6 Jun 2013 15:38:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 81CAC1A67; Thu, 6 Jun 2013 15:38:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r56FccS4097857; Thu, 6 Jun 2013 15:38:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r56FcbUk097856; Thu, 6 Jun 2013 15:38:37 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306061538.r56FcbUk097856@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 6 Jun 2013 15:38:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320105 - head/audio/openal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 15:38:38 -0000 Author: bapt Date: Thu Jun 6 15:38:37 2013 New Revision: 320105 URL: http://svnweb.freebsd.org/changeset/ports/320105 Log: Finish conversion to new options framework Modified: head/audio/openal/Makefile Modified: head/audio/openal/Makefile ============================================================================== --- head/audio/openal/Makefile Thu Jun 6 14:59:50 2013 (r320104) +++ head/audio/openal/Makefile Thu Jun 6 15:38:37 2013 (r320105) @@ -24,6 +24,8 @@ WANT_SDL= yes USE_LDCONFIG= yes OPTIONS_DEFINE= ARTS ESOUND SDL VORBIS SMPEG +OPTIONS_DEFINE_i386= ASM +OPTIONS_DEFAULT_i386= ASM SMPEG_DESC= smpeg support .include @@ -68,12 +70,10 @@ CONFIGURE_ARGS+=--enable-smpeg CONFIGURE_ARGS+=--disable-smpeg .endif -.if ${ARCH} == "i386" -OPTIONS+= X86_ASM "Enable x86 assembly code" on -.if !defined(WITHOUT_X86_ASM) +.if ${PORT_OPTIONS:MASM} BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm .endif -.endif + NOT_FOR_ARCHS= ia64 NOT_FOR_ARCHS_REASON_ia64= does not compile