summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2010-03-31 07:23:38 +0200
committerArwed von Merkatz2010-04-07 18:05:34 +0200
commitaab907ead74233ee449e5066a3dacf6ab2e7efaa (patch)
tree13e1598e96c2155a647ad4d4a644126ee8dbcb00
parent98b347c0e3f15648afe7ea79b961ad83e983836e (diff)
alpine: update topal to 72, fixes bug 15633
(cherry picked from commit 5e3e39fcf909329650c04d21b5cea89641b54fc2)
-rwxr-xr-xmail/alpine/DETAILS2
-rw-r--r--mail/alpine/HISTORY4
-rwxr-xr-xmail/alpine/PRE_BUILD4
3 files changed, 8 insertions, 2 deletions
diff --git a/mail/alpine/DETAILS b/mail/alpine/DETAILS
index 576ff3455d..3e896b5fd1 100755
--- a/mail/alpine/DETAILS
+++ b/mail/alpine/DETAILS
@@ -68,7 +68,7 @@ if [[ $ALPINE_CHAPPA == y ]]; then
SOURCE21_URL[0]=http://staff.washington.edu/chappa/alpine/patches/alpine-2.00/maildir.patch.gz
fi
if [[ $ALPINE_TOPAL == y ]]; then
- VERSION3=70
+ VERSION3=72
SOURCE22=topal-package-$VERSION3.tgz
SOURCE23=topal-package-$VERSION3.tgz.asc
SOURCE22_URL[0]=http://homepage.ntlworld.com/phil.brooke/topal/rel-$VERSION3/$SOURCE22
diff --git a/mail/alpine/HISTORY b/mail/alpine/HISTORY
index f94193fa0e..a11c4bcb23 100644
--- a/mail/alpine/HISTORY
+++ b/mail/alpine/HISTORY
@@ -1,3 +1,7 @@
+2010-03-31 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * DETAILS: topal update to 72, fixes bug 15633
+ * PRE_BUILD: fix to build a native mime-tool
+
2009-11-27 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* DETAILS: version update to re-alpine
* PREPARE: updated for patches
diff --git a/mail/alpine/PRE_BUILD b/mail/alpine/PRE_BUILD
index e2f2a2f235..f32158c716 100755
--- a/mail/alpine/PRE_BUILD
+++ b/mail/alpine/PRE_BUILD
@@ -23,6 +23,8 @@ fi &&
if [[ $ALPINE_TOPAL == y ]]; then
unpack_file 22 &&
patch -p1 < topal-$VERSION3/$SPELL-2.00.patch-1 &&
-patch -p1 < topal-$VERSION3/$SPELL-2.00.patch-2
+patch -p1 < topal-$VERSION3/$SPELL-2.00.patch-2 &&
+rm -f topal-$VERSION3/MIME-tool/mime-tool &&
+sed -i "s:\-Wall \-O2:\-Wall $CFLAGS:" topal-$VERSION3/Makefile
fi