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
+#
+# -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