Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (9cfcfb073b5cd0607e90c4dce584b103623fdca4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (9cfcfb073b5cd0607e90c4dce584b103623fdca4)
  • Date: Mon, 27 Apr 2009 05:47:28 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

dev/null |binary
php-pear/php-gtk/DEPENDS | 6
+++++-
php-pear/php-gtk/FINAL | 3 +++
php-pear/php-gtk/HISTORY | 7
+++++++
utils/phoronix-test-suite/DETAILS | 4 ++--
utils/phoronix-test-suite/HISTORY | 6
++++++
utils/phoronix-test-suite/PREPARE | 1 -
utils/phoronix-test-suite/phoronix-test-suite-1.6.0.tar.gz.sig | 0
utils/phoronix-test-suite/phoronix-test-suite-1.8.0a2.tar.gz.sig | 0
utils/phoronix-test-suite/phoronix-test-suite-1.8.1.tar.gz.sig |binary
10 files changed, 23 insertions(+), 4 deletions(-)

New commits:
commit 9cfcfb073b5cd0607e90c4dce584b103623fdca4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

phoronix-test-suite: Don't enable the PHP GTK GUI as php-gtk doesn't
quite work.

See
http://www.phoronix.com/forums/showpost.php?p=71923&postcount=33

Maybe someone whom actually knows wtf PHP does can fix this.

commit 57c860772f7dcbb2c033d024d0f4447eac296ee5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

php-gtk: Don't modify extension_dir as it then breaks php-gtk
finding PHP CLI when compiling
See
http://www.phoronix.com/forums/showpost.php?p=71923&postcount=33

Maybe someone whom actually knows wtf PHP does can fix this.

commit 6917fc99e689eaeb127fbcc1b97c9e41d456cd31
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

php-gtk: Display options for php.ini to enable php-gtk

commit ddd0fe9d1e39bf735ec91902fb5d54f5276c0484
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

php-gtk: Optionally depends on gtk+2-extra

commit 77526288a3821b3f6d0f02342e3961fba4a49897
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

phoronix-test-suite: Updated to 1.8.1 (both devel and stable)

commit 62e873f30733763c4407483adbf09bef69d26fc7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

phoronix-test-suite: Updated to 1.8.0 (both devel and stable)
1.8 is now the stable branch
SOURCE matches upstream posted MD5
Optionally depends on php-gtk for a GUI front-end

diff --git a/php-pear/php-gtk/DEPENDS b/php-pear/php-gtk/DEPENDS
index f6d5ddf..f220b5b 100755
--- a/php-pear/php-gtk/DEPENDS
+++ b/php-pear/php-gtk/DEPENDS
@@ -15,4 +15,8 @@ optional_depends gtkspell \

optional_depends gtkhtml2 \
"--with-html" "--without-html" \
- "for GtkHTML support"
+ "for GtkHTML support" &&
+
+optional_depends gtk+2-extra \
+ '--with-extra' '--without-extra' \
+ 'for GtkExtra support'
diff --git a/php-pear/php-gtk/FINAL b/php-pear/php-gtk/FINAL
new file mode 100755
index 0000000..f387584
--- /dev/null
+++ b/php-pear/php-gtk/FINAL
@@ -0,0 +1,3 @@
+message "${MESSAGE_COLOR} You will need to enable this extension in php.ini"
\
+ "by adding the following to the Dynamic Extensions section:\n" \
+ "extension=php_gtk2.so${DEFAULT_COLOR}"
diff --git a/php-pear/php-gtk/HISTORY b/php-pear/php-gtk/HISTORY
index fcd3d5d..bb193ce 100644
--- a/php-pear/php-gtk/HISTORY
+++ b/php-pear/php-gtk/HISTORY
@@ -1,3 +1,10 @@
+2009-04-27 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on gtk+2-extra
+ * FINAL: Display options for php.ini to enable php-gtk
+ Don't modify extension_dir as it then breaks php-gtk
+ finding PHP CLI when compiling
+ See http://www.phoronix.com/forums/showpost.php?p=71923&postcount=33
+
2008-05-26 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated VERSION to 2.0.1; fixed SOURCE_DIRECTORY
* DEPENDS: broken file (no &&), fixed; added new depends
diff --git a/utils/phoronix-test-suite/DETAILS
b/utils/phoronix-test-suite/DETAILS
index a4a0fb5..797559d 100755
--- a/utils/phoronix-test-suite/DETAILS
+++ b/utils/phoronix-test-suite/DETAILS
@@ -1,10 +1,10 @@
SPELL=phoronix-test-suite
if [[ $PHORONIX_DEV == y ]]; then
- VERSION=1.8.0a2
+ VERSION=1.8.1
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL[0]=http://www.phoronix-test-suite.com/releases/development/$SOURCE
else
- VERSION=1.6.0
+ VERSION=1.8.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.phoronix-test-suite.com/releases/$SOURCE
fi
diff --git a/utils/phoronix-test-suite/HISTORY
b/utils/phoronix-test-suite/HISTORY
index a7bb9ab..9a19b0d 100644
--- a/utils/phoronix-test-suite/HISTORY
+++ b/utils/phoronix-test-suite/HISTORY
@@ -1,3 +1,9 @@
+2009-04-27 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPAR: 1.8 is now the stable branch
+ * DETAILS: Updated to 1.8.0 (both devel and stable)
+ Updated to 1.8.1 (both devel and stable)
+ SOURCE matches upstream posted MD5
+
2009-04-21 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* DEPENDS: openal -> OPENAL

diff --git a/utils/phoronix-test-suite/PREPARE
b/utils/phoronix-test-suite/PREPARE
index dc887ac..7d57a90 100755
--- a/utils/phoronix-test-suite/PREPARE
+++ b/utils/phoronix-test-suite/PREPARE
@@ -1,2 +1 @@
-message "The development version (1.8) now includes a gui." &&
config_query PHORONIX_DEV "Do you want the development version?" n
diff --git a/utils/phoronix-test-suite/phoronix-test-suite-1.6.0.tar.gz.sig
b/utils/phoronix-test-suite/phoronix-test-suite-1.6.0.tar.gz.sig
deleted file mode 100644
index 5121012..0000000
Binary files a/utils/phoronix-test-suite/phoronix-test-suite-1.6.0.tar.gz.sig
and /dev/null differ
diff --git a/utils/phoronix-test-suite/phoronix-test-suite-1.8.0a2.tar.gz.sig
b/utils/phoronix-test-suite/phoronix-test-suite-1.8.0a2.tar.gz.sig
deleted file mode 100644
index 882d6f6..0000000
Binary files
a/utils/phoronix-test-suite/phoronix-test-suite-1.8.0a2.tar.gz.sig and
/dev/null differ
diff --git a/utils/phoronix-test-suite/phoronix-test-suite-1.8.1.tar.gz.sig
b/utils/phoronix-test-suite/phoronix-test-suite-1.8.1.tar.gz.sig
new file mode 100644
index 0000000..769dfc5
Binary files /dev/null and
b/utils/phoronix-test-suite/phoronix-test-suite-1.8.1.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9cfcfb073b5cd0607e90c4dce584b103623fdca4), Eric Sandall, 04/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page