From owner-svn-ports-head@FreeBSD.ORG Sun Aug 24 09:21:44 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2435FB69; Sun, 24 Aug 2014 09:21:44 +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 0F9263994; Sun, 24 Aug 2014 09:21:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7O9LhdA092875; Sun, 24 Aug 2014 09:21:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7O9LhxQ092874; Sun, 24 Aug 2014 09:21:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201408240921.s7O9LhxQ092874@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 Aug 2014 09:21:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365906 - head/emulators/mupen64plus-video-z64 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, 24 Aug 2014 09:21:44 -0000 Author: antoine Date: Sun Aug 24 09:21:43 2014 New Revision: 365906 URL: http://svnweb.freebsd.org/changeset/ports/365906 QAT: https://qat.redports.org/buildarchive/r365906/ Log: Mark BROKEN: Fails to build ===> Building for mupen64plus-video-z64-2.0_1 CC _obj/osal_dynamiclib_unix.o CXX _obj/rgl.o In file included from ../../src/rgl.cpp:80: ../../src/rgl.h:29:18: error: glew.h: No such file or directory ... Reported by: pkg-fallout With hat: portmgr Modified: head/emulators/mupen64plus-video-z64/Makefile Modified: head/emulators/mupen64plus-video-z64/Makefile ============================================================================== --- head/emulators/mupen64plus-video-z64/Makefile Sun Aug 24 09:18:37 2014 (r365905) +++ head/emulators/mupen64plus-video-z64/Makefile Sun Aug 24 09:21:43 2014 (r365906) @@ -6,6 +6,8 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-s COMMENT= Low-level RDP plugin for the Mupen64Plus +BROKEN= Fails to build + LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core USE_GL= gl glu glew