diff options
author | mrg <mrg> | 2011-11-15 09:41:40 +0000 |
---|---|---|
committer | mrg <mrg> | 2011-11-15 09:41:40 +0000 |
commit | 444770c5c7d689974a5d9e426c5b0304af3559ae (patch) | |
tree | deb45212b7d179f538f7de70636ac0e823783007 /chat/ircII/patches | |
parent | fd3f484b002c32bd6e79d77d7e1721e9d452397d (diff) | |
download | pkgsrc-444770c5c7d689974a5d9e426c5b0304af3559ae.tar.gz |
update ircii to 20111115. main changes since 20110228 include:
o fix compile time errors in on modern glibc systems
o add /nuser command
o wserv and ircio move into "libexec" dir.
Diffstat (limited to 'chat/ircII/patches')
-rw-r--r-- | chat/ircII/patches/patch-ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chat/ircII/patches/patch-ac b/chat/ircII/patches/patch-ac index 1eb01896352..deb27b15afb 100644 --- a/chat/ircII/patches/patch-ac +++ b/chat/ircII/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.6 2009/02/18 10:22:53 tron Exp $ +$NetBSD: patch-ac,v 1.7 2011/11/15 09:41:41 mrg Exp $ ---- Makefile.in.orig 2008-03-14 17:13:15.000000000 +0000 -+++ Makefile.in 2009-02-18 10:13:31.000000000 +0000 -@@ -131,8 +131,8 @@ +--- Makefile.in.orig 2011-07-09 23:18:01.000000000 -0700 ++++ Makefile.in 2011-11-15 01:22:04.000000000 -0800 +@@ -132,8 +132,8 @@ CP = cp MV = mv SED = sed @@ -13,7 +13,7 @@ $NetBSD: patch-ac,v 1.6 2009/02/18 10:22:53 tron Exp $ VERSION = @VERSION@ -@@ -153,11 +153,9 @@ +@@ -154,11 +154,9 @@ installirc: irc installdirs $(INSTALL) irc $(INSTALL_IRC)-$(VERSION) @@ -27,12 +27,12 @@ $NetBSD: patch-ac,v 1.6 2009/02/18 10:22:53 tron Exp $ installscript: installdirs ( \ -@@ -208,7 +206,7 @@ +@@ -209,7 +207,7 @@ # $(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) + $(TRANS_PATH) $(INSTALL_SCRIPT) $(HELP_DIR) $(libexecdir) clena clean: |