From owner-svn-ports-head@FreeBSD.ORG Wed Feb 6 07:34:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 42F3CE38; Wed, 6 Feb 2013 07:34:44 +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 3552A2F2; Wed, 6 Feb 2013 07:34:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r167Yi3d026515; Wed, 6 Feb 2013 07:34:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r167YigL026514; Wed, 6 Feb 2013 07:34:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201302060734.r167YigL026514@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 6 Feb 2013 07:34:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311746 - head/lang/pike76 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Wed, 06 Feb 2013 07:34:44 -0000 Author: bapt Date: Wed Feb 6 07:34:43 2013 New Revision: 311746 URL: http://svnweb.freebsd.org/changeset/ports/311746 Log: Remove the MESA option that brings in the expired gtkglarea, anyway this option wasn't in OPTIONS_DEFINE so no change here for users Modified: head/lang/pike76/Makefile Modified: head/lang/pike76/Makefile ============================================================================== --- head/lang/pike76/Makefile Wed Feb 6 07:27:45 2013 (r311745) +++ head/lang/pike76/Makefile Wed Feb 6 07:34:43 2013 (r311746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pike75 -# Date created: 05 Feb 2004 -# Whom: kiwi@oav.net -# +# Created by: kiwi@oav.net # $FreeBSD$ -# PORTNAME= pike76 PORTVERSION= 7.6.112 @@ -82,6 +78,7 @@ CONFIGURE_ARGS+= --without-debug \ --without-libglade-config \ --without-machine-code \ --with-relocatable-dumped-modules \ + --without-GL --without-GLUT \ --prefix=${PREFIX} MAKE_ARGS= CONFIGUREARGS="${CONFIGURE_ARGS}" @@ -214,14 +211,6 @@ CONFIGURE_ARGS+= --without-sybase PLIST_SUB+= SYBASE:="@comment " .endif -.if ${PORT_OPTIONS:MMESA} -USE_GL= yes -LIB_DEPENDS+= gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea -CONFIGURE_ARGS+= --with-GL --with-GLUT -.else -CONFIGURE_ARGS+= --without-GL --without-GLUT -.endif - INSTALL_TARGET= install_nodoc pre-configure: