summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd
diff options
context:
space:
mode:
authorskrll <skrll>2001-09-18 21:57:17 +0000
committerskrll <skrll>2001-09-18 21:57:17 +0000
commit784834ae559a6152a54ae45346dae10a9cf54b56 (patch)
tree87060133de00f2cf868b0852a96c56bb5add6812 /mail/cyrus-imapd
parentab3c2045bb96f2ac486d9b87f706072901403f64 (diff)
downloadpkgsrc-784834ae559a6152a54ae45346dae10a9cf54b56.tar.gz
Add files missed in last commit.
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r--mail/cyrus-imapd/patches/patch-ai20
-rw-r--r--mail/cyrus-imapd/patches/patch-aj19
2 files changed, 39 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/patches/patch-ai b/mail/cyrus-imapd/patches/patch-ai
new file mode 100644
index 00000000000..9b85ad5847e
--- /dev/null
+++ b/mail/cyrus-imapd/patches/patch-ai
@@ -0,0 +1,20 @@
+$NetBSD: patch-ai,v 1.1 2001/09/18 21:57:17 skrll Exp $
+
+--- perl/sieve/acap/Makefile.PL.orig Tue Jun 13 21:32:21 2000
++++ perl/sieve/acap/Makefile.PL
+@@ -42,6 +42,8 @@
+ my $SASL_INC = $ENV{SASL_INC};
+ my $SASL_LIB = $ENV{SASL_LIB} || "-lsasl";
+
++my $EXTRA_INC = $ENV{EXTRA_INC};
++
+ # See lib/ExtUtils/MakeMaker.pm for details of how to influence
+ # the contents of the Makefile that is written.
+ WriteMakefile(
+@@ -49,5 +51,5 @@
+ 'VERSION_FROM' => 'acap.pm', # finds $VERSION
+ 'LIBS' => ["-L../../../acap/ -lacap $SASL_LIB -L../../../lib/ -lcyrus -lssl -lcrypto"], # e.g., '-lm'
+ 'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING'
+- 'INC' => "-I../../../acap/ $SASL_INC", # e.g., '-I/usr/include/other'
++ 'INC' => "-I../../../acap/ $SASL_INC $EXTRA_INC", # e.g., '-I/usr/include/other'
+ );
diff --git a/mail/cyrus-imapd/patches/patch-aj b/mail/cyrus-imapd/patches/patch-aj
new file mode 100644
index 00000000000..f1ba6076d1d
--- /dev/null
+++ b/mail/cyrus-imapd/patches/patch-aj
@@ -0,0 +1,19 @@
+$NetBSD: patch-aj,v 1.1 2001/09/18 21:57:17 skrll Exp $
+
+--- perl/sieve/acap/Makefile.in.orig Tue May 23 21:56:40 2000
++++ perl/sieve/acap/Makefile.in
+@@ -49,7 +49,7 @@
+ RANLIB = @RANLIB@
+
+ DEFS = @DEFS@ -Dbool=char -DHAS_BOOL
+-CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ -I/usr/local/lib/perl5/5.004/CORE -I$(srcdir)/../../../acap
++CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ -I/usr/local/lib/perl5/5.004/CORE -I$(srcdir)/../../../acap @COM_ERR_CPPFLAGS@
+ LIBS = @LIBS@ ../../../acap/libacapsieve.a ../../../acap/libacap.a
+ IMAP_LIBS = @IMAP_LIBS@
+ DEPLIBS = ../../../acap/libacapsieve.a ../../../acap/libacap.a @DEPLIBS@
+@@ -92,4 +92,4 @@
+ depend:
+ ${MAKEDEPEND} $(CPPFLAGS) $(DEFS) $(CFLAGS) *.c $(srcdir)/*.c 1> makedepend.log 2>&1
+
+-# DO NOT DELETE THIS LINE -- make depend depends on it.
++# DO NOT DELETE THIS LINE -- make depend depends on it.