From owner-svn-ports-head@FreeBSD.ORG Fri Jul 26 13:01:23 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 5707D14B; Fri, 26 Jul 2013 13:01:23 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 44B2C29F9; Fri, 26 Jul 2013 13:01:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6QD1NTk032146; Fri, 26 Jul 2013 13:01:23 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6QD1NrN032145; Fri, 26 Jul 2013 13:01:23 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201307261301.r6QD1NrN032145@svn.freebsd.org> From: Chris Rees Date: Fri, 26 Jul 2013 13:01:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323718 - head/graphics/allegrogl 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: Fri, 26 Jul 2013 13:01:23 -0000 Author: crees Date: Fri Jul 26 13:01:22 2013 New Revision: 323718 URL: http://svnweb.freebsd.org/changeset/ports/323718 Log: This will be removed soon once allegro-devel becomes default Modified: head/graphics/allegrogl/Makefile Modified: head/graphics/allegrogl/Makefile ============================================================================== --- head/graphics/allegrogl/Makefile Fri Jul 26 12:44:03 2013 (r323717) +++ head/graphics/allegrogl/Makefile Fri Jul 26 13:01:22 2013 (r323718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: allegrogl -# Date created: 22 Jan 2004 -# Whom: Igor Pokrovsky -# +# Created by: Igor Pokrovsky # $FreeBSD$ -# PORTNAME= allegrogl PORTVERSION= 0.4.3 @@ -18,6 +14,8 @@ LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/ CONFLICTS= allegro-devel-[0-9]* +BROKEN= Does not build. Use allegro-devel if you need this functionality + USE_BZIP2= yes USE_GMAKE= yes USE_GL= glu