From owner-svn-ports-all@FreeBSD.ORG Tue Apr 21 02:18:58 2015 Return-Path: Delivered-To: svn-ports-all@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 1D20AB55; Tue, 21 Apr 2015 02:18:58 +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 0BFE0971; Tue, 21 Apr 2015 02:18:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3L2Ivcu089745; Tue, 21 Apr 2015 02:18:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3L2IvgV089744; Tue, 21 Apr 2015 02:18:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504210218.t3L2IvgV089744@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 21 Apr 2015 02:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384400 - head/games/torcs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2015 02:18:58 -0000 Author: jbeich Date: Tue Apr 21 02:18:57 2015 New Revision: 384400 URL: https://svnweb.freebsd.org/changeset/ports/384400 Log: Make DragonFly use same headers guifont.cpp:34:10: fatal error: 'endian.h' file not found C-api.cpp:128:11: error: 'uint' was not declared in this scope Approved by: portmgr blanket Modified: head/games/torcs/Makefile Modified: head/games/torcs/Makefile ============================================================================== --- head/games/torcs/Makefile Tue Apr 21 01:49:29 2015 (r384399) +++ head/games/torcs/Makefile Tue Apr 21 02:18:57 2015 (r384400) @@ -19,7 +19,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graph libvorbis.so:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USES= cpe gmake openal:al,alut shebangfix tar:bzip2 +USES= alias cpe gmake openal:al,alut shebangfix tar:bzip2 CPE_VENDOR= bernhard_wymann SHEBANG_FILES= src/tools/accc/accc.in src/tools/nfsperf/nfsperf.in \ src/tools/texmapper/texmapper.in src/tools/nfs2ac/nfs2ac.in \