[Lunar-commits] <moonbase> heirloom-mailx: add a patch to compile with openssl 1.0.0.

Florin Braescu florin at lunar-linux.org
Tue Mar 30 04:19:21 CEST 2010


commit d4818d857459b8949f86f8b7f428714a6594cf32
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Mar 30 05:19:21 2010 +0300

    heirloom-mailx: add a patch to compile with openssl 1.0.0.
---
 mail/heirloom-mailx/BUILD   |    9 ++++++---
 mail/heirloom-mailx/DETAILS |    3 +++
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/mail/heirloom-mailx/BUILD b/mail/heirloom-mailx/BUILD
index 338baa3..82310fa 100644
--- a/mail/heirloom-mailx/BUILD
+++ b/mail/heirloom-mailx/BUILD
@@ -1,8 +1,11 @@
 (
 
-  sedit 's/usr\/local/usr/g' Makefile &&
-  sedit 's/usr\/ucb/usr\/bin/g' Makefile &&
-  default_make &&
+  patch_it $SOURCE_CACHE/$SOURCE2 1       &&
+  sedit 's/usr\/local/usr/g' Makefile     &&
+  sedit 's/usr\/ucb/usr\/bin/g' Makefile  &&
+
+  default_make  &&
+
   ln -sf /usr/bin/mailx /usr/bin/mail
 
 ) > $C_FIFO 2>&1
diff --git a/mail/heirloom-mailx/DETAILS b/mail/heirloom-mailx/DETAILS
index 22aa49f..a023a1a 100644
--- a/mail/heirloom-mailx/DETAILS
+++ b/mail/heirloom-mailx/DETAILS
@@ -1,8 +1,11 @@
           MODULE=heirloom-mailx
          VERSION=12.4
           SOURCE=mailx-$VERSION.tar.bz2
+         SOURCE2=mailx-$VERSION-openssl.patch.bz2
       SOURCE_URL=$SFORGE_URL/heirloom
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:b1e105adf9d36269daf317dedf68b6e4cca404a7
+     SOURCE2_VFY=sha1:9104ff73c6b2c559074d965ac9befa7a7791e731
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mailx-$VERSION
         WEB_SITE=http://lfs.osuosl.org/blfs/view/cvs/basicnet/mailnews.html#mailx
          ENTERED=20070401


More information about the Lunar-commits mailing list