[PC-BSD Commits] r19699 - in pbi/modules/games: vavoom xpilot-ng-server
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 17 07:05:56 PDT 2012
Author: kenmoore
Date: 2012-10-17 14:05:56 +0000 (Wed, 17 Oct 2012)
New Revision: 19699
Modified:
pbi/modules/games/vavoom/pbi.conf
pbi/modules/games/xpilot-ng-server/pbi.conf
Log:
Convert the games/ modules over to optionsNG where necessary
Modified: pbi/modules/games/vavoom/pbi.conf
===================================================================
--- pbi/modules/games/vavoom/pbi.conf 2012-10-17 14:01:02 UTC (rev 19698)
+++ pbi/modules/games/vavoom/pbi.conf 2012-10-17 14:05:56 UTC (rev 19699)
@@ -25,10 +25,8 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="games/vavoom-extras"
-PBI_MAKEOPTS="WITH_HERETIC=on
-WITH_HEXEN=on
-WITH_STRIFE=on"
+PBI_MAKEOPTS="vavoom_SET= LAUNCHER"
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_MAKEOPTS
Modified: pbi/modules/games/xpilot-ng-server/pbi.conf
===================================================================
--- pbi/modules/games/xpilot-ng-server/pbi.conf 2012-10-17 14:01:02 UTC (rev 19698)
+++ pbi/modules/games/xpilot-ng-server/pbi.conf 2012-10-17 14:05:56 UTC (rev 19699)
@@ -10,14 +10,14 @@
# -- Port Information --
PBI_MAKEPORT="games/xpilot-ng-server"
PBI_MKPORTBEFORE=""
-PBI_MKPORTAFTER=" games/xpilot-ng-client"
-PBI_MAKEOPTS=" WITH_SOUND=true"
+PBI_MKPORTAFTER="games/xpilot-ng-client"
+PBI_MAKEOPTS="xpilot-ng-client_SET= SOUND"
# -- Require Root Permissions to Install PBI --
PBI_REQUIRESROOT="NO"
# -- Auto-build Configuration Options --
-PBI_BUILDKEY="02"
+PBI_BUILDKEY="03"
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"
More information about the Commits
mailing list