Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 2020 20:18:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553857 - head/devel/allegro-devel
Message-ID:  <202011012018.0A1KIVrW064162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  1 20:18:30 2020
New Revision: 553857
URL: https://svnweb.freebsd.org/changeset/ports/553857

Log:
  Mark BROKEN
  
  src/x/xglx_config.c:498:42: error: use of undeclared identifier 'glXCreateContextAttribsARB'
        _xglx_glXCreateContextAttribsARB = glXCreateContextAttribsARB;
                                           ^
  
  Reported by:	pkg-fallout

Modified:
  head/devel/allegro-devel/Makefile

Modified: head/devel/allegro-devel/Makefile
==============================================================================
--- head/devel/allegro-devel/Makefile	Sun Nov  1 20:16:16 2020	(r553856)
+++ head/devel/allegro-devel/Makefile	Sun Nov  1 20:18:30 2020	(r553857)
@@ -17,6 +17,8 @@ COMMENT=	Cross-platform library for games and multimed
 LICENSE=	ZLIB BSD3CLAUSE
 LICENSE_COMB=	dual
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libjack.so:audio/jack \
 		libpng.so:graphics/png \
 		libvorbis.so:audio/libvorbis \



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