From owner-svn-ports-head@freebsd.org Wed Sep 27 05:09:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C97E6E2B004; Wed, 27 Sep 2017 05:09:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 98B746331D; Wed, 27 Sep 2017 05:09:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R59UZa050947; Wed, 27 Sep 2017 05:09:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R59UEm050946; Wed, 27 Sep 2017 05:09:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709270509.v8R59UEm050946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 27 Sep 2017 05:09:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450712 - head/games/super_methane_brothers X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/super_methane_brothers X-SVN-Commit-Revision: 450712 X-SVN-Commit-Repository: ports 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.23 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: Wed, 27 Sep 2017 05:09:31 -0000 Author: jbeich Date: Wed Sep 27 05:09:30 2017 New Revision: 450712 URL: https://svnweb.freebsd.org/changeset/ports/450712 Log: games/super_methane_brothers: unbreak after r450353 In file included from sources/game.cpp:28: In file included from sources/target.h:21: In file included from /usr/local/include/ClanLib-2.3/ClanLib/display.h:112: In file included from /usr/local/include/ClanLib-2.3/ClanLib/Display/TargetProviders/display_window_provider.h:44: /usr/local/include/ClanLib-2.3/ClanLib/Display/TargetProviders/../Window/display_window.h:48:10: fatal error: 'X11/Xlib.h' file not found #include ^ Modified: head/games/super_methane_brothers/Makefile (contents, props changed) Modified: head/games/super_methane_brothers/Makefile ============================================================================== --- head/games/super_methane_brothers/Makefile Wed Sep 27 05:03:03 2017 (r450711) +++ head/games/super_methane_brothers/Makefile Wed Sep 27 05:09:30 2017 (r450712) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libclan23Core.so:devel/clanlib -USES= gmake pkgconfig tar:tgz +USES= gmake localbase pkgconfig tar:tgz MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LIBS}" MAKE_JOBS_UNSAFE= yes