Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl tcl: update to 8.6.10nb1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c7d0f8f4100
branches:  trunk
changeset: 429401:0c7d0f8f4100
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 19 23:34:38 2020 +0000

description:
tcl: update to 8.6.10nb1.

Rename man page to avoid conflict with ocaml, and to follow its
own naming convention.

diffstat:

 lang/tcl/Makefile |  6 +++++-
 lang/tcl/PLIST    |  4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 29ea1ea88aca -r 0c7d0f8f4100 lang/tcl/Makefile
--- a/lang/tcl/Makefile Sun Apr 19 20:20:12 2020 +0000
+++ b/lang/tcl/Makefile Sun Apr 19 23:34:38 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.110 2020/04/16 17:07:07 adam Exp $
+# $NetBSD: Makefile,v 1.111 2020/04/19 23:34:38 wiz Exp $
 
 DISTNAME=      tcl${TCL_VERSION}-src
 PKGNAME=       tcl-${TCL_VERSION}
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tcl/}
 
@@ -76,6 +77,9 @@
 .  endfor
 .endif
 
+post-install:
+       cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 && mv Thread.3 Tcl_Thread.3
+
 BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=${SQLITE3_VERSION}
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
diff -r 29ea1ea88aca -r 0c7d0f8f4100 lang/tcl/PLIST
--- a/lang/tcl/PLIST    Sun Apr 19 20:20:12 2020 +0000
+++ b/lang/tcl/PLIST    Sun Apr 19 23:34:38 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2020/04/16 17:07:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2020/04/19 23:34:38 wiz Exp $
 bin/sqlite3_analyzer
 bin/tclsh
 bin/tclsh${BASEVER}
@@ -889,6 +889,7 @@
 man/man3/Tcl_SubstObj.3
 man/man3/Tcl_TakeBignumFromObj.3
 man/man3/Tcl_Tell.3
+man/man3/Tcl_Thread.3
 man/man3/Tcl_ThreadAlert.3
 man/man3/Tcl_ThreadQueueEvent.3
 man/man3/Tcl_TraceCommand.3
@@ -973,7 +974,6 @@
 man/man3/Tcl_ZlibStreamInit.3
 man/man3/Tcl_ZlibStreamPut.3
 man/man3/Tdbc_Init.3
-man/man3/Thread.3
 man/man3/attemptckalloc.3
 man/man3/attemptckrealloc.3
 man/man3/ckalloc.3



Home | Main Index | Thread Index | Old Index