Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3f7be807f64d2ddb949d4bdbac89fbbc2ae63acd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3f7be807f64d2ddb949d4bdbac89fbbc2ae63acd)
  • Date: Wed, 6 Feb 2008 23:23:21 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +
http/icecat/BUILD | 43 +++++++++++--------
http/icecat/CONFIGURE | 23 +++-------
http/icecat/CONFLICTS | 3 -
http/icecat/HISTORY | 5 ++
http/iceweasel/BUILD | 1
http/iceweasel/CONFLICTS | 1
http/iceweasel/DEPENDS | 80
-------------------------------------
http/iceweasel/DETAILS | 35 ----------------
http/iceweasel/EXPORTS | 7 ---
http/iceweasel/HISTORY | 24 -----------
http/iceweasel/INSTALL | 1
http/iceweasel/PRE_BUILD | 1
http/iceweasel/PROVIDES | 4 -
http/iceweasel/REPAIR^none^EXPORTS | 7 ---
http/iceweasel/TRIGGERS | 1
16 files changed, 39 insertions(+), 200 deletions(-)

New commits:
commit b242b4199a1dd695f99a8978474f852ec328e74e
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/icecat: removed CONFLICTS

commit ee6430cda9bc7cccabaf5c87ebab4890d592df9f
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/iceweasel: removed deprecated spell

commit 947851819eaa31908beef296c1e92a0881050a32
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/icecat: removed iceweasel's query defaults, made building more
default

diff --git a/ChangeLog b/ChangeLog
index 8bbfaaa..b51e7da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-06 Pol Vinogradov <vin.public AT gmail.com>
+ * http/iceweasel: removed deprecated spell
+
2008-02-06 Eric Sandall <sandalle AT sourcemage.org>
* utils/winetricks: Added Script to download and install WINE runtime
libraries
diff --git a/http/icecat/BUILD b/http/icecat/BUILD
index 6a54b04..19c5a36 100755
--- a/http/icecat/BUILD
+++ b/http/icecat/BUILD
@@ -1,4 +1,4 @@
- local ICECAT_HOME=${INSTALL_ROOT}/usr/lib/${SPELL} &&
+local ICECAT_HOME=${INSTALL_ROOT}/usr/lib/${SPELL} &&
export MOZ_PHOENIX=1 &&

export CFLAGS="${CFLAGS//-O3/-O2}" &&
@@ -12,23 +12,28 @@ then
OPTS="--enable-svg-renderer=$ICECAT_RENDER $OPTS"
fi &&

-./configure \
- --prefix=${INSTALL_ROOT}/usr \
- --with-user-appdir=.${SPELL} \
- --with-pthreads \
- --enable-application=browser \
- --enable-reorder \
- --enable-cpp-rtti \
- --enable-strip \
- --enable-optimize="$CFLAGS" \
- --with-default-mozilla-five-home=$ICECAT_HOME \
- --disable-debug \
- --disable-tests \
- --disable-installer \
- --disable-pedantic \
- --enable-single-profile \
- --enable-extensions=default,typeaheadfind \
- --enable-canvas \
- $OPTS &&
+[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=$HOST"
+
+./configure --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ --with-user-appdir=.${SPELL} \
+ --enable-optimize="$CFLAGS" \
+ --with-pthreads \
+--enable-application=browser \
+ --enable-reorder \
+ --enable-cpp-rtti \
+ --enable-strip \
+ --with-default-mozilla-five-home=$ICECAT_HOME \
+ --disable-debug \
+ --disable-tests \
+ --disable-installer \
+ --disable-pedantic \
+ --enable-single-profile \
+ --enable-extensions="default,typeaheadfind" \
+ --enable-canvas \
+ $OPTS &&

make
diff --git a/http/icecat/CONFIGURE b/http/icecat/CONFIGURE
index b0a9687..5333cf5 100755
--- a/http/icecat/CONFIGURE
+++ b/http/icecat/CONFIGURE
@@ -1,40 +1,31 @@
-# Import query defaults from deprecated iceweasel
-persistent_read iceweasel ICEWEASEL_MAILNEWS ICEWEASEL_MAILNEWS &&
-persistent_read iceweasel ICEWEASEL_CALENDAR ICEWEASEL_CALENDAR &&
-persistent_read iceweasel ICEWEASEL_CHAT ICEWEASEL_CHAT &&
-persistent_read iceweasel ICEWEASEL_COMPOSER ICEWEASEL_COMPOSER &&
-persistent_read iceweasel ICEWEASEL_MATHML ICEWEASEL_MATHML &&
-persistent_read iceweasel ICEWEASEL_JS ICEWEASEL_JS &&
-persistent_read iceweasel ICEWEASEL_NULLPLUGIN ICEWEASEL_NULLPLUGIN &&
-
config_query_option ICECAT_MAILNEWS \
'Build Mail/News client?' \
- ${ICEWEASEL_MAILNEWS:-y} \
+ y \
'--enable-mailnews' \
'--disable-mailnews' &&
config_query_option ICECAT_CALENDAR \
'Build Calendar component?' \
- ${ICEWEASEL_CALENDAR:-y} \
+ y \
'--enable-calendar' \
'--disable-calendar' &&
config_query_option ICECAT_CHAT \
'Build ChatZilla component?' \
- ${ICEWEASEL_CHAT:-y} \
+ y \
'--enable-chatzilla' \
'--disable-chatzilla' &&
config_query_option ICECAT_COMPOSER \
'Build Composer component?' \
- ${ICEWEASEL_COMPOSER:-y} \
+ y \
'--enable-composer' \
'--disable-composer' &&
config_query_option ICECAT_MATHML \
'Enable MathML?' \
- ${ICEWEASEL_MATHML:-y} \
+ y \
'--enable-mathml' \
'--disable-mathml' &&
config_query_option ICECAT_JS \
'Build JavaScript profile tool?' \
- ${ICEWEASEL_JS:-n} \
+ n \
'--enable-xpctools' \
'--disable-xpctools' &&
config_query_list ICECAT_RENDER \
@@ -43,4 +34,4 @@ config_query_list ICECAT_RENDER \

config_query ICECAT_NULLPLUGIN \
"Do you want nullplugin installed (to enable auto search and install of
other plugins)" \
- ${ICEWEASEL_NULLPLUGIN:-y}
+ y
diff --git a/http/icecat/CONFLICTS b/http/icecat/CONFLICTS
deleted file mode 100755
index 3a22c84..0000000
--- a/http/icecat/CONFLICTS
+++ /dev/null
@@ -1,3 +0,0 @@
-conflicts iceweasel y &&
-conflicts iceweasel-bin y &&
-conflicts icecat-bin y
diff --git a/http/icecat/HISTORY b/http/icecat/HISTORY
index acb79f3..9236345 100644
--- a/http/icecat/HISTORY
+++ b/http/icecat/HISTORY
@@ -1,3 +1,8 @@
+2008-02-06 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFIGURE: removed iceweasel's defaults
+ * CONFLICTS: removed
+ * BUILD: made it more default_build-like
+
2007-12-26 Juuso Alasuutari <iuso AT sourcemage.org>
* CONFIGURE: Import query defaults from deprecated iceweasel.

diff --git a/http/iceweasel/BUILD b/http/iceweasel/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/http/iceweasel/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/http/iceweasel/CONFLICTS b/http/iceweasel/CONFLICTS
deleted file mode 100755
index c34510b..0000000
--- a/http/iceweasel/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts iceweasel y
diff --git a/http/iceweasel/DEPENDS b/http/iceweasel/DEPENDS
deleted file mode 100755
index 401ebc1..0000000
--- a/http/iceweasel/DEPENDS
+++ /dev/null
@@ -1,80 +0,0 @@
-# depends g++ &&
-# depends glib2 &&
-# depends X11-LIBS "--with-x" &&
-
-# case $ICEWEASEL_RENDER in
-# cairo) depends cairo ;;
-# libart) depends libart_lgpl ;;
-# *) true ;;
-# esac &&
-
-# source $GRIMOIRE/FUNCTIONS &&
-
-# if check_if_xorg_modular_libs ; then
-# optional_depends libxp \
-# "" \
-# "--disable-xprint" \
-# "for Xprint printing support" &&
-
-# optional_depends libxft \
-# "" \
-# "--disable-xft" \
-# "for Xft support" &&
-
-# optional_depends libxinerama \
-# "--enable-xinerama" \
-# "" \
-# "for Xinerama support"
-
-# fi &&
-
-# optional_depends freetype2 \
-# "" \
-# "--disable-freetype2" \
-# "for FreeType2 support" &&
-
-# optional_depends gnome-vfs2 \
-# "" \
-# "--disable-gnomevfs" \
-# "for GnomeVFS support" &&
-
-# optional_depends jpeg \
-# "--with-system-jpeg" \
-# "" \
-# "for system jpeg" &&
-
-# optional_depends libgnomeui \
-# "" \
-# "--disable-gnomeui" \
-# "for libgnomeui support" &&
-
-# optional_depends libpng \
-# "--with-system-png" \
-# "" \
-# "for system png" &&
-
-# optional_depends nspr \
-# "--with-system-nspr" \
-# "" \
-# "for system NSPR" &&
-
-# optional_depends openldap \
-# "" \
-# "--disable-ldap" \
-# "for LDAP support" &&
-
-# optional_depends pango \
-# "--enable-pango" \
-# "" \
-# "for Pango font rendering support" &&
-
-# optional_depends POSTSCRIPT-INTERPRETER \
-# "" \
-# "--disable-postscript" \
-# "for PostScript printing support" &&
-
-# optional_depends zlib \
-# "--with-system-zlib" \
-# "" \
-# "for system libz"
-depends icecat
diff --git a/http/iceweasel/DETAILS b/http/iceweasel/DETAILS
deleted file mode 100755
index 27e35d9..0000000
--- a/http/iceweasel/DETAILS
+++ /dev/null
@@ -1,35 +0,0 @@
- SPELL=iceweasel
- VERSION=2.0.0.6-g2
-# SOURCE=${SPELL}-${VERSION}.tar.bz2
-# SOURCE2=${SOURCE}.sig
-# SOURCE_GPG="iceweasel.gpg:${SOURCE2}:UPSTREAM_KEY"
-# SOURCE2_IGNORE=signature
-# SOURCE_URL[0]=http://gnuzilla.gnu.org/download/${SOURCE}
-# SOURCE2_URL[0]=${SOURCE_URL}.sig
-# SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- WEB_SITE=http://gnuzilla.gnu.org/
- ENTERED=20071022
- PATCHLEVEL=1
- LICENSE[0]=MPL
- KEYWORDS="http"
- SHORT="the GNU version of the Firefox browser"
-cat << EOF
-Gnuzilla is the GNU version of the Mozilla suite, and IceWeasel is the GNU
-version of the Firefox browser. Its main advantage is an ethical one: it is
-entirely free software. While the source code from the Mozilla project is
free
-software, the binaries that they release include additional non-free
software.
-Also, they distribute non-free software as plug-ins. (IceWeasel does keep the
-triple licensing used by Firefox to facilitate the reuse of code.)
-
-In addition, IceWeasel includes some privacy protection features:
-
- 1. Some sites refer to zero-size images on other hosts to keep track of
- cookies. When IceWeasel detects this mechanism it blocks cookies from
the
- site hosting the zero-length image file. (It is possible to re-enable
- such a site by removing it from the blocked hosts list.)
- 2. Other sites rewrite the host name in links redirecting the user to
another
- site, mainly to "spy" on clicks. When this behavior is detected,
IceWeasel
- shows a message alerting the user.
-
-To see these new features in action, some test pages are available.
-EOF
diff --git a/http/iceweasel/EXPORTS b/http/iceweasel/EXPORTS
deleted file mode 100755
index 9f55b64..0000000
--- a/http/iceweasel/EXPORTS
+++ /dev/null
@@ -1,7 +0,0 @@
-ICEWEASEL_MAILNEWS
-ICEWEASEL_CALENDAR
-ICEWEASEL_CHAT
-ICEWEASEL_COMPOSER
-ICEWEASEL_MATHML
-ICEWEASEL_JS
-ICEWEASEL_NULLPLUGIN
diff --git a/http/iceweasel/HISTORY b/http/iceweasel/HISTORY
deleted file mode 100644
index fd672db..0000000
--- a/http/iceweasel/HISTORY
+++ /dev/null
@@ -1,24 +0,0 @@
-2007-12-26 Juuso Alasuutari <iuso AT sourcemage.org>
- * PRE_BUILD, BUILD, INSTALL: Replaced commented-out lines with 'true'
- as dictated by the spell deprecation procedure.
- * CONFIGURE: Deleted, not needed in a deprecated spell.
- * PROVIDES: Removed comment characters. Commenting out lines in
- PROVIDES doesn't work because it's not a bash script; instead
- provides.index will claim that the spell provides '#'. Letting a
- deprecated spell keep its providers is probably the best thing to do
- to avoid forcing an unwanted recompile upon users.
- * CONFLICTS: Added with 'conflicts iceweasel y' according to the spell
- deprecation procedure.
- * EXPORTS, REPAIR^none^EXPORTS: Added, export variables for use in
- icecat's CONFIGURE.
-
-2007-12-20 Pol Vinogradov <vin.public AT gmail.com>
- * Deprecated in favour of icecat
-
-2007-10-30 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS, iceweasel.gpg: added GPG upstream signature
-
-2007-10-22 Pol Vinogradov <vin.public AT gmail.com>
- * BUILD, cairo-fixes.patch, CONFIGURE, DEPENDS,
- desktop/iceweasel.desktop, DETAILS, iceweasel, iceweasel.sh,
- INSTALL, PRE_BUILD, PROVIDES: created this spell
diff --git a/http/iceweasel/INSTALL b/http/iceweasel/INSTALL
deleted file mode 100755
index 27ba77d..0000000
--- a/http/iceweasel/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/http/iceweasel/PRE_BUILD b/http/iceweasel/PRE_BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/http/iceweasel/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/http/iceweasel/PROVIDES b/http/iceweasel/PROVIDES
deleted file mode 100755
index e0c99a2..0000000
--- a/http/iceweasel/PROVIDES
+++ /dev/null
@@ -1,4 +0,0 @@
-WEB-BROWSER
-GRAPHICAL-WEB-BROWSER
-GECKO
-NS-PLUGIN-COMPATIBLE
diff --git a/http/iceweasel/REPAIR^none^EXPORTS
b/http/iceweasel/REPAIR^none^EXPORTS
deleted file mode 100755
index 9f55b64..0000000
--- a/http/iceweasel/REPAIR^none^EXPORTS
+++ /dev/null
@@ -1,7 +0,0 @@
-ICEWEASEL_MAILNEWS
-ICEWEASEL_CALENDAR
-ICEWEASEL_CHAT
-ICEWEASEL_COMPOSER
-ICEWEASEL_MATHML
-ICEWEASEL_JS
-ICEWEASEL_NULLPLUGIN
diff --git a/http/iceweasel/TRIGGERS b/http/iceweasel/TRIGGERS
deleted file mode 100755
index 37639dd..0000000
--- a/http/iceweasel/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast iceweasel dispel_self



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3f7be807f64d2ddb949d4bdbac89fbbc2ae63acd), Pol Vinogradov, 02/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page