From owner-svn-ports-head@FreeBSD.ORG Sun Oct 12 08:40:02 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EB4EBBF; Sun, 12 Oct 2014 08:40:02 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A9CA92B; Sun, 12 Oct 2014 08:40:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9C8e2A4014437; Sun, 12 Oct 2014 08:40:02 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9C8e1O0014436; Sun, 12 Oct 2014 08:40:01 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410120840.s9C8e1O0014436@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 12 Oct 2014 08:40:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370691 - head/games/el 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.18-1 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: Sun, 12 Oct 2014 08:40:02 -0000 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@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