diff options
author | hauke <hauke@pkgsrc.org> | 2016-05-02 15:16:43 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2016-05-02 15:16:43 +0000 |
commit | 2633f98d4c0ac26a1322e891034c6a6721ac0bfa (patch) | |
tree | 3bb059dd9f3cc9163a527947a612ad338d6a2ca9 /net/tcl-scotty | |
parent | e4d2360b350bb9690a6ad9ef4ecbec2dbd0d295d (diff) | |
download | pkgsrc-2633f98d4c0ac26a1322e891034c6a6721ac0bfa.tar.gz |
Make the tkined man page render by dropping an obsolete library include
Diffstat (limited to 'net/tcl-scotty')
-rw-r--r-- | net/tcl-scotty/distinfo | 3 | ||||
-rw-r--r-- | net/tcl-scotty/patches/patch-doc_tkined.1 | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/net/tcl-scotty/distinfo b/net/tcl-scotty/distinfo index 0df2563dd71..e6de54a3276 100644 --- a/net/tcl-scotty/distinfo +++ b/net/tcl-scotty/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.17 2016/05/02 04:00:25 dholland Exp $ +$NetBSD: distinfo,v 1.18 2016/05/02 15:16:43 hauke Exp $ SHA1 (scotty-2.1.11.tar.gz) = 819011f908c57e4591d6f50e51677c01eb55dc13 RMD160 (scotty-2.1.11.tar.gz) = 3b4d45f3db73f05b49a46017bf2ffed6d6464b00 SHA512 (scotty-2.1.11.tar.gz) = a75eb6bc54e183a8f6b5995122f35133b0f76a7a1061c177d09b4082994d6f05c1b1826bf230945dd699b65d491863c4b74353bc0d4901da5b068217ac376a87 Size (scotty-2.1.11.tar.gz) = 1381059 bytes +SHA1 (patch-doc_tkined.1) = 4aca952ac0a9b930b17086026ac0263b1f39d4b9 SHA1 (patch-snmp_tnmMibQuery.c) = 86f2cecac8a0766e7075836569d76671a3d15547 SHA1 (patch-tkined_apps_ip__discover.tcl) = bf067f64474dc3ed6306caa468f29a040023e165 SHA1 (patch-tkined_generic_tkiInit.c) = 8092655b067d6d03827d421eaa9027d96263b96e diff --git a/net/tcl-scotty/patches/patch-doc_tkined.1 b/net/tcl-scotty/patches/patch-doc_tkined.1 new file mode 100644 index 00000000000..53d43995f15 --- /dev/null +++ b/net/tcl-scotty/patches/patch-doc_tkined.1 @@ -0,0 +1,14 @@ +$NetBSD: patch-doc_tkined.1,v 1.1 2016/05/02 15:16:43 hauke Exp $ + +Avoid including an obsolete library, so that the man page renders + +--- doc/tkined.1.orig 1996-07-16 17:30:49.000000000 +0000 ++++ doc/tkined.1 +@@ -4,7 +4,6 @@ + '\" See the file "license.terms" for information on usage and redistribution + '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. + '\" +-.so man.macros + .TH tkined 1 "" Tnm "Tnm Tcl Extension" + .BS + '\" Note: do not modify the .SH NAME line immediately below! |