svn commit: r553857 - head/devel/allegro-devel

Antoine Brodin antoine at FreeBSD.org
Sun Nov 1 20:18:31 UTC 2020


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 \


More information about the svn-ports-all mailing list