Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 07:34:44 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311746 - head/lang/pike76
Message-ID:  <201302060734.r167YigL026514@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302060734.r167YigL026514>