From owner-freebsd-ports@FreeBSD.ORG Mon Feb 23 22:30:53 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D6BA10656D3 for ; Mon, 23 Feb 2009 22:30:53 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from mail-gx0-f176.google.com (mail-gx0-f176.google.com [209.85.217.176]) by mx1.freebsd.org (Postfix) with ESMTP id C750C8FC14 for ; Mon, 23 Feb 2009 22:30:52 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by gxk24 with SMTP id 24so7590766gxk.19 for ; Mon, 23 Feb 2009 14:30:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=fdTyULrY+l8zQPrVoBFqE/5z4uwJ1NqqWUEPtUjJ7Qw=; b=KAzP51pkMo9dsUXeWJ/Qy58MbjpvGbYJ7R339iMud3xpxGSR3cFnm5RPaO4bz1vAXs qxGYs5l72uk99dqckKEZ1bdyN/V+41e4xDOHcSW3yC1szxdx+OCzhlWXp37EQi6tgcgr aCRKBjapqLoYSuFR6MoGQ83q0zb+IUPgej5V8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=fY8I3b37grUGPuAK2aZvC3FlZqH6A6OGt8MUZC5CIbvt6EF6Cv6cSFmgowQBu/hvQn YWFewnLY5ZaoSosyFlZLZir4OalHCZjqXxtGI2FaTXZGJKkgvqyLWRh62dDdpl6c1Soe 8yab8IBRyrVTz0FeGav2uKVrW4YlE2RL+LwmM= MIME-Version: 1.0 Received: by 10.231.15.74 with SMTP id j10mr6763986iba.10.1235426863997; Mon, 23 Feb 2009 14:07:43 -0800 (PST) Date: Mon, 23 Feb 2009 23:07:43 +0100 Message-ID: <14989d6e0902231407w6b955a46g44c21c7b4fb8b638@mail.gmail.com> From: Christian Walther To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: graphics/blender: Make use of OpenAL configurable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2009 22:30:54 -0000 Hi, I have a suggestion for the graphics/blender port, because blenders Makefile states that OpenAL can be disabled: # To build without openAL, uncomment the following line, or set it as # an environment variable, or put it uncommented in user-def.mk: # export NAN_NO_OPENAL=true Not every blender user requires OpenAL I guess, so it would be great to have OpenAL as an option selectable during "make config", or having NAN_NO_OPENAL exported so that it can be defined in /etc/make.conf. This would reduce the binary size, probably even the amount of installed ports, and exploit one major benefit of the ports system. Maybe it would even make sense to integrate BLENDERGAMEENGINE and BLENDERPLAYER user selectable. Personally, I don't think that I'll need any of the two. Regards Christian Walther