summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorseb <seb>2002-11-15 11:49:07 +0000
committerseb <seb>2002-11-15 11:49:07 +0000
commit14213ac9f2a286d4c9aae15ccd930ccbdc0353a0 (patch)
tree2e51b0b8d20905bba74d8c4551b71f7d67e77cc5 /mail
parentfbf3f87f6d8ef2e4262078c1497fad0c7bb5cc18 (diff)
downloadpkgsrc-14213ac9f2a286d4c9aae15ccd930ccbdc0353a0.tar.gz
Bump PKGREVISION
- Add dependency on autoconf and have auto{header,conf} run at pre-configure stage: this is need to avoid conflict between the distribution patch file for IPv6 and patch files. - Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk: use perl5/module.mk with PERL5_CONFIGURE=NO. - Ensure relocatable objects are created so that when the Perl modules are linked they are composed wholly from relocatable objects. We query perl for how to compile a source file into a relocatable object file. Thanks again jlam for this.
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd21/patches/patch-af15
-rw-r--r--mail/cyrus-imapd21/patches/patch-ag13
-rw-r--r--mail/cyrus-imapd21/patches/patch-ah15
-rw-r--r--mail/cyrus-imapd21/patches/patch-ai13
-rw-r--r--mail/cyrus-imapd21/patches/patch-aj13
5 files changed, 69 insertions, 0 deletions
diff --git a/mail/cyrus-imapd21/patches/patch-af b/mail/cyrus-imapd21/patches/patch-af
new file mode 100644
index 00000000000..abaa4ff273d
--- /dev/null
+++ b/mail/cyrus-imapd21/patches/patch-af
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1 2002/11/15 11:49:07 seb Exp $
+
+--- configure.in.orig Tue Aug 27 17:05:26 2002
++++ configure.in
+@@ -857,6 +857,10 @@ dnl compile perl stuff
+ EXTRA_SUBDIRS="${EXTRA_SUBDIRS} perl"
+ dnl and compile perl/cyradm
+ PERL_SUBDIRS="imap"
++dnl add perl cccdlflags when building libraries
++ eval `${PERL} -V:cccdlflags`
++ PERL_CCCDLFLAGS="$cccdlflags"
++ AC_SUBST(PERL_CCCDLFLAGS)
+ fi
+
+ dnl for timsieved
diff --git a/mail/cyrus-imapd21/patches/patch-ag b/mail/cyrus-imapd21/patches/patch-ag
new file mode 100644
index 00000000000..8758d40fb84
--- /dev/null
+++ b/mail/cyrus-imapd21/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2002/11/15 11:49:08 seb Exp $
+
+--- sieve/Makefile.in.orig Tue Feb 19 19:09:45 2002
++++ sieve/Makefile.in
+@@ -35,7 +35,7 @@ COMPILE_ET = @COMPILE_ET@
+
+ DEFS = @DEFS@
+ CPPFLAGS = -I. -I.. -I$(srcdir) -I$(srcdir)/../lib @COM_ERR_CPPFLAGS@ @CPPFLAGS@ @SASLFLAGS@
+-CFLAGS = @CFLAGS@
++CFLAGS = @CFLAGS@ @PERL_CCCDLFLAGS@
+ LDFLAGS = @LDFLAGS@
+
+ MAKEDEPEND = @MAKEDEPEND@
diff --git a/mail/cyrus-imapd21/patches/patch-ah b/mail/cyrus-imapd21/patches/patch-ah
new file mode 100644
index 00000000000..6fd3ef09e59
--- /dev/null
+++ b/mail/cyrus-imapd21/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2002/11/15 11:49:08 seb Exp $
+
+--- perl/sieve/lib/Makefile.in.orig Sat May 25 21:57:50 2002
++++ perl/sieve/lib/Makefile.in
+@@ -55,8 +55,8 @@ LIBS = ../../../lib/libcyrus.a @LIB_DYN_
+ IMAP_LIBS = @IMAP_LIBS@
+ DEPLIBS = ../../../lib/libcyrus.a @DEPLIBS@
+
+-CFLAGS = -g
+-LDFLAGS = -g @LDFLAGS@
++CFLAGS = @CFLAGS@ @PERL_CCCDLFLAGS@
++LDFLAGS = @LDFLAGS@
+
+ SHELL = /bin/sh
+ MAKEDEPEND = @MAKEDEPEND@
diff --git a/mail/cyrus-imapd21/patches/patch-ai b/mail/cyrus-imapd21/patches/patch-ai
new file mode 100644
index 00000000000..db3646508b0
--- /dev/null
+++ b/mail/cyrus-imapd21/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2002/11/15 11:49:08 seb Exp $
+
+--- lib/Makefile.in.orig Sat May 25 21:57:47 2002
++++ lib/Makefile.in
+@@ -60,7 +60,7 @@ DEFS = @DEFS@
+ CPPFLAGS = -I.. @CPPFLAGS@ @SASLFLAGS@
+ LIBS = @LIBS@
+
+-CFLAGS = @CFLAGS@
++CFLAGS = @CFLAGS@ @PERL_CCCDLFLAGS@
+ LDFLAGS = @LDFLAGS@
+
+ SHELL = /bin/sh
diff --git a/mail/cyrus-imapd21/patches/patch-aj b/mail/cyrus-imapd21/patches/patch-aj
new file mode 100644
index 00000000000..47bfce00610
--- /dev/null
+++ b/mail/cyrus-imapd21/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2002/11/15 11:49:08 seb Exp $
+
+--- acap/Makefile.in.orig Sat May 25 21:57:41 2002
++++ acap/Makefile.in
+@@ -54,7 +54,7 @@ DEFS = @DEFS@
+ CPPFLAGS = @CPPFLAGS@ @SASLFLAGS@ -I. -I.. -I../lib
+ LIBS = @LIBS@
+
+-CFLAGS = @CFLAGS@
++CFLAGS = @CFLAGS@ @PERL_CCCDLFLAGS@
+ LDFLAGS = @LDFLAGS@
+
+ SHELL = /bin/sh