summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-20 07:07:23 +0000
committerjlam <jlam@pkgsrc.org>2001-06-20 07:07:23 +0000
commitf36d33ab7f0db85ff1798b9438b8a6935c1e5a22 (patch)
tree41e7506eed92c211105bc823ac22a3c70fa24a0e /mail
parentbe19c6c2ef283b78daa7acd94ec21b62161fcf56 (diff)
downloadpkgsrc-f36d33ab7f0db85ff1798b9438b8a6935c1e5a22.tar.gz
Remove explicit passing of -I$(includedir) to compiler during build.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/distinfo4
-rw-r--r--mail/mutt/patches/patch-aj13
-rw-r--r--mail/mutt/patches/patch-ak13
3 files changed, 29 insertions, 1 deletions
diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo
index 6667531ee3b..39336fce37c 100644
--- a/mail/mutt/distinfo
+++ b/mail/mutt/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2001/05/10 14:25:34 agc Exp $
+$NetBSD: distinfo,v 1.4 2001/06/20 07:07:23 jlam Exp $
SHA1 (mutt-1.2.5i.tar.gz) = a8eceff4693120da1d39f042f04668caa34deaa9
Size (mutt-1.2.5i.tar.gz) = 1973923 bytes
@@ -11,3 +11,5 @@ SHA1 (patch-af) = 7504e8226f3974aa4fcc76f0b13b79e4044073a6
SHA1 (patch-ag) = 99c2393ff5d2be47e889ee9ab6ed6ec058ebf4cc
SHA1 (patch-ah) = 36004ff9b20a3cf119c6163467f587c51a1d1e36
SHA1 (patch-ai) = f1a3c47666dd308e4d8938939a50a5553220f736
+SHA1 (patch-aj) = 36f20c476b695bb88378aa02326bfdef77695111
+SHA1 (patch-ak) = c71e21bdd2e5c194ee2f8f619737d3cc0b4c4d5c
diff --git a/mail/mutt/patches/patch-aj b/mail/mutt/patches/patch-aj
new file mode 100644
index 00000000000..0ad5dd1d59e
--- /dev/null
+++ b/mail/mutt/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.3 2001/06/20 07:07:24 jlam Exp $
+
+--- Makefile.in.orig Fri Jul 28 14:51:01 2000
++++ Makefile.in
+@@ -137,7 +137,7 @@
+
+
+ # top_srcdir is for building outside of the source tree
+-INCLUDES = -I$(top_srcdir) -I. $(IMAP_INCLUDES) -Iintl -I$(includedir)
++INCLUDES = -I$(top_srcdir) -I. $(IMAP_INCLUDES) -Iintl
+
+ non_us_sources = pgp.c pgpinvoke.c pgpkey.c pgplib.c sha1dgst.c gnupgparse.c sha.h sha_locl.h doc/language.txt doc/language50.txt OPS.PGP doc/PGP-Notes.txt OPS.MIX remailer.c remailer.h pgpewrap contrib/pgp2.rc contrib/pgp5.rc contrib/gpg.rc imap/imap_ssl.c imap/imap_ssl.h README.SSL
+
diff --git a/mail/mutt/patches/patch-ak b/mail/mutt/patches/patch-ak
new file mode 100644
index 00000000000..ed9ef869dbe
--- /dev/null
+++ b/mail/mutt/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.3 2001/06/20 07:07:24 jlam Exp $
+
+--- doc/Makefile.in.orig Wed Mar 29 04:42:49 2000
++++ doc/Makefile.in
+@@ -31,7 +31,7 @@
+
+ DEFS=-DSHAREDIR=\"$(sharedir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
+ -DBINDIR=\"$(bindir)\" -DHAVE_CONFIG_H=1
+-INCLUDES=-I. -I.. -I$(includedir) -I$(top_srcdir)
++INCLUDES=-I. -I.. -I$(top_srcdir)
+
+ MAKEDOC_CPP=$(CPP) $(INCLUDES) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C
+