From owner-svn-ports-head@FreeBSD.ORG Sun Dec 29 09:33:12 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 ESMTPS id 0A0612B3; Sun, 29 Dec 2013 09:33:12 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D03681695; Sun, 29 Dec 2013 09:33:11 +0000 (UTC) Received: from misterbean90now (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with SMTP id rBT9X8ES018535; Sun, 29 Dec 2013 09:33:09 GMT (envelope-from nemysis@FreeBSD.org) Received: by misterbean90now (sSMTP sendmail emulation); Sun, 29 Dec 2013 10:33:09 +0100 Date: Sun, 29 Dec 2013 10:33:09 +0100 From: Rusmir Dusko To: Johan van Selst Subject: Re: svn commit: r337945 - head/graphics/webp Message-ID: <20131229093309.GA36631@misterbean90now> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 29 Dec 2013 09:33:12 -0000 > +OPTIONS_DEFINE=X11 > + > +.include > + > +.if ${PORT_OPTIONS:MX11} > +USE_GL=glut > > +PLIST_SUB=X11="" > +.else > +CONFIGURE_ARGS+=--with-glincludedir=/dev/null > +PLIST_SUB=X11="@comment " > +.endif According to http://www.freebsd.org/doc/en/books/porters-handbook/makefile-options.html 5.12.4. Options Helpers is better to use OPTIONS_DEFINE=X11 OPTIONS_SUB= yes .include X11_CONFIGURE_DISABLE=--with-glincludedir=/dev/null .if ${PORT_OPTIONS:MX11} USE_GL=glut .endif -- Best regards, Rusmir Dusko