diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-01-04 09:24:50 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-01-04 09:24:50 +0000 |
commit | edb917ebb4d74a436d466695b6cd2380d6ea14ba (patch) | |
tree | a77ede2560c2b9df989e16537a044efbe485c427 | |
parent | 31e7954e06543603fa3137d8392d22e08361a062 (diff) | |
download | ports-edb917ebb4d74a436d466695b6cd2380d6ea14ba.tar.gz ports-edb917ebb4d74a436d466695b6cd2380d6ea14ba.zip |
Notes
-rw-r--r-- | games/warzone2100/Makefile | 4 | ||||
-rw-r--r-- | games/warzone2100/distinfo | 6 | ||||
-rw-r--r-- | games/warzone2100/pkg-message | 21 |
3 files changed, 5 insertions, 26 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 77fd746f9db4..32c2aae4e351 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -6,7 +6,7 @@ # PORTNAME= warzone2100 -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 CATEGORIES= games MASTER_SITES= http://download.gna.org/warzone/releases/2.0/ @@ -29,7 +29,7 @@ USE_BZIP2= yes USE_GL= yes USE_GMAKE= yes USE_SDL= net sdl -CONFIGURE_ARGS= --program-transform-name="" +CONFIGURE_ARGS= --program-transform-name="" --with-distributor="FreeBSD ports" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="${PTHREAD_LIBS}" diff --git a/games/warzone2100/distinfo b/games/warzone2100/distinfo index a7e569392f55..bc369b8514d4 100644 --- a/games/warzone2100/distinfo +++ b/games/warzone2100/distinfo @@ -1,3 +1,3 @@ -MD5 (warzone2100-2.0.9.tar.bz2) = fbf869a88987bdbd945979eb0a83088d -SHA256 (warzone2100-2.0.9.tar.bz2) = 68adb2a4fbffb5c97b6fa948ae08b18fcb73992b5540b2e3fd71743f73bd6ddb -SIZE (warzone2100-2.0.9.tar.bz2) = 13174205 +MD5 (warzone2100-2.0.10.tar.bz2) = d27b89fde2c8017020756441bdd2a67b +SHA256 (warzone2100-2.0.10.tar.bz2) = a70d53173b49d31ab8b730a82d2b0127a9fb23eb6da1cdc6e38c8dbfecaa207a +SIZE (warzone2100-2.0.10.tar.bz2) = 13304863 diff --git a/games/warzone2100/pkg-message b/games/warzone2100/pkg-message deleted file mode 100644 index 2f482df09926..000000000000 --- a/games/warzone2100/pkg-message +++ /dev/null @@ -1,21 +0,0 @@ -============================================================================== - -Warzone2100 has been installed. - -If the game locks up in heavy fight (e.g. many units firing at each other) try -to set OPENAL_BUFFER_SIZE to 8192 before running it. - -$ env OPENAL_BUFFER_SIZE=8192 warzone2100 - -Or set the environment variable in your shell's configuration file (you can -also run these commands directly from the command-line). - -For sh/bash add in your /etc/profile or ~/.profile: -export OPENAL_BUFFER_SIZE=8192 - -For csh/tcsh add in your /etc/csh.cshrc or ~/.cshrc: -setenv OPENAL_BUFFER_SIZE=8192 - -Enjoy! - -============================================================================== |