pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/ircII Don't forcibly reset the umask when install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a844cd2cdc8
branches:  trunk
changeset: 474346:2a844cd2cdc8
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Apr 27 20:55:44 2004 +0000

description:
Don't forcibly reset the umask when installing; let it propagate from pkgsrc.

diffstat:

 chat/ircII/distinfo         |   4 ++--
 chat/ircII/patches/patch-ac |  19 ++++++++++++++-----
 2 files changed, 16 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r c5559eb4eef8 -r 2a844cd2cdc8 chat/ircII/distinfo
--- a/chat/ircII/distinfo       Tue Apr 27 20:53:34 2004 +0000
+++ b/chat/ircII/distinfo       Tue Apr 27 20:55:44 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2004/02/16 09:25:53 mrg Exp $
+$NetBSD: distinfo,v 1.22 2004/04/27 20:55:44 tv Exp $
 
 SHA1 (ircii-20040216.tar.bz2) = 45810bc1b8ae12c884df469936d37fa1a5b7468c
 Size (ircii-20040216.tar.bz2) = 559609 bytes
 SHA1 (patch-aa) = aff3a8c5ff05797b8617be2b4b57920913ae9ca2
-SHA1 (patch-ac) = 0afd36f3ad2247b0d42dfebab210822dd5dfe151
+SHA1 (patch-ac) = f4633c01dc1ee9136ec5cc13694fe5f9fb8542ac
diff -r c5559eb4eef8 -r 2a844cd2cdc8 chat/ircII/patches/patch-ac
--- a/chat/ircII/patches/patch-ac       Tue Apr 27 20:53:34 2004 +0000
+++ b/chat/ircII/patches/patch-ac       Tue Apr 27 20:55:44 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1.1.1 2000/12/15 00:36:33 wiz Exp $
+$NetBSD: patch-ac,v 1.2 2004/04/27 20:55:44 tv Exp $
 
---- Makefile.in.orig   Sun Apr 16 02:04:02 2000
-+++ Makefile.in        Thu May 11 13:56:05 2000
-@@ -158,8 +158,8 @@
+--- Makefile.in.orig   Tue Jan  6 00:42:09 2004
++++ Makefile.in
+@@ -142,8 +142,8 @@ LN = @LN@
  CP = cp
  MV = mv
  SED = sed
@@ -13,7 +13,7 @@
  
  VERSION = @VERSION@
  
-@@ -178,11 +178,9 @@
+@@ -164,11 +164,9 @@ installbin: installirc installio install
  
  installirc: irc installdirs
        $(INSTALL) irc $(INSTALL_IRC)-$(VERSION)
@@ -27,3 +27,12 @@
  
  installscript: installdirs
        (                                                               \
+@@ -219,7 +217,7 @@ installman:
+ #     $(INSTALL_DATA) $(topdir)/doc/query-pr.1 $(mandir)
+ 
+ installdirs:
+-      umask 022; $(topdir)/mkinstalldirs $(IRCLIB) $(bindir) $(mandir) \
++      $(topdir)/mkinstalldirs $(IRCLIB) $(bindir) $(mandir) \
+               $(TRANS_PATH) $(INSTALL_SCRIPT) $(HELP_DIR)
+ 
+ clena clean:



Home | Main Index | Thread Index | Old Index