From owner-svn-ports-all@freebsd.org Sat Oct 17 05:33:49 2015 Return-Path: Delivered-To: svn-ports-all@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 BC843A1767B; Sat, 17 Oct 2015 05:33:49 +0000 (UTC) (envelope-from amdmi3@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 93502CCA; Sat, 17 Oct 2015 05:33:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9H5Xmkj018812; Sat, 17 Oct 2015 05:33:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9H5Xm0d018808; Sat, 17 Oct 2015 05:33:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510170533.t9H5Xm0d018808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 17 Oct 2015 05:33:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399528 - in head/games/legesmotus: . files 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: Sat, 17 Oct 2015 05:33:49 -0000 Author: amdmi3 Date: Sat Oct 17 05:33:48 2015 New Revision: 399528 URL: https://svnweb.freebsd.org/changeset/ports/399528 Log: - Add LICENSE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/games/legesmotus/Makefile head/games/legesmotus/files/patch-Makefile head/games/legesmotus/files/patch-common.mk head/games/legesmotus/files/patch-configure Modified: head/games/legesmotus/Makefile ============================================================================== --- head/games/legesmotus/Makefile Sat Oct 17 00:34:19 2015 (r399527) +++ head/games/legesmotus/Makefile Sat Oct 17 05:33:48 2015 (r399528) @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org COMMENT= Team-based, networked, 2D shooter set in zero-gravity +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ --mandir="${PREFIX}/man" \ @@ -24,28 +27,21 @@ OPTIONS_MULTI_COMPONENTS=CLIENT SERVER M OPTIONS_DEFAULT=CLIENT SERVER OPTIONS_SUB= yes -CLIENT_DESC= Build client -SERVER_DESC= Build server -METASERVER_DESC=Build metaserver -SERVERSCANNER_DESC=Build server scanner - -CLIENT_CONFIGURE_OFF= --disable-client +CLIENT_DESC= Build client +SERVER_DESC= Build server +METASERVER_DESC= Build metaserver +SERVERSCANNER_DESC= Build server scanner + +CLIENT_CONFIGURE_OFF= --disable-client +CLIENT_USE= SDL=sdl,image,ttf,mixer GL=gl +CLIENT_DESKTOP_ENTRIES= "Leges Motus" \ + "" \ + "${DATADIR}/sprites/blue_head32.png" \ + "legesmotus" \ + "Game;ActionGame;" \ + "" SERVER_CONFIGURE_OFF= --disable-server METASERVER_CONFIGURE_ON= --enable-metaserver SERVERSCANNER_CONFIGURE_ON= --enable-serverscanner -.include - -.if ${PORT_OPTIONS:MCLIENT} -USE_SDL= sdl image ttf mixer -USE_GL= gl - -DESKTOP_ENTRIES="Leges Motus" \ - "A team-based, networked, 2D shooter set in zero-gravity" \ - "${DATADIR}/sprites/blue_head32.png" \ - "legesmotus" \ - "Game;ActionGame;" \ - "" -.endif - .include Modified: head/games/legesmotus/files/patch-Makefile ============================================================================== --- head/games/legesmotus/files/patch-Makefile Sat Oct 17 00:34:19 2015 (r399527) +++ head/games/legesmotus/files/patch-Makefile Sat Oct 17 05:33:48 2015 (r399528) @@ -1,6 +1,6 @@ ---- Makefile.orig 2010-09-06 07:18:02.000000000 +0400 -+++ Makefile 2010-12-27 02:28:07.000000000 +0300 -@@ -99,7 +99,7 @@ +--- Makefile.orig 2010-09-06 03:18:02 UTC ++++ Makefile +@@ -99,7 +99,7 @@ lmserver: server $(ALL_PKG): +@mkdir -p $@ Modified: head/games/legesmotus/files/patch-common.mk ============================================================================== --- head/games/legesmotus/files/patch-common.mk Sat Oct 17 00:34:19 2015 (r399527) +++ head/games/legesmotus/files/patch-common.mk Sat Oct 17 05:33:48 2015 (r399528) @@ -1,6 +1,6 @@ ---- common.mk.orig 2010-09-03 23:22:37.000000000 +0400 -+++ common.mk 2010-12-27 02:20:26.000000000 +0300 -@@ -9,7 +9,6 @@ +--- common.mk.orig 2010-09-03 19:22:37 UTC ++++ common.mk +@@ -9,7 +9,6 @@ FRAMEWORKS = /Library/Frameworks VERSION = 0.4.0 # These may be overridden by config.mk @@ -8,7 +8,7 @@ #UNIVERSAL = 1 #NOBUNDLE = 1 -@@ -174,12 +173,10 @@ +@@ -174,12 +173,10 @@ CXXFLAGS += -Wnon-virtual-dtor ifeq ($(DEBUG),1) RELEASE = debug Modified: head/games/legesmotus/files/patch-configure ============================================================================== --- head/games/legesmotus/files/patch-configure Sat Oct 17 00:34:19 2015 (r399527) +++ head/games/legesmotus/files/patch-configure Sat Oct 17 05:33:48 2015 (r399528) @@ -1,6 +1,6 @@ ---- configure.orig 2010-08-20 11:16:17.000000000 +0400 -+++ configure 2010-12-27 02:23:26.000000000 +0300 -@@ -226,7 +226,7 @@ +--- configure.orig 2010-08-20 07:16:17 UTC ++++ configure +@@ -226,7 +226,7 @@ fi printf '%s' "Checking for g++... "