Skip to Content.
Sympa Menu

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

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 (cf3e4feeb9dba341307518965e1f6e33951a7460)
  • Date: Wed, 25 Apr 2007 14:34:44 -0500

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

mail/thunderbird/BUILD | 6 ++++++
mail/thunderbird/HISTORY | 4 ++++
science/chemtool/DETAILS | 5 ++++-
3 files changed, 14 insertions(+), 1 deletion(-)

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

thunderbird: -ffast-math also breaks Thunderbird's plugins

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

chemtool: Actually format long description as stated in HISTORY

diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index d965be0..f07e9de 100755
--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -7,6 +7,12 @@ export MOZ_THUNDERBIRD="1" &&
export CFLAGS="${CFLAGS//-O3/-O2}" &&
export CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&

+#
+# -ffast-math breaks plugins
+#
+CFLAGS="${CFLAGS//-ffast-math/}" &&
+CXXFLAGS="${CXXFLAGS//-ffast-math/}" &&
+
if echo $LDFLAGS | grep -q '\-s'; then
OPTS="$OPTS --enable-strip"
fi &&
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index 138ffdb..db72a0c 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,3 +1,7 @@
+2007-04-25 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Disable -ffast-math in flags as it breaks plugins
+ (they'll try to install, but never finish, much less run)
+
2007-04-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.0.0.0
Enigmail updated to 0.95.0
diff --git a/science/chemtool/DETAILS b/science/chemtool/DETAILS
index a8a7c76..0568d24 100755
--- a/science/chemtool/DETAILS
+++ b/science/chemtool/DETAILS
@@ -11,5 +11,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
ENTERED=20020820
SHORT="GTK+-based 2D chemical structure editor"
cat << EOF
- Chemtool is a GTK+-based 2D chemical structure editor for X11. Drawings can
be exported in XFig format for further annotation, or as Postscript files
(using xfig's companion program transfig). A set of sample molecular
structure drawings is included in the archive.
+ Chemtool is a GTK+-based 2D chemical structure editor for X11. Drawings can
be
+exported in XFig format for further annotation, or as Postscript files (using
+xfig's companion program transfig). A set of sample molecular structure
+drawings is included in the archive.
EOF



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (cf3e4feeb9dba341307518965e1f6e33951a7460), Eric Sandall, 04/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page