pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail The new wrapper script framework is much better a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b4a06ba9df6
branches: trunk
changeset: 481059:8b4a06ba9df6
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Sep 24 22:58:31 2004 +0000
description:
The new wrapper script framework is much better at quoting strange
arguments, and now correctly handles things like:
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl"
in configure scripts without problems. Remove the patches in both
mail/mutt and mail/mutt-devel that worked around this limitation in
the old buildlink3 wrappers.
diffstat:
mail/mutt-devel/distinfo | 3 +--
mail/mutt-devel/patches/patch-al | 15 ---------------
mail/mutt/distinfo | 3 +--
mail/mutt/patches/patch-al | 13 -------------
4 files changed, 2 insertions(+), 32 deletions(-)
diffs (65 lines):
diff -r ccf7887f54d6 -r 8b4a06ba9df6 mail/mutt-devel/distinfo
--- a/mail/mutt-devel/distinfo Fri Sep 24 22:49:14 2004 +0000
+++ b/mail/mutt-devel/distinfo Fri Sep 24 22:58:31 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2004/09/12 04:26:20 jlam Exp $
+$NetBSD: distinfo,v 1.20 2004/09/24 22:58:31 jlam Exp $
SHA1 (mutt-1.5.6i.tar.gz) = 5b3ea613abeff4007fadc38946806aee2f225f48
Size (mutt-1.5.6i.tar.gz) = 2910730 bytes
@@ -8,5 +8,4 @@
SHA1 (patch-ag) = ebfeb5c03770501f7e7cc918ec2c56ddc2f1ed1d
SHA1 (patch-ah) = 4227c5768b900e58fa4a679e6ad67efc974a70b5
SHA1 (patch-ai) = e9a872cdde09dfae012d63a475f100e8be70acb5
-SHA1 (patch-al) = e645a9daf6d439292a83bb196b19bede3fa046e1
SHA1 (patch-am) = 8fb3b3d4b387af9f7ada3c7752a9501a08b47319
diff -r ccf7887f54d6 -r 8b4a06ba9df6 mail/mutt-devel/patches/patch-al
--- a/mail/mutt-devel/patches/patch-al Fri Sep 24 22:49:14 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-al,v 1.1 2004/07/21 22:37:10 jlam Exp $
-
---- configure.orig Sun Feb 1 13:22:06 2004
-+++ configure
-@@ -7842,9 +7842,8 @@ EOF
-
- fi
-
--CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl"
--
- if test "$BUILD_INCLUDED_LIBINTL" = "yes"; then
-+ CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl"
- cat >> confdefs.h <<\EOF
- #define HAVE_BIND_TEXTDOMAIN_CODESET 1
- EOF
diff -r ccf7887f54d6 -r 8b4a06ba9df6 mail/mutt/distinfo
--- a/mail/mutt/distinfo Fri Sep 24 22:49:14 2004 +0000
+++ b/mail/mutt/distinfo Fri Sep 24 22:58:31 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2004/08/05 07:19:25 jlam Exp $
+$NetBSD: distinfo,v 1.23 2004/09/24 22:58:31 jlam Exp $
SHA1 (mutt-1.4.2.1i.tar.gz) = 10fae2eef5a671d1ea6e17acd6e64cd1f37c3961
Size (mutt-1.4.2.1i.tar.gz) = 2611253 bytes
@@ -10,4 +10,3 @@
SHA1 (patch-ai) = 317b736d6b9a896e1ee185cce37a1c2184c02cde
SHA1 (patch-aj) = a0ee2bc9a7b9e743e313101899de3d991a9d2cad
SHA1 (patch-ak) = 689305356812d04bd3b490c436ed898a4b308136
-SHA1 (patch-al) = c3808f43556ec5de2d95afa4f0462f58314b3059
diff -r ccf7887f54d6 -r 8b4a06ba9df6 mail/mutt/patches/patch-al
--- a/mail/mutt/patches/patch-al Fri Sep 24 22:49:14 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-al,v 1.5 2004/03/16 16:52:58 jlam Exp $
-
---- configure.orig Thu Feb 12 03:51:57 2004
-+++ configure
-@@ -7455,7 +7455,7 @@ fi
-
- fi # libiconv
-
--CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl"
-+#CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl"
-
- if test "$BUILD_INCLUDED_LIBINTL" = "yes"; then
- cat >> confdefs.h <<\EOF
Home |
Main Index |
Thread Index |
Old Index