From owner-svn-ports-head@FreeBSD.ORG Tue Nov 5 12:59:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D31AF335; Tue, 5 Nov 2013 12:59:57 +0000 (UTC) (envelope-from danilogondolfo@gmail.com) Received: from mail-yh0-x22a.google.com (mail-yh0-x22a.google.com [IPv6:2607:f8b0:4002:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 659E8254A; Tue, 5 Nov 2013 12:59:57 +0000 (UTC) Received: by mail-yh0-f42.google.com with SMTP id z6so1662836yhz.1 for ; Tue, 05 Nov 2013 04:59:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=LCT1xAgKQBjLtMlWJ6c+OsqdBcqq+uXu8/S8HUCf6K0=; b=rjUYyGAW7lBujaZTjymHq8e6r2caVn5Wj9G2zUqLcL07G44c0KHWVSjZv1kanCUQrk cxBVHsEDkyljXjtE9tiqPhFeV4iKbS6kEVDvncycJ6MHn34QcaSPmY1fG8xnjxGZtGGL 0XLaK/90tVNC4rwJUcxqDwWLoUWbrA2g284Jkeqsg6V8WA5w5Vthje6BsoINJzYbXyY5 FPXKHLTOgfd5Zd2FFXxVSNJsgCpsXvBtjLASiCuA+5b8biMYxnP3m1sUwrjro7CmH1wi jTcYevc5QPwEp8Zmp8O2KMdmS+tNcPRu+nB6HqTKjyHtHA/i96Utc8mMwQCk0QFzJWAC 56ng== X-Received: by 10.236.84.81 with SMTP id r57mr2146659yhe.88.1383656396500; Tue, 05 Nov 2013 04:59:56 -0800 (PST) Received: from [192.168.0.100] ([179.217.197.68]) by mx.google.com with ESMTPSA id s20sm35842189yhi.0.2013.11.05.04.59.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 05 Nov 2013 04:59:56 -0800 (PST) Sender: =?UTF-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= Message-ID: <5278ECF9.9060704@freebsd.org> Date: Tue, 05 Nov 2013 11:04:57 -0200 From: "Danilo E. Gondolfo" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "Jason E. Hale" Subject: Re: svn commit: r332800 - head/games/prboom References: <201311050127.rA51RsfQ029505@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 12:59:57 -0000 On 11/05/13 06:27, Jason E. Hale wrote: >> New Revision: 332800 >> URL: http://svnweb.freebsd.org/changeset/ports/332800 >> > >> .include >> >> .if ${PORT_OPTIONS:MOPENGL} >> USE_GL= yes >> -.else >> -CONFIGURE_ARGS+=--disable-gl >> .endif >> > This could become: > OPENGL_USE= GL=yes > Then, b.p.o.m could be removed. > > - Jason > Interesting, thanks! Danilo.