summaryrefslogtreecommitdiff
path: root/mail/kbiff/patches
diff options
context:
space:
mode:
authormarkd <markd>2004-10-12 11:08:03 +0000
committermarkd <markd>2004-10-12 11:08:03 +0000
commit6d8828ac426126d3912d05dce20af1f85e0384fc (patch)
tree2d820ae145d39fd63d3542b74705da458aad8c66 /mail/kbiff/patches
parent988c46cca3cbdf9e989c38005c2cb2e044de141a (diff)
downloadpkgsrc-6d8828ac426126d3912d05dce20af1f85e0384fc.tar.gz
Update kbiff to 3.7.1 and fix configure script so SSL is supported.
Changes: 03-23-04 - Roeland Merks (3.7.1) o Added code to toggle ASUS Mail LED 12-18-03 - Anton Perich o Changed IMAP code to use STATUS instead of EXAMINE 11-14-03 - Kurt Granroth o Updated 'admin' subdir to work with newer autoconf/automake 10-22-03 - Adam Piatyszek o Bug fix in maildir code to handle 'f'lagged messages 09-26-03 - Clemens Oertel o New option to set a command that runs whenever the status changes from New back to Old. Useful to set LEDs and the like
Diffstat (limited to 'mail/kbiff/patches')
-rw-r--r--mail/kbiff/patches/patch-aa10
-rw-r--r--mail/kbiff/patches/patch-ab22
2 files changed, 27 insertions, 5 deletions
diff --git a/mail/kbiff/patches/patch-aa b/mail/kbiff/patches/patch-aa
index 1ec21d3f65e..bfe64397ee9 100644
--- a/mail/kbiff/patches/patch-aa
+++ b/mail/kbiff/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1 2004/03/01 14:04:37 markd Exp $
+$NetBSD: patch-aa,v 1.2 2004/10/12 11:08:03 markd Exp $
---- Makefile.in.orig 2003-09-12 02:52:41.000000000 +1200
+--- Makefile.in.orig 2004-03-26 13:47:41.000000000 +1200
+++ Makefile.in
-@@ -268,7 +268,7 @@ $(srcdir)/Makefile.in: Makefile.am $(t
+@@ -273,7 +273,7 @@ $(srcdir)/Makefile.in: Makefile.am $(t
cd $(top_srcdir) && \
- $(AUTOMAKE) --foreign ./Makefile
+ $(AUTOMAKE) --foreign Makefile
cd $(top_srcdir) && perl admin/am_edit Makefile.in
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-+Makefile: $(srcdir)/Makefile.in
++Makefile: $(srcdir)/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
diff --git a/mail/kbiff/patches/patch-ab b/mail/kbiff/patches/patch-ab
new file mode 100644
index 00000000000..7f458edfe37
--- /dev/null
+++ b/mail/kbiff/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.1 2004/10/12 11:08:03 markd Exp $
+
+--- configure.orig 2004-03-26 13:47:42.000000000 +1200
++++ configure
+@@ -24088,7 +24088,7 @@ else
+ use_ssl=yes
+ fi;
+
+-if test "$use_ssl" == "yes"; then
++if test "$use_ssl" = "yes"; then
+
+ cat >>confdefs.h <<\_ACEOF
+ #define USE_SSL
+@@ -24105,7 +24105,7 @@ else
+ use_ssl=yes
+ fi;
+
+-if test "$use_ssl" == "yes"; then
++if test "$use_ssl" = "yes"; then
+
+ cat >>confdefs.h <<\_ACEOF
+ #define USE_SSL