From owner-svn-ports-head@freebsd.org Sun Feb 2 14:29:09 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1824622FD92; Sun, 2 Feb 2020 14:29:09 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 489YHS6m6yz4D3N; Sun, 2 Feb 2020 14:29:08 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE68E19378; Sun, 2 Feb 2020 14:29:08 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 012ET8kA011762; Sun, 2 Feb 2020 14:29:08 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 012ET8Yn011761; Sun, 2 Feb 2020 14:29:08 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202002021429.012ET8Yn011761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 2 Feb 2020 14:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524959 - head/games/bzflag X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/games/bzflag X-SVN-Commit-Revision: 524959 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.29 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, 02 Feb 2020 14:29:09 -0000 Author: tobik Date: Sun Feb 2 14:29:08 2020 New Revision: 524959 URL: https://svnweb.freebsd.org/changeset/ports/524959 Log: games/bzflag-server: Unbreak after ports r516845 ===> bzflag-server-2.4.10_4 need to specify xorg modules with USE_XORG. *** Error code 1 PR: 243796 Modified: head/games/bzflag/Makefile Modified: head/games/bzflag/Makefile ============================================================================== --- head/games/bzflag/Makefile Sun Feb 2 14:24:56 2020 (r524958) +++ head/games/bzflag/Makefile Sun Feb 2 14:29:08 2020 (r524959) @@ -16,10 +16,11 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libcares.so:dns/c-ares GNU_CONFIGURE= yes -USES= compiler:c++11-lib gl libtool localbase sdl tar:bzip2 xorg +USES= compiler:c++11-lib libtool localbase tar:bzip2 INSTALL_TARGET= install-strip .ifndef SERVER_ONLY +USES+= gl sdl xorg USE_GL= gl glu USE_SDL= sdl USE_XORG= x11 xext xxf86vm sm ice