pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd22 We already patch the configure scri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/550f7eef1f53
branches:  trunk
changeset: 475815:550f7eef1f53
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu May 27 04:42:46 2004 +0000

description:
We already patch the configure script in patch-af, but add the patch to
configure.in for completeness and for documentation purposes.

diffstat:

 mail/cyrus-imapd22/distinfo         |   3 ++-
 mail/cyrus-imapd22/patches/patch-am |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r f7552f3858a7 -r 550f7eef1f53 mail/cyrus-imapd22/distinfo
--- a/mail/cyrus-imapd22/distinfo       Thu May 27 01:22:55 2004 +0000
+++ b/mail/cyrus-imapd22/distinfo       Thu May 27 04:42:46 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/05/26 22:18:05 recht Exp $
+$NetBSD: distinfo,v 1.4 2004/05/27 04:42:46 jlam Exp $
 
 SHA1 (cyrus-imapd-2.2.4.tar.gz) = 05c12b65c02e2b785b0c51ec604c6b0d91817167
 Size (cyrus-imapd-2.2.4.tar.gz) = 1927519 bytes
@@ -11,3 +11,4 @@
 SHA1 (patch-ai) = 4b9d3cca6d48af708d19c105d01477b22bbcba93
 SHA1 (patch-ak) = 41e84dce4b633072ec4510b9ab237a8ecf538a2f
 SHA1 (patch-al) = a0e4d20bd11bf78f6ed2e8ee9e3cc7b8d7ba35c1
+SHA1 (patch-am) = eaf329864c74f4bc4df499c81024ab89a4eda712
diff -r f7552f3858a7 -r 550f7eef1f53 mail/cyrus-imapd22/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cyrus-imapd22/patches/patch-am       Thu May 27 04:42:46 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-am,v 1.1 2004/05/27 04:42:46 jlam Exp $
+
+--- configure.in.orig  Tue Mar  9 13:08:38 2004
++++ configure.in
+@@ -924,6 +924,11 @@
+ dnl and compile perl/cyradm
+     PERL_SUBDIRS="imap"
+     PERL="${with_perl}"
++dnl add perl cccdlflags when building libraries -- this ensures that the
++dnl libraries will be compiled as PIC if perl requires PIC objects
++    eval `${PERL} -V:cccdlflags`
++    PERL_CCCDLFLAGS="$cccdlflags"
++    AC_SUBST(PERL_CCCDLFLAGS)
+ fi
+ 
+ dnl for timsieved



Home | Main Index | Thread Index | Old Index