[PC-BSD Commits] r12981 - in pbi/modules/emulators: . wine wine-nvidia
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 26 11:35:30 PDT 2011
Author: kris
Date: 2011-09-26 11:35:30 -0700 (Mon, 26 Sep 2011)
New Revision: 12981
Added:
pbi/modules/emulators/wine-nvidia/
Modified:
pbi/modules/emulators/wine-nvidia/pbi.conf
pbi/modules/emulators/wine/pbi.conf
Log:
Add new module for wine-nvidia, which will be for amd64 systems and include
the GL libraries for 32bit wine
Modified: pbi/modules/emulators/wine/pbi.conf
===================================================================
--- pbi/modules/emulators/wine/pbi.conf 2011-09-26 17:17:07 UTC (rev 12980)
+++ pbi/modules/emulators/wine/pbi.conf 2011-09-26 18:35:30 UTC (rev 12981)
@@ -31,5 +31,8 @@
PBI_MKPORTAFTER="emulators/wine-gecko"
PBI_BUILDKEY="02"
+
+# Set the priority
+PBI_AB_PRIORITY="5"
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY
+export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY PBI_AB_PRIORITY
Modified: pbi/modules/emulators/wine-nvidia/pbi.conf
===================================================================
--- pbi/modules/emulators/wine/pbi.conf 2011-09-23 13:04:43 UTC (rev 12962)
+++ pbi/modules/emulators/wine-nvidia/pbi.conf 2011-09-26 18:35:30 UTC (rev 12981)
@@ -7,7 +7,7 @@
##############################################################################
# Program Name
-PBI_PROGNAME="Wine"
+PBI_PROGNAME="Wine-NVIDIA"
# Program Website
PBI_PROGWEB="http://www.winehq.org"
@@ -28,8 +28,15 @@
# Ports to build before / after
PBI_MKPORTBEFORE=""
-PBI_MKPORTAFTER="emulators/wine-gecko"
+PBI_MKPORTAFTER="emulators/wine-gecko x11/nvidia-driver"
+# Set the build key
PBI_BUILDKEY="02"
+
+# Set the priority
+PBI_AB_PRIORITY="5"
+
+# Set this PBI to include the nvidia GL libs
+PBI_USESYSGL="NO"
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY
+export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY PBI_AB_PRIORITY PBI_USESYSGL
More information about the Commits
mailing list