pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl-itcl-current Don't mess with panedwindow.n fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17aa9591ac80
branches:  trunk
changeset: 512818:17aa9591ac80
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 15 23:26:17 2006 +0000

description:
Don't mess with panedwindow.n from tk during installation.
Fixes correct objection from CHECK_FILES.

diffstat:

 lang/tcl-itcl-current/distinfo         |   4 ++--
 lang/tcl-itcl-current/patches/patch-ae |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r 8cf3f55087ab -r 17aa9591ac80 lang/tcl-itcl-current/distinfo
--- a/lang/tcl-itcl-current/distinfo    Mon May 15 23:09:05 2006 +0000
+++ b/lang/tcl-itcl-current/distinfo    Mon May 15 23:26:17 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/05/09 18:20:18 joerg Exp $
+$NetBSD: distinfo,v 1.6 2006/05/15 23:26:17 joerg Exp $
 
 SHA1 (tcl-itcl-20040920.tar.gz) = 469d8df8d7b506e7d175eb5a15fe68b5a60e95c6
 RMD160 (tcl-itcl-20040920.tar.gz) = 3c992eb5aba9f1e8d21d57b854fe782d0e2ca1f5
@@ -7,7 +7,7 @@
 SHA1 (patch-ab) = 05a86eb12eb9bf5b1d2b5cc0349fb919263dedcb
 SHA1 (patch-ac) = b0d8f2bdefcc8fda090ebbd6a47e51567b5e329c
 SHA1 (patch-ad) = 8eb6769fb919ba51ee72664818c5e31e45e518d9
-SHA1 (patch-ae) = 595d5fa2c322a6726af21f87cb5a74feadb9d515
+SHA1 (patch-ae) = 13dc56e5c807d8e661eb7af2a09b4a45423e835b
 SHA1 (patch-af) = af719ce70c2791621cd24cbae5f84bc2cd3ff979
 SHA1 (patch-ag) = 5b21951b82de53875efd5289dd87abae8bb11073
 SHA1 (patch-ah) = 58985a1b21625fc00dbbfe4e793dcbb2f7ef2929
diff -r 8cf3f55087ab -r 17aa9591ac80 lang/tcl-itcl-current/patches/patch-ae
--- a/lang/tcl-itcl-current/patches/patch-ae    Mon May 15 23:09:05 2006 +0000
+++ b/lang/tcl-itcl-current/patches/patch-ae    Mon May 15 23:26:17 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.1.1.1 2004/09/24 21:16:02 dmcmahill Exp $
+$NetBSD: patch-ae,v 1.2 2006/05/15 23:26:18 joerg Exp $
 
 --- iwidgets/Makefile.in.orig  Wed Sep 25 23:12:59 2002
 +++ iwidgets/Makefile.in
@@ -11,3 +11,12 @@
  
  # Directory in which to install the archive libtcl.a:
  LIB_INSTALL_DIR = $(INSTALL_ROOT)$(libdir)
+@@ -164,7 +164,7 @@ install-doc:
+       @echo "Installing man pages from $(TOP_DIR)/doc into $(MAN_INSTALL_DIR)"
+       @cd $(TOP_DIR)/doc; for i in *.n; \
+           do \
+-          rm -f $(MAN_INSTALL_DIR)/`basename $$i`; \
++          [ $$i != panedwindow.n ] && rm -f $(MAN_INSTALL_DIR)/`basename $$i`; \
+           rm -f $(MAN_INSTALL_DIR)/`basename iwidgets_$$i`; \
+           sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \
+               $$i > $(MAN_INSTALL_DIR)/`basename iwidgets_$$i`; \



Home | Main Index | Thread Index | Old Index