[Lunar-commits] <moonbase> seamonkey: updated to 2.0.9 removed options which fail runtime.
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Fri Oct 22 01:24:20 CEST 2010
commit c8a292da505ea8aa734e2422aa13408b44249ec9
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Fri Oct 22 01:24:20 2010 +0200
seamonkey: updated to 2.0.9
removed options which fail runtime.
---
web/seamonkey/BUILD | 11 -----------
web/seamonkey/CONFIGURE | 2 --
web/seamonkey/DETAILS | 6 +++---
3 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/web/seamonkey/BUILD b/web/seamonkey/BUILD
index fec3431..41a65a7 100644
--- a/web/seamonkey/BUILD
+++ b/web/seamonkey/BUILD
@@ -45,20 +45,9 @@
echo "ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-$XUL" >> mozconfig
fi &&
- if [ "$SAFE" == "y" ] ; then
- echo "ac_add_options --enable-safe-browsing" >> mozconfig
- fi &&
-
setterm -bfreq -blength &&
#Finally, the build!
- if [ "$PGO" == "y" ] ; then
- #CCache breaks the pgo build
- export CCACHE_DISABLE=1
- echo "ac_add_options --enable-profile-guided-optimization" >> mozconfig &&
- echo "mk_add_options PROFILE_GEN_SCRIPT='python $MOZ_OBJDIR/_profile/pgo/profileserver.py'" >> mozconfig
- fi &&
-
default_build &&
# Now the .desktop file and the icon
diff --git a/web/seamonkey/CONFIGURE b/web/seamonkey/CONFIGURE
deleted file mode 100644
index c8311d9..0000000
--- a/web/seamonkey/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-mquery PGO "Build with Profile Guided Optimization?" y "--enable-profile-guided-optimization" ""
-mquery SAFE "Enable safe browsing (anti-phishing)?" y "--enable-safe-browsing" ""
diff --git a/web/seamonkey/DETAILS b/web/seamonkey/DETAILS
index 02b7327..09f3e97 100644
--- a/web/seamonkey/DETAILS
+++ b/web/seamonkey/DETAILS
@@ -1,14 +1,14 @@
MODULE=seamonkey
- VERSION=2.0.8
+ VERSION=2.0.9
SOURCE=$MODULE-$VERSION.source.tar.bz2
SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION/source
SOURCE_URL[1]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION/source
SOURCE_URL[2]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/source
- SOURCE_VFY=sha1:54d3a6475611f188354dfecef9dbfee08fe0eaf0
+ SOURCE_VFY=sha1:c23f61d06c54cda841da128b3e2a649a2390eebb
WEB_SITE=http://www.seamonkey-project.org
PSAFE=no
ENTERED=20051208
- UPDATED=20100923
+ UPDATED=20101021
MAINTAINER=zbiggy at o2.pl
SHORT="Seamonkey is a next generation mozilla web browser"
More information about the Lunar-commits
mailing list