Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (768b0954c79d30cdd70fc9e602fa653857e055c1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (768b0954c79d30cdd70fc9e602fa653857e055c1)
  • Date: Tue, 3 Apr 2007 07:26:56 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

dev/null |binary
disk/physfs/BUILD | 11 +++--------
disk/physfs/DEPENDS | 27 +++++++++++++--------------
disk/physfs/DETAILS | 4 ++--
disk/physfs/HISTORY | 5 +++++
editors/scite/DETAILS | 6 +++---
editors/scite/HISTORY | 3 +++
editors/scite/scite171.tgz.sig | 0
8 files changed, 29 insertions(+), 27 deletions(-)

New commits:
commit ff1ec0ef5ba964ad3f3086792b72fe2e12e8a65d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

physfs-1.1.1

commit 6c881aec5ce6feff1e60d731d460d15d1a49f5eb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

scite-1.73

diff --git a/disk/physfs/BUILD b/disk/physfs/BUILD
index e54ab7b..3e69fbd 100755
--- a/disk/physfs/BUILD
+++ b/disk/physfs/BUILD
@@ -1,9 +1,4 @@
-./configure --build=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- $OPTS &&
-
-sedit "s:CFLAGS = -g -O0 :CFLAGS = ${CFLAGS} -g :" Makefile &&
-
+sed -i "s|-Werror||;s|-g|${CFLAGS}|" CMakeLists.txt &&
+OPTS="-DPHYSFS_BUILD_STATIC=0 $OPTS" &&
+cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr $OPTS . &&
make
diff --git a/disk/physfs/DEPENDS b/disk/physfs/DEPENDS
index 96dcbc0..077724e 100755
--- a/disk/physfs/DEPENDS
+++ b/disk/physfs/DEPENDS
@@ -1,14 +1,13 @@
-optional_depends "zip" \
- "--enable-zip" \
- "--disable-zip" \
- "for ZIP compression support" \
-
-optional_depends "zlib" \
- "--disable-internal-zlib" \
- "--enable-internal-zlib" \
- "for system ZLIB compression support"
-# Commented out until added to grimoire
-#optional_depends "BUILD" \
-# "--enable-grp" \
-# "--disable-grp" \
-# "for Build Engine GRP support"
+depends cmake &&
+optional_depends p7zip \
+ '-DPHYSFS_ARCHIVE_7Z=1' \
+ '-DPHYSFS_ARCHIVE_7Z=0' \
+ 'for 7Z compression support' &&
+optional_depends zip \
+ '-DPHYSFS_ARCHIVE_ZIP=1' \
+ '-DPHYSFS_ARCHIVE_ZIP=0' \
+ 'for ZIP compression support'&&
+optional_depends wxgtk \
+ '-DPHYSFS_BUILD_WX_TEST=1' \
+ '-DPHYSFS_BUILD_WX_TEST=0' \
+ 'Build wxWidgets test program'
diff --git a/disk/physfs/DETAILS b/disk/physfs/DETAILS
index 7abc08f..b88ea16 100755
--- a/disk/physfs/DETAILS
+++ b/disk/physfs/DETAILS
@@ -1,9 +1,9 @@
SPELL=physfs
- VERSION=1.0.0
+ VERSION=1.1.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://icculus.org/physfs/downloads/${SOURCE}
-
SOURCE_HASH=sha512:ca3b5ffdd94d894c5add62275a4eef8f09b04bd0c1bf76116f61206a99a31dbc500ec2300fb1a9f9de725802038531277fbefffba38dd01e0a497026be70e47c
+
SOURCE_HASH=sha512:45546cd009d540e7c34dd19d02ecfb32219345d7a5b89a10c12286d0f6b41ce79f0e6b314d46964043fd295c34209c0437f969f24d9d19e0cebff8ccd4b58964
WEB_SITE=http://icculus.org/physfs/
LICENSE[0]=ZLIB
ENTERED=20021120
diff --git a/disk/physfs/HISTORY b/disk/physfs/HISTORY
index 5e5d420..b422ac9 100644
--- a/disk/physfs/HISTORY
+++ b/disk/physfs/HISTORY
@@ -1,3 +1,8 @@
+2007-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.1
+ * DEPENDS: add cmake, p7zip
+ * BUILD: adapt to cmake
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/editors/scite/DETAILS b/editors/scite/DETAILS
index bc5378c..756a470 100755
--- a/editors/scite/DETAILS
+++ b/editors/scite/DETAILS
@@ -1,13 +1,13 @@
SPELL=scite
- VERSION=1.71
+ VERSION=1.73
+
SOURCE_HASH=sha512:74743b5ea8af69cc74ff77934f43fe39061cb7e0eada5e3aa4d17294bc7e2c0aa3ef542dc9f7c747e2b1622ec689680c1b1b049e71b9ef8da0a8c8b1a635aacf
SOURCE=${SPELL}${VERSION/\./}.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$SOURCEFORGE_URL/scintilla/$SOURCE
- SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+# SOURCE_GPG=gurus.gpg:${SOURCE}.sig
WEB_SITE=http://www.scintilla.org/
LICENSE[0]=BSD
ENTERED=20030220
- UPDATED=20031121
KEYWORDS="editors"
SHORT='Scintilla - source code editing component, SciTE - text
editor'
cat << EOF
diff --git a/editors/scite/HISTORY b/editors/scite/HISTORY
index eac7a0a..32b7ed3 100644
--- a/editors/scite/HISTORY
+++ b/editors/scite/HISTORY
@@ -1,3 +1,6 @@
+2007-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.73
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/editors/scite/scite171.tgz.sig b/editors/scite/scite171.tgz.sig
deleted file mode 100644
index 59d11bc..0000000
Binary files a/editors/scite/scite171.tgz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (768b0954c79d30cdd70fc9e602fa653857e055c1), Treeve Jelbert, 04/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page