Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ad29014b2c9936f391972333ea35da97904d10ff)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ad29014b2c9936f391972333ea35da97904d10ff)
  • Date: Tue, 13 Nov 2007 16:47:27 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/sylpheed/CONFIGURE | 3 +++
mail/sylpheed/DETAILS | 1 +
mail/sylpheed/HISTORY | 5 +++++
mail/sylpheed/PRE_BUILD | 5 +++++
mail/sylpheed/patch-src_compose_c | 19 +++++++++++++++++++
5 files changed, 33 insertions(+)

New commits:
commit 10191cdc3206ee5d1d533e0163f7106c8736c878
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sylpheed: added no-useragent option+patch

diff --git a/mail/sylpheed/CONFIGURE b/mail/sylpheed/CONFIGURE
new file mode 100755
index 0000000..18a5dcc
--- /dev/null
+++ b/mail/sylpheed/CONFIGURE
@@ -0,0 +1,3 @@
+if [[ $SYLPHEED_GTK2 == y ]]; then
+ config_query NO_USERAGENT "Do you want to apply no-useragent patch (hides
your X-Mailer header)?" n
+fi
diff --git a/mail/sylpheed/DETAILS b/mail/sylpheed/DETAILS
index ca6d955..ae89fc8 100755
--- a/mail/sylpheed/DETAILS
+++ b/mail/sylpheed/DETAILS
@@ -14,6 +14,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://sylpheed.good-day.net
ENTERED=20011031
LICENSE[0]=GPL
+ PATCHLEVEL=1
KEYWORDS="reader email mail"
SHORT="E-mail client (& news reader) based on GTK or GTK+2."
cat << EOF
diff --git a/mail/sylpheed/HISTORY b/mail/sylpheed/HISTORY
index 0f8bb35..508a8ed 100644
--- a/mail/sylpheed/HISTORY
+++ b/mail/sylpheed/HISTORY
@@ -1,3 +1,8 @@
+2007-11-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * CONFIGURE: added no-useragent option
+ * PRE_BUILD: added no-useragent patch
+
2007-10-04 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.4.7

diff --git a/mail/sylpheed/PRE_BUILD b/mail/sylpheed/PRE_BUILD
new file mode 100755
index 0000000..7447a90
--- /dev/null
+++ b/mail/sylpheed/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+if [[ $NO_USERAGENT == y ]]; then
+ patch -p0 < ${SCRIPT_DIRECTORY}/patch-src_compose_c
+fi
diff --git a/mail/sylpheed/patch-src_compose_c
b/mail/sylpheed/patch-src_compose_c
new file mode 100644
index 0000000..c9b194c
--- /dev/null
+++ b/mail/sylpheed/patch-src_compose_c
@@ -0,0 +1,19 @@
+--- src/compose.c
++++ src/compose.c
+@@ -4108,6 +4108,7 @@
+ }
+
+ /* Program version and system info */
++ /* useragent disable begin
+ if (compose->to_list && !IS_IN_CUSTOM_HEADER("X-Mailer")) {
+ fprintf(fp, "X-Mailer: %s (GTK+ %d.%d.%d; %s)\n",
+ prog_version,
+@@ -4120,7 +4121,7 @@
+ gtk_major_version, gtk_minor_version,
gtk_micro_version,
+ TARGET_ALIAS);
+ }
+-
++ useragent disable end */
+ /* custom headers */
+ if (compose->account->add_customhdr) {
+ GSList *cur;



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ad29014b2c9936f391972333ea35da97904d10ff), Vlad Glagolev, 11/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page