[71881] trunk/dports/games/PlasmaClient

ryandesign at macports.org ryandesign at macports.org
Sat Sep 25 19:09:04 PDT 2010


Revision: 71881
          http://trac.macports.org/changeset/71881
Author:   ryandesign at macports.org
Date:     2010-09-25 19:09:03 -0700 (Sat, 25 Sep 2010)
Log Message:
-----------
PlasmaClient: update to 233, universal is now possible since libhsplasma is now universal, be more explicit about what python we want to link with, update for latest bullet and its changed header location

Modified Paths:
--------------
    trunk/dports/games/PlasmaClient/Portfile
    trunk/dports/games/PlasmaClient/files/PlasmaClient.in

Modified: trunk/dports/games/PlasmaClient/Portfile
===================================================================
--- trunk/dports/games/PlasmaClient/Portfile	2010-09-26 02:07:29 UTC (rev 71880)
+++ trunk/dports/games/PlasmaClient/Portfile	2010-09-26 02:09:03 UTC (rev 71881)
@@ -5,7 +5,7 @@
 PortGroup                   cmake 1.0
 
 name                        PlasmaClient
-version                     0.0-207
+version                     0.0-233
 categories                  games
 platforms                   darwin
 maintainers                 ryandesign
@@ -22,7 +22,7 @@
 
 fetch.type                  hg
 hg.url                      http://uru.zrax.net/hg/plasmaclient
-hg.tag                      1924af79d98c
+hg.tag                      9b0fa8db3071
 
 # Decompress these into MO:ULa data dir
 #http://stashbox.org/919902/python.zip
@@ -37,9 +37,6 @@
                             port:libsdl \
                             port:libhsplasma
 
-# libhsplasma is not universal
-universal_variant           no
-
 if {![file exists ${prefix}/lib/libboost_python-mt.dylib]} {
     depends_lib-delete port:boost
     pre-configure {
@@ -60,13 +57,10 @@
     copy ${filespath}/PlasmaClient.in ${workpath}/PlasmaClient
 }
 
-# Uncomment and edit to try out other ages on panic link
-#post-patch {
-#    reinplace {s/"Personal"/"Teledahn"/} ${worksrcpath}/plasmalib/prp/physics/pcCollisionDetector.cpp
-#}
+configure.args              -DBULLET_INCLUDE_DIR:PATH=${prefix}/include/bullet \
+                            -DPYTHON_INCLUDE_DIR:PATH=${frameworks_dir}/Python.framework/Versions/2.6/Headers \
+                            -DPYTHON_LIBRARY:FILEPATH=${frameworks_dir}/Python.framework/Versions/2.6/lib/python2.6/config/libpython2.6.dylib
 
-configure.args              -DPYTHON_INCLUDE_DIR:PATH=${frameworks_dir}/Python.framework/Versions/2.6/Headers
-
 post-build {
     reinplace "s|@PREFIX@|${prefix}|g" ${workpath}/PlasmaClient
 }

Modified: trunk/dports/games/PlasmaClient/files/PlasmaClient.in
===================================================================
--- trunk/dports/games/PlasmaClient/files/PlasmaClient.in	2010-09-26 02:07:29 UTC (rev 71880)
+++ trunk/dports/games/PlasmaClient/files/PlasmaClient.in	2010-09-26 02:09:03 UTC (rev 71881)
@@ -19,8 +19,6 @@
     usage
 fi
 
-ulimit -n 2000
-
 cd "@PREFIX@/share/mystonline/data"
 
 LOGFILE="@PREFIX@/var/log/PlasmaClient/PlasmaClient.$(date '+%s').log"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100925/d7101c08/attachment-0001.html>


More information about the macports-changes mailing list