pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Honor CHGRP.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5146d2dcd11c
branches:  trunk
changeset: 494727:5146d2dcd11c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 29 05:09:55 2005 +0000

description:
Honor CHGRP.

diffstat:

 mail/mutt-devel/Makefile         |   3 ++-
 mail/mutt-devel/distinfo         |   4 ++--
 mail/mutt-devel/patches/patch-ab |  13 +++++++++++--
 3 files changed, 15 insertions(+), 5 deletions(-)

diffs (58 lines):

diff -r 51b7e49f8c01 -r 5146d2dcd11c mail/mutt-devel/Makefile
--- a/mail/mutt-devel/Makefile  Sun May 29 03:44:12 2005 +0000
+++ b/mail/mutt-devel/Makefile  Sun May 29 05:09:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/04/11 21:46:21 tv Exp $
+# $NetBSD: Makefile,v 1.31 2005/05/29 05:09:55 minskim Exp $
 
 DISTNAME=              mutt-1.5.6i
 PKGNAME=               ${DISTNAME:C/i$//}
@@ -30,6 +30,7 @@
                        --without-included-gettext                      \
                        --enable-pop                                    \
                        --enable-imap
+MAKE_ENV+=             CHGRP=${CHGRP}
 
 .if (${OPSYS} == "SunOS")
 CONFIGURE_ARGS+=       --without-wc-funcs
diff -r 51b7e49f8c01 -r 5146d2dcd11c mail/mutt-devel/distinfo
--- a/mail/mutt-devel/distinfo  Sun May 29 03:44:12 2005 +0000
+++ b/mail/mutt-devel/distinfo  Sun May 29 05:09:55 2005 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.21 2005/02/24 09:59:25 agc Exp $
+$NetBSD: distinfo,v 1.22 2005/05/29 05:09:55 minskim Exp $
 
 SHA1 (mutt-1.5.6i.tar.gz) = 5b3ea613abeff4007fadc38946806aee2f225f48
 RMD160 (mutt-1.5.6i.tar.gz) = 9bcd0975d81ddedcfda41ae4875a16159fe9345e
 Size (mutt-1.5.6i.tar.gz) = 2910730 bytes
 SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372
-SHA1 (patch-ab) = 101b16c76015cb2f41c24f7743e0916886ba00be
+SHA1 (patch-ab) = c34c52fa0c49250d3acf7b402b56abf2531e6a68
 SHA1 (patch-ac) = b48ff9f66ff2b483b5aa0c312e08bd22c7cf03be
 SHA1 (patch-ag) = ebfeb5c03770501f7e7cc918ec2c56ddc2f1ed1d
 SHA1 (patch-ah) = 4227c5768b900e58fa4a679e6ad67efc974a70b5
diff -r 51b7e49f8c01 -r 5146d2dcd11c mail/mutt-devel/patches/patch-ab
--- a/mail/mutt-devel/patches/patch-ab  Sun May 29 03:44:12 2005 +0000
+++ b/mail/mutt-devel/patches/patch-ab  Sun May 29 05:09:55 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.5 2004/08/05 03:24:39 jlam Exp $
+$NetBSD: patch-ab,v 1.6 2005/05/29 05:09:55 minskim Exp $
 
---- Makefile.in.orig   Sun Feb  1 13:24:01 2004
+--- Makefile.in.orig   2004-02-01 12:24:01.000000000 -0600
 +++ Makefile.in
 @@ -26,6 +26,7 @@ datadir = @datadir@
  sysconfdir = @sysconfdir@
@@ -33,3 +33,12 @@
  
  
  INCLUDES = -I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl
+@@ -874,7 +875,7 @@ install-exec-local:
+               ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \
+       fi
+       if test -f $(DESTDIR)$(bindir)/mutt_dotlock && test x@DOTLOCK_GROUP@ != x ; then \
+-              chgrp @DOTLOCK_GROUP@ $(DESTDIR)$(bindir)/mutt_dotlock && \
++              $(CHGRP) @DOTLOCK_GROUP@ $(DESTDIR)$(bindir)/mutt_dotlock && \
+               chmod @DOTLOCK_PERMISSION@ $(DESTDIR)$(bindir)/mutt_dotlock || \
+               { echo "Can't fix mutt_dotlock's permissions!" >&2 ; exit 1 ; } \
+       fi



Home | Main Index | Thread Index | Old Index