[Lunar-commits] <moonbase> psi: fixed build when openssl 0.9.8i or later is installed
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu Sep 25 03:47:01 CEST 2008
commit 1caa0807bf4ba8fd4548b9cd5c8387e825b1e1e3
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Thu Sep 25 03:47:01 2008 +0200
psi: fixed build when openssl 0.9.8i or later is installed
---
chat/psi/BUILD | 6 ++++++
chat/psi/DEPENDS | 1 -
chat/psi/DETAILS | 3 +++
3 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/chat/psi/BUILD b/chat/psi/BUILD
index da37ec7..8f7e9d7 100644
--- a/chat/psi/BUILD
+++ b/chat/psi/BUILD
@@ -1,4 +1,10 @@
(
+ # qca2-ossl will not compile when openssl 0.9.8i or later is installed.
+ # This patch is official result of my bugreport to qca2-ossl author
+ # on 24 September 2008. See that day's ML posts for details.
+ # Remove this patch on next update.
+ patch_it $SOURCE2 0 &&
+
. /etc/profile.d/qt4.rc
# Stupid which which function
sedit "s/^WHICH=.*/WHICH=which/" configure &&
diff --git a/chat/psi/DEPENDS b/chat/psi/DEPENDS
index f018b01..4c41808 100644
--- a/chat/psi/DEPENDS
+++ b/chat/psi/DEPENDS
@@ -1,3 +1,2 @@
-depends qt4
depends qca2
depends zlib
diff --git a/chat/psi/DETAILS b/chat/psi/DETAILS
index 544f163..a3efc3d 100644
--- a/chat/psi/DETAILS
+++ b/chat/psi/DETAILS
@@ -1,8 +1,11 @@
MODULE=psi
VERSION=0.12
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=no-whirlpool.patch
SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE2_URL=$PATCH_URL/
SOURCE_VFY=sha1:2927497a53d1eb00720718ec41cf61a911914922
+ SOURCE2_VFY=sha1:0068f8637b8d5bd487c76d4f918a417c2ec2244c
WEB_SITE=http://psi-im.org/
MAINTAINER="ratler at lunar-linux.org"
ENTERED=20040212
More information about the Lunar-commits
mailing list