svn commit: r370691 - head/games/el

Antoine Brodin antoine at FreeBSD.org
Sun Oct 12 08:40:02 UTC 2014


Author: antoine
Date: Sun Oct 12 08:40:01 2014
New Revision: 370691
URL: https://svnweb.freebsd.org/changeset/ports/370691
QAT: https://qat.redports.org/buildarchive/r370691/

Log:
  - Mark BROKEN, fails to build [1]
  
  ===>  Building for el-193_3
    CC   2d_objects.o
  In file included from 2d_objects.c:12:
  load_gl_extensions.h:73: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ELglClientActiveTexture'
  load_gl_extensions.h:81: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ELglLoadTransposeMatrixd'
  load_gl_extensions.h:82: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ELglLoadTransposeMatrixf'
  load_gl_extensions.h:83: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ELglMultTransposeMatrixd'
  load_gl_extensions.h:84: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ELglMultTransposeMatrixf'
  
  - Drop ftp://rene-ladan.nl/pub/ from MASTER_SITES [2]
  
  Reported by:	pkg-fallout [1]
  PR:		ports/194224 [2]
  Submitted by:	rene [2]

Modified:
  head/games/el/Makefile

Modified: head/games/el/Makefile
==============================================================================
--- head/games/el/Makefile	Sun Oct 12 08:35:51 2014	(r370690)
+++ head/games/el/Makefile	Sun Oct 12 08:40:01 2014	(r370691)
@@ -5,12 +5,13 @@ PORTNAME=	el
 PORTVERSION=	193
 PORTREVISION=	3
 CATEGORIES=	games
-MASTER_SITES=	LOCAL/rene \
-		ftp://rene-ladan.nl/pub/distfiles/
+MASTER_SITES=	LOCAL/rene
 
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Eternal Lands is a free 3D MMORPG
 
+BROKEN=		Fails to build
+
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis \
 		libcal3d.so:${PORTSDIR}/graphics/cal3d


More information about the svn-ports-all mailing list