[Lunar-commits] <moonbase> physfs: Version bump and a little twiddle in the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Jun 19 14:08:54 CEST 2010
commit 3c0a7b1e89c7f3a1df39b953cc60cbed50feb819
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Jun 19 08:08:54 2010 -0400
physfs: Version bump and a little twiddle in the BUILD.
---
devel/physfs/BUILD | 15 +++++++++++++--
devel/physfs/DETAILS | 11 ++++-------
2 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/devel/physfs/BUILD b/devel/physfs/BUILD
index f008cdc..0c80c57 100644
--- a/devel/physfs/BUILD
+++ b/devel/physfs/BUILD
@@ -1,6 +1,5 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
# Fixes compilation error:
# cc1: warnings being treated as errors
@@ -8,7 +7,19 @@
# /usr/src/physfs-2.0.0/archivers/zip.c:378: error: 'extra[0u]' may be used uninitialized in this function
sedit "s:-Werror::" CMakeLists.txt &&
- cmake -DCMAKE_INSTALL_PREFIX:=/usr -DPHYSFS_BUILD_WX_TEST:=FALSE &&
+ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+
+ mkdir $OOTB_DIR &&
+ cd $OOTB_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ -DPHYSFS_BUILD_WX_TEST=FALSE \
+ -DPHYSFS_BUILD_TEST=FALSE \
+ $OPTS &&
+
+
default_make
) > $C_FIFO 2>&1
diff --git a/devel/physfs/DETAILS b/devel/physfs/DETAILS
index 0bbfd84..ec9ba7b 100644
--- a/devel/physfs/DETAILS
+++ b/devel/physfs/DETAILS
@@ -1,15 +1,12 @@
MODULE=physfs
- VERSION=2.0.0
+ VERSION=2.0.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2
SOURCE_URL=http://icculus.org/physfs/downloads
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:3cfa291a82f2b0cf15b205efcf8bf53c0b54c92c
- SOURCE2_VFY=sha1:1a5fb569c4fe47a26f70641c626b16146a569606
+ SOURCE_VFY=sha1:1e291e8717ce3bb921b74416ec7cbcf212efcaa1
WEB_SITE=http://icculus.org/physfs
ENTERED=20030215
- UPDATED=20090803
- SHORT="A library to provide abstract access to various archives"
+ UPDATED=20100619
+ SHORT="library providing abstract access to various archives"
cat << EOF
PhysicsFS is a library to provide abstract access to various archives. It
More information about the Lunar-commits
mailing list